summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim2023-11-061-1/+8
* net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2023-10-161-6/+20
* net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov2023-06-141-5/+7
* net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua2023-06-071-0/+1
* net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-071-2/+0
* net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov2023-04-281-0/+1
* net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera2023-04-211-0/+1
* net/sched: clear actions pointer in miss cookie init failPedro Tammela2023-04-171-0/+3
* net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor2023-02-261-1/+1
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-201-10/+205
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-201-14/+14
* net/sched: introduce flow_offload action cookieOz Shlomo2023-02-141-0/+1
* sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu2023-01-171-23/+39
* net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela2022-12-091-1/+2
* act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar2022-10-251-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-0/+1
|\
| * net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua2022-09-221-0/+1
* | net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao2022-09-021-3/+0
* | net: sched: remove duplicate check of user rights in qdiscZhengchao Shao2022-08-231-10/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-6/+10
|\
| * net/sched: cls_api: Fix flow action initializationOz Shlomo2022-07-201-6/+10
* | net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao2022-07-131-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-1/+1
|\
| * net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-081-1/+1
* | net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel2022-04-081-2/+4
* | net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-6/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+3
|\
| * net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-141-3/+3
* | net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-051-13/+32
|/
* net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-011-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-0/+2
|\
| * net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-091-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-2/+5
|\|
| * net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-171-0/+1
| * net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-171-2/+4
* | net/sched: use min() macro instead of doing it manuallyYang Li2021-12-211-3/+3
* | flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-191-4/+14
* | flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-4/+17
* | flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-191-208/+14
* | flow_offload: rename offload functions with offload instead of flowBaowen Zheng2021-12-191-6/+6
* | flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-2/+1
|/
* flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng2021-12-141-0/+1
* net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-08-191-0/+1
* net/sched: cls_api, reset flags on replayMark Bloch2021-08-101-1/+2
* net_sched: refactor TC action init APICong Wang2021-08-021-11/+17
* net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-25/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-1/+1
|\
| * net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-221-1/+1
* | net/sched: Remove unnecessary if statementYajun Deng2021-07-161-11/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-1/+1
|\