summaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-251-1/+1
* | net/sched: cls_api: increase max_reclassify_loopDavide Caratti2021-05-191-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-8/+8
|\
| * net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-081-3/+2
| * net: sched: fix action overwrite reference countingVlad Buslov2021-04-081-4/+5
| * net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang2021-04-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-0/+1
|\ \ | |/
| * net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-161-0/+1
* | flow_offload: add support for packet-per-second policingXingfeng Hu2021-03-131-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-0/+1
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-161-0/+1
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-181-2/+9
|/
* net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-011-10/+8