Age | Commit message (Expand) | Author | Files | Lines |
2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -1/+1 |
2022-04-09 | net/sched: fix initialization order when updating chain 0 head | Marcelo Ricardo Leitner | 1 | -1/+1 |
2022-04-08 | net/sched: cls_api: Add extack message for unsupported action offload | Ido Schimmel | 1 | -2/+4 |
2022-04-08 | net/sched: act_api: Add extack to offload_act_setup() callback | Ido Schimmel | 1 | -6/+10 |
2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
2022-02-14 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 1 | -3/+3 |
2022-02-05 | net/sched: Enable tc skb ext allocation on chain miss only when needed | Paul Blakey | 1 | -13/+32 |
2022-02-02 | net: sched: fix use-after-free in tc_new_tfilter() | Eric Dumazet | 1 | -4/+7 |
2022-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2022-01-10 | net: openvswitch: Fix ct_state nat flags for conns arriving from tc | Paul Blakey | 1 | -0/+2 |
2021-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+5 |
2021-12-21 | net/sched: use min() macro instead of doing it manually | Yang Li | 1 | -3/+3 |
2021-12-19 | flow_offload: validate flags of filter and actions | Baowen Zheng | 1 | -4/+14 |
2021-12-19 | flow_offload: allow user to offload tc action to net device | Baowen Zheng | 1 | -4/+17 |
2021-12-19 | flow_offload: add ops to tc_action_ops for flow action setup | Baowen Zheng | 1 | -208/+14 |
2021-12-19 | flow_offload: rename offload functions with offload instead of flow | Baowen Zheng | 1 | -6/+6 |
2021-12-19 | flow_offload: add index to flow_action_entry structure | Baowen Zheng | 1 | -2/+1 |
2021-12-18 | net: openvswitch: Fix matching zone id for invalid conns arriving from tc | Paul Blakey | 1 | -0/+1 |
2021-12-18 | net/sched: Extend qdisc control block with tc control block | Paul Blakey | 1 | -2/+4 |
2021-12-14 | flow_offload: return EOPNOTSUPP for the unsupported mpls action type | Baowen Zheng | 1 | -0/+1 |
2021-08-19 | net: Fix offloading indirect devices dependency on qdisc order creation | Eli Cohen | 1 | -0/+1 |
2021-08-11 | net/sched: cls_api, reset flags on replay | Mark Bloch | 1 | -1/+2 |
2021-08-02 | net_sched: refactor TC action init API | Cong Wang | 1 | -11/+17 |
2021-07-30 | net/sched: store the last executed chain also for clsact egress | Davide Caratti | 1 | -25/+17 |
2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2021-07-22 | net: sched: cls_api: Fix the the wrong parameter | Yajun Deng | 1 | -1/+1 |
2021-07-16 | net/sched: Remove unnecessary if statement | Yajun Deng | 1 | -11/+4 |
2021-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2021-05-26 | net: zero-initialize tc skb extension on allocation | Vlad Buslov | 1 | -1/+1 |
2021-05-19 | net/sched: cls_api: increase max_reclassify_loop | Davide Caratti | 1 | -1/+1 |
2021-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+8 |
2021-04-08 | net: sched: fix err handler in tcf_action_init() | Vlad Buslov | 1 | -3/+2 |
2021-04-08 | net: sched: fix action overwrite reference counting | Vlad Buslov | 1 | -4/+5 |
2021-04-03 | net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cb | Yunjian Wang | 1 | -1/+1 |
2021-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2021-03-17 | net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ct | wenxu | 1 | -0/+1 |
2021-03-14 | flow_offload: add support for packet-per-second policing | Xingfeng Hu | 1 | -0/+3 |
2021-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
2021-02-17 | net: sched: fix police ext initialization | Vlad Buslov | 1 | -0/+1 |
2021-01-19 | net_sched: fix RTNL deadlock again caused by request_module() | Cong Wang | 1 | -2/+9 |
2020-12-01 | net: sched: remove redundant 'rtnl_held' argument | Vlad Buslov | 1 | -10/+8 |
2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -1/+1 |
2020-11-16 | Modify return value of nla_strlcpy to match that of strscpy. | Francis Laniel | 1 | -1/+1 |
2020-10-31 | net: cls_api: remove unneeded local variable in tc_dump_chain() | Lukas Bulwahn | 1 | -13/+3 |
2020-10-28 | net: protect tcf_block_unbind with block lock | Leon Romanovsky | 1 | -2/+2 |
2020-10-21 | net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action() | Guillaume Nault | 1 | -1/+1 |
2020-08-04 | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct | wenxu | 1 | -0/+1 |
2020-07-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+0 |
2020-07-25 | flow_offload: Move rhashtable inclusion to the source file | Herbert Xu | 1 | -1/+0 |
2020-07-17 | net: sched: Do not drop root lock in tcf_qevent_handle() | Petr Machata | 1 | -7/+1 |