aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+10
2022-07-20net/sched: cls_api: Fix flow action initializationGravatar Oz Shlomo 1-6/+10
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsGravatar Zhengchao Shao 1-2/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Paolo Abeni 1-1/+1
2022-04-08net/sched: fix initialization order when updating chain 0 headGravatar Marcelo Ricardo Leitner 1-1/+1
2022-04-08net/sched: cls_api: Add extack message for unsupported action offloadGravatar Ido Schimmel 1-2/+4
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackGravatar Ido Schimmel 1-6/+10
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+3
2022-02-14net_sched: add __rcu annotation to netdev->qdiscGravatar Eric Dumazet 1-3/+3
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededGravatar Paul Blakey 1-13/+32
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Gravatar Eric Dumazet 1-4/+7
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+2
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcGravatar Paul Blakey 1-0/+2
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+5
2021-12-21net/sched: use min() macro instead of doing it manuallyGravatar Yang Li 1-3/+3
2021-12-19flow_offload: validate flags of filter and actionsGravatar Baowen Zheng 1-4/+14
2021-12-19flow_offload: allow user to offload tc action to net deviceGravatar Baowen Zheng 1-4/+17
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupGravatar Baowen Zheng 1-208/+14
2021-12-19flow_offload: rename offload functions with offload instead of flowGravatar Baowen Zheng 1-6/+6
2021-12-19flow_offload: add index to flow_action_entry structureGravatar Baowen Zheng 1-2/+1
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcGravatar Paul Blakey 1-0/+1
2021-12-17net/sched: Extend qdisc control block with tc control blockGravatar Paul Blakey 1-2/+4
2021-12-14flow_offload: return EOPNOTSUPP for the unsupported mpls action typeGravatar Baowen Zheng 1-0/+1
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationGravatar Eli Cohen 1-0/+1
2021-08-10net/sched: cls_api, reset flags on replayGravatar Mark Bloch 1-1/+2
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-11/+17
2021-07-29net/sched: store the last executed chain also for clsact egressGravatar Davide Caratti 1-25/+17
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2021-07-22net: sched: cls_api: Fix the the wrong parameterGravatar Yajun Deng 1-1/+1
2021-07-16net/sched: Remove unnecessary if statementGravatar Yajun Deng 1-11/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-05-25net: zero-initialize tc skb extension on allocationGravatar Vlad Buslov 1-1/+1
2021-05-19net/sched: cls_api: increase max_reclassify_loopGravatar Davide Caratti 1-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-8/+8
2021-04-08net: sched: fix err handler in tcf_action_init()Gravatar Vlad Buslov 1-3/+2
2021-04-08net: sched: fix action overwrite reference countingGravatar Vlad Buslov 1-4/+5
2021-04-02net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbGravatar Yunjian Wang 1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctGravatar wenxu 1-0/+1
2021-03-13flow_offload: add support for packet-per-second policingGravatar Xingfeng Hu 1-0/+3
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2021-02-16net: sched: fix police ext initializationGravatar Vlad Buslov 1-0/+1
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Gravatar Cong Wang 1-2/+9
2020-12-01net: sched: remove redundant 'rtnl_held' argumentGravatar Vlad Buslov 1-10/+8
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Gravatar Francis Laniel 1-1/+1
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Gravatar Francis Laniel 1-1/+1
2020-10-30net: cls_api: remove unneeded local variable in tc_dump_chain()Gravatar Lukas Bulwahn 1-13/+3
2020-10-27net: protect tcf_block_unbind with block lockGravatar Leon Romanovsky 1-2/+2
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Gravatar Guillaume Nault 1-1/+1
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctGravatar wenxu 1-0/+1