summaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
AgeCommit message (Expand)Author
2023-06-14net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov
2023-06-07net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua
2023-06-07net: sched: move rtm_tca_policy declaration to include fileEric Dumazet
2023-04-28net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov
2023-04-21net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera
2023-04-17net/sched: clear actions pointer in miss cookie init failPedro Tammela
2023-02-26net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey
2023-02-14net/sched: introduce flow_offload action cookieOz Shlomo
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua
2022-09-02net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao
2022-08-23net: sched: remove duplicate check of user rights in qdiscZhengchao Shao
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20net/sched: cls_api: Fix flow action initializationOz Shlomo
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-08net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner
2022-04-08net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-21net/sched: use min() macro instead of doing it manuallyYang Li
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen
2021-08-10net/sched: cls_api, reset flags on replayMark Bloch
2021-08-02net_sched: refactor TC action init APICong Wang
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng
2021-07-16net/sched: Remove unnecessary if statementYajun Deng
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov
2021-05-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti