aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-09-22net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua1-0/+1
2022-09-02net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao1-3/+0
2022-08-23net: sched: remove duplicate check of user rights in qdiscZhengchao Shao1-10/+0
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+10
2022-07-20net/sched: cls_api: Fix flow action initializationOz Shlomo1-6/+10
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao1-2/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2022-04-08net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner1-1/+1
2022-04-08net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel1-2/+4
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-6/+10
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-3/+3
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey1-13/+32
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet1-4/+7
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-0/+2
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2021-12-21net/sched: use min() macro instead of doing it manuallyYang Li1-3/+3
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng1-4/+14
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng1-4/+17
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng1-208/+14
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng1-6/+6
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-2/+1
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-0/+1
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey1-2/+4
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng1-0/+1
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen1-0/+1
2021-08-10net/sched: cls_api, reset flags on replayMark Bloch1-1/+2
2021-08-02net_sched: refactor TC action init APICong Wang1-11/+17
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-25/+17
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2021-07-22net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-16net/sched: Remove unnecessary if statementYajun Deng1-11/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-05-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti1-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2021-04-08net: sched: fix err handler in tcf_action_init()Vlad Buslov1-3/+2
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov1-4/+5
2021-04-02net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu1-0/+1
2021-03-13flow_offload: add support for packet-per-second policingXingfeng Hu1-0/+3
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2021-02-16net: sched: fix police ext initializationVlad Buslov1-0/+1
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang1-2/+9
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov1-10/+8
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel1-1/+1