| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-26 | net: sched: act_ct: fix possible refcount leak in tcf_ct_init() | Hangyu Hua | 1 | -1/+4 |
| 2022-09-22 | net: sched: fix possible refcount leak in tc_new_tfilter() | Hangyu Hua | 1 | -0/+1 |
| 2022-09-20 | net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscs | Vladimir Oltean | 1 | -3/+5 |
| 2022-09-20 | net/sched: taprio: avoid disabling offload when it was never enabled | Vladimir Oltean | 1 | -4/+6 |
| 2022-09-08 | sch_sfb: Also store skb len before calling child enqueue | Toke Høiland-Jørgensen | 1 | -1/+2 |
| 2022-09-02 | sch_sfb: Don't assume the skb is still around after enqueueing to child | Toke Høiland-Jørgensen | 1 | -4/+6 |
| 2022-08-31 | Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb" | Jakub Kicinski | 1 | -3/+1 |
| 2022-08-31 | sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb | Toke Høiland-Jørgensen | 1 | -1/+3 |
| 2022-08-30 | net/sched: fix netdevice reference leaks in attach_default_qdiscs() | Wang Hai | 1 | -15/+16 |
| 2022-08-30 | net: sched: tbf: don't call qdisc_put() while holding tree lock | Zhengchao Shao | 1 | -1/+3 |
| 2022-08-24 | net: Fix data-races around weight_p and dev_weight_[rt]x_bias. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-08-15 | net_sched: cls_route: disallow handle of 0 | Jamal Hadi Salim | 1 | -0/+10 |
| 2022-08-10 | net_sched: cls_route: remove from list when handle is 0 | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
| 2022-08-03 | net/sched: remove hacks added to dev_trans_start() for bonding to work | Vladimir Oltean | 1 | -6/+2 |
| 2022-07-28 | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... | Paolo Abeni | 1 | -0/+64 |
| 2022-07-27 | net/sched: sch_cbq: change the type of cbq_set_lss to void | Zhengchao Shao | 1 | -2/+1 |
| 2022-07-26 | net/sched: flower: Add PPPoE filter | Wojciech Drewek | 1 | -0/+64 |
| 2022-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+10 |
| 2022-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 1 | -2/+3 |
| 2022-07-20 | net/sched: cls_api: Fix flow action initialization | Oz Shlomo | 1 | -6/+10 |
| 2022-07-15 | net/sched: sch_cbq: Delete unused delay_timer | Peilin Ye | 1 | -79/+0 |
| 2022-07-13 | net/sched: remove return value of unregister_tcf_proto_ops | Zhengchao Shao | 1 | -2/+3 |
| 2022-07-13 | net: extract port range fields from fl_flow_key | Maksym Glubokiy | 1 | -7/+1 |
| 2022-07-11 | net/sched: act_ct: set 'net' pointer when creating new nf_flow_table | Vlad Buslov | 1 | -2/+3 |
| 2022-07-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-07-06 | net/sched: act_police: allow 'continue' action offload | Vlad Buslov | 1 | -1/+1 |
| 2022-06-30 | time64.h: consolidate uses of PSEC_PER_NSEC | Vladimir Oltean | 1 | -2/+3 |
| 2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+14 |
| 2022-06-27 | net/sched: act_api: Notify user space if any actions were flushed before error | Victor Nogueira | 1 | -8/+14 |
| 2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-06-17 | net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms | Peilin Ye | 1 | -2/+2 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 3 | -9/+10 |
| 2022-06-01 | net/sched: act_api: fix error code in tcf_ct_flow_table_fill_tuple_ipv6() | Dan Carpenter | 1 | -1/+1 |
| 2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
| 2022-05-16 | net/sched: act_pedit: sanitize shift argument before usage | Paolo Abeni | 1 | -0/+4 |
| 2022-05-16 | net_sched: em_meta: add READ_ONCE() in var_sk_bound_if() | Eric Dumazet | 1 | -2/+5 |
| 2022-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+22 |
| 2022-05-11 | net/sched: act_pedit: really ensure the skb is writable | Paolo Abeni | 1 | -4/+22 |
| 2022-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -10/+14 |
| 2022-04-20 | net/sched: flower: Consider the number of tags for vlan filters | Boris Sukholitko | 1 | -8/+16 |
| 2022-04-20 | net/sched: flower: Add number of vlan tags filter | Boris Sukholitko | 1 | -0/+14 |
| 2022-04-20 | net/sched: flower: Reduce identation after is_key_vlan refactoring | Boris Sukholitko | 1 | -16/+16 |
| 2022-04-20 | net/sched: flower: Helper function for vlan ethtype checks | Boris Sukholitko | 1 | -15/+17 |
| 2022-04-19 | net: sched: support hash selecting tx queue | Tonghao Zhang | 1 | -2/+47 |
| 2022-04-19 | net: sched: use queue_mapping to pick tx queue | Tonghao Zhang | 1 | -1/+5 |
| 2022-04-15 | net/sched: cls_u32: fix possible leak in u32_init_knode() | Eric Dumazet | 1 | -4/+4 |
| 2022-04-15 | net/sched: cls_u32: fix netns refcount changes in u32_change() | Eric Dumazet | 1 | -6/+10 |
| 2022-04-15 | net_sched: make qdisc_reset() smaller | Eric Dumazet | 1 | -10/+2 |
| 2022-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 3 | -7/+16 |
| 2022-04-11 | net/sched: taprio: Check if socket flags are valid | Benedikt Spranger | 1 | -1/+2 |
| 2022-04-08 | net/sched: fix initialization order when updating chain 0 head | Marcelo Ricardo Leitner | 1 | -1/+1 |
| 2022-04-08 | net/sched: flower: Avoid overwriting error messages | Ido Schimmel | 1 | -4/+0 |
| 2022-04-08 | net/sched: matchall: Avoid overwriting error messages | Ido Schimmel | 1 | -4/+0 |
| 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_vlan: Add extack message for offload failure | Ido Schimmel | 1 | -0/+1 |
| 2022-04-08 | net/sched: act_tunnel_key: Add extack message for offload failure | Ido Schimmel | 1 | -0/+1 |
| 2022-04-08 | net/sched: act_skbedit: Add extack messages for offload failure | Ido Schimmel | 1 | -0/+7 |
| 2022-04-08 | net/sched: act_police: Add extack messages for offload failure | Ido Schimmel | 1 | -3/+14 |
| 2022-04-08 | net/sched: act_pedit: Add extack message for offload failure | Ido Schimmel | 1 | -0/+1 |
| 2022-04-08 | net/sched: act_mpls: Add extack messages for offload failure | Ido Schimmel | 1 | -0/+7 |
| 2022-04-08 | net/sched: act_mirred: Add extack message for offload failure | Ido Schimmel | 1 | -0/+1 |
| 2022-04-08 | net/sched: act_gact: Add extack messages for offload failure | Ido Schimmel | 1 | -0/+10 |
| 2022-04-08 | net/sched: act_api: Add extack to offload_act_setup() callback | Ido Schimmel | 16 | -24/+44 |
| 2022-04-08 | net/sched: flower: Take verbose flag into account when logging error messages | Ido Schimmel | 1 | -6/+6 |
| 2022-04-08 | net/sched: matchall: Take verbose flag into account when logging error messages | Ido Schimmel | 1 | -10/+7 |
| 2022-04-08 | net/sched: flower: fix parsing of ethertype following VLAN header | Vlad Buslov | 1 | -5/+13 |
| 2022-03-26 | net/sched: act_ct: fix ref leak when switching zones | Marcelo Ricardo Leitner | 1 | -6/+9 |
| 2022-03-16 | net/sched: add vlan push_eth and pop_eth action to the hardware IR | Maor Dickman | 1 | -0/+13 |
| 2022-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 1 | -24/+91 |
| 2022-03-11 | net/sched: Allow flower to match on GTP options | Wojciech Drewek | 1 | -0/+116 |
| 2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+9 |
| 2022-03-03 | bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress | Martin KaFai Lau | 2 | -0/+4 |
| 2022-03-03 | act_ct: Support GRE offload | Toshiaki Makita | 1 | -24/+91 |
| 2022-03-02 | flow_offload: improve extack msg for user when adding invalid filter | Baowen Zheng | 1 | -0/+2 |
| 2022-03-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 1 | -4/+9 |
| 2022-03-01 | net/sched: act_ct: Fix flow table lookup failure with no originating ifindex | Paul Blakey | 1 | -4/+9 |
| 2022-02-28 | net: flow_offload: add tc police action parameters | Jianbo Liu | 1 | -0/+46 |
| 2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -6/+1 |
| 2022-02-23 | net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD | Wan Jiabing | 1 | -1/+1 |
| 2022-02-18 | net/sched: act_ct: Fix flow table lookup after ct clear or switching zones | Paul Blakey | 1 | -5/+0 |
| 2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -29/+41 |
| 2022-02-16 | net: sched: limit TC_ACT_REPEAT loops | Eric Dumazet | 1 | -3/+10 |
| 2022-02-14 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 3 | -26/+31 |
| 2022-02-14 | net/sched: act_police: more accurate MTU policing | Davide Caratti | 1 | -1/+15 |
| 2022-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 1 | -13/+0 |
| 2022-02-05 | net/sched: Enable tc skb ext allocation on chain miss only when needed | Paul Blakey | 1 | -12/+31 |
| 2022-02-04 | netfilter: conntrack: remove extension register api | Florian Westphal | 1 | -11/+0 |
| 2022-02-04 | netfilter: conntrack: move extension sizes into core | Florian Westphal | 1 | -1/+0 |
| 2022-02-04 | netfilter: conntrack: make all extensions 8-byte alignned | Florian Westphal | 1 | -1/+0 |
| 2022-02-01 | net: sched: fix use-after-free in tc_new_tfilter() | Eric Dumazet | 1 | -4/+7 |
| 2022-01-25 | sch_htb: Fail on unsupported parameters when offload is requested | Maxim Mikityanskiy | 1 | -0/+20 |
| 2022-01-20 | net: sched: Clarify error message when qdisc kind is unknown | Victor Nogueira | 1 | -1/+1 |
| 2022-01-13 | net_sched: restore "mpu xxx" handling | Kevin Bracey | 1 | -0/+1 |
| 2022-01-13 | sch_api: Don't skip qdisc attach on ingress | Maxim Mikityanskiy | 1 | -1/+1 |
| 2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+8 |
| 2022-01-09 | net: openvswitch: Fix ct_state nat flags for conns arriving from tc | Paul Blakey | 2 | -0/+8 |
| 2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 1 | -4/+3 |
| 2022-01-09 | net: prefer nf_ct_put instead of nf_conntrack_put | Florian Westphal | 1 | -3/+3 |
| 2022-01-09 | netfilter: conntrack: convert to refcount_t api | Florian Westphal | 1 | -1/+0 |
| 2022-01-07 | sch_cake: revise Diffserv docs | Kevin Bracey | 1 | -20/+20 |
| 2022-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+2 |
| 2022-01-05 | net/sched: add missing tracker information in qdisc_create() | Eric Dumazet | 1 | -1/+1 |
| 2022-01-04 | sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc | Eric Dumazet | 1 | -4/+2 |
| 2022-01-04 | net/sched: act_ct: Fill offloading tuple iifidx | Paul Blakey | 1 | -0/+27 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
| 2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -12/+19 |
| 2021-12-23 | flow_offload: fix suspicious RCU usage when offloading tc action | Baowen Zheng | 1 | -2/+9 |
| 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 | 5 | -19/+47 |
| 2021-12-19 | flow_offload: add reoffload process to update hw_count | Baowen Zheng | 1 | -17/+235 |
| 2021-12-19 | net: sched: save full flags for tc action | Baowen Zheng | 1 | -3/+5 |
| 2021-12-19 | flow_offload: add process to update action stats from hardware | Baowen Zheng | 1 | -0/+34 |
| 2021-12-19 | flow_offload: rename exts stats update functions with hw | Baowen Zheng | 2 | -11/+11 |
| 2021-12-19 | flow_offload: add skip_hw and skip_sw to control if offload the action | Baowen Zheng | 1 | -6/+77 |
| 2021-12-19 | flow_offload: allow user to offload tc action to net device | Baowen Zheng | 13 | -15/+197 |
| 2021-12-19 | flow_offload: add ops to tc_action_ops for flow action setup | Baowen Zheng | 13 | -208/+394 |
| 2021-12-19 | flow_offload: rename offload functions with offload instead of flow | Baowen Zheng | 3 | -14/+14 |
| 2021-12-19 | flow_offload: add index to flow_action_entry structure | Baowen Zheng | 1 | -2/+1 |
| 2021-12-19 | flow_offload: fill flags to action structure | Baowen Zheng | 14 | -14/+14 |
| 2021-12-17 | net: openvswitch: Fix matching zone id for invalid conns arriving from tc | Paul Blakey | 1 | -0/+1 |
| 2021-12-17 | net/sched: flow_dissector: Fix matching on zone id for invalid conns | Paul Blakey | 2 | -1/+3 |
| 2021-12-17 | net/sched: Extend qdisc control block with tc control block | Paul Blakey | 4 | -11/+15 |
| 2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -7/+4 |
| 2021-12-14 | flow_offload: return EOPNOTSUPP for the unsupported mpls action type | Baowen Zheng | 1 | -0/+1 |
| 2021-12-13 | net/sched: sch_ets: don't remove idle classes from the round-robin list | Davide Caratti | 1 | -2/+2 |
| 2021-12-10 | sch_cake: do not call cake_destroy() from cake_init() | Eric Dumazet | 1 | -5/+1 |
| 2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-09 | net/sched: fq_pie: prevent dismantle issue | Eric Dumazet | 1 | -0/+1 |
| 2021-12-07 | net: sched: act_mirred: add net device refcount tracker | Eric Dumazet | 1 | -8/+10 |
| 2021-12-07 | net: watchdog: add net device refcount tracker | Eric Dumazet | 1 | -4/+6 |
| 2021-12-06 | net/sched: add net device refcount tracker to struct Qdisc | Eric Dumazet | 1 | -2/+2 |
| 2021-12-03 | net/sched: act_ct: Offload only ASSURED connections | Chris Mi | 1 | -1/+2 |
| 2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+5 |
| 2021-11-26 | net/sched: sch_ets: don't peek at classes beyond 'nbands' | Davide Caratti | 1 | -3/+5 |
| 2021-11-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+8 |
| 2021-11-17 | net: no longer stop all TX queues in dev_watchdog() | Eric Dumazet | 1 | -3/+5 |
| 2021-11-17 | net: do not inline netif_tx_lock()/netif_tx_unlock() | Eric Dumazet | 1 | -0/+51 |
| 2021-11-17 | net: annotate accesses to queue->trans_start | Eric Dumazet | 1 | -4/+4 |
| 2021-11-17 | net: use an atomic_long_t for queue->trans_timeout | Eric Dumazet | 1 | -1/+1 |
| 2021-11-16 | net: sched: act_mirred: drop dst for the direction from egress to ingress | Xin Long | 1 | -3/+8 |
| 2021-11-15 | net: sched: sch_netem: Refactor code in 4-state loss generator | Harshit Mogalapalli | 1 | -9/+9 |
| 2021-11-09 | net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_any | Eric Dumazet | 1 | -10/+17 |
| 2021-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+2 |
| 2021-10-29 | cls_flower: Fix inability to match GRE/IPIP packets | Yoshiki Komachi | 1 | -1/+2 |
| 2021-10-28 | sch_htb: Add extack messages for EOPNOTSUPP errors | Maxim Mikityanskiy | 1 | -2/+6 |
| 2021-10-27 | net: introduce sk_forward_alloc_get() | Paolo Abeni | 1 | -1/+1 |
| 2021-10-27 | net: sch: simplify condtion for selecting mini_Qdisc_pair buffer | Seth Forshee | 1 | -1/+1 |
| 2021-10-27 | net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap() | Seth Forshee | 1 | -19/+19 |
| 2021-10-27 | net: sched: gred: dynamically allocate tc_gred_qopt_offload | Arnd Bergmann | 1 | -20/+30 |
| 2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2021-10-20 | fq_codel: generalise ce_threshold marking for subset of traffic | Toke Høiland-Jørgensen | 1 | -4/+9 |
| 2021-10-19 | net: sch_tbf: Add a graft command | Petr Machata | 1 | -0/+16 |
| 2021-10-18 | net/sched: act_ct: Fix byte count on fragmented packets | Paul Blakey | 1 | -1/+1 |
| 2021-10-18 | net: sched: Remove Qdisc::running sequence counter | Ahmed S. Darwish | 16 | -72/+42 |
| 2021-10-18 | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types | Ahmed S. Darwish | 21 | -56/+57 |
| 2021-10-18 | net: sched: Use _bstats_update/set() instead of raw writes | Ahmed S. Darwish | 4 | -17/+21 |
| 2021-10-18 | net: sched: Protect Qdisc::bstats with u64_stats | Ahmed S. Darwish | 12 | -7/+21 |
| 2021-10-18 | mq, mqprio: Use gnet_stats_add_queue(). | Sebastian Andrzej Siewior | 2 | -56/+17 |
| 2021-10-18 | gen_stats: Add instead Set the value in __gnet_stats_copy_basic(). | Sebastian Andrzej Siewior | 2 | -9/+7 |
| 2021-10-15 | fq_codel: implement L4S style ce_threshold_ect1 marking | Eric Dumazet | 1 | -4/+11 |
| 2021-10-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -12/+18 |
| 2021-10-08 | mqprio: Correct stats in mqprio_dump_class_stats(). | Sebastian Andrzej Siewior | 1 | -12/+18 |
| 2021-10-08 | net/sched: sch_ets: properly init all active DRR list handles | Davide Caratti | 1 | -3/+9 |
| 2021-10-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+7 |
| 2021-10-05 | net/sched: sch_taprio: properly cancel timer from taprio_destroy() | Eric Dumazet | 1 | -0/+4 |
| 2021-10-01 | net_sched: fix NULL deref in fifo_set_limit() | Eric Dumazet | 1 | -0/+3 |
| 2021-09-30 | net: sched: Use struct_size() helper in kvmalloc() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2021-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+12 |
| 2021-09-30 | net: sched: flower: protect fl_walk() with rcu | Vlad Buslov | 1 | -0/+6 |
| 2021-09-29 | net_sched: Use struct_size() and flex_array_size() helpers | Gustavo A. R. Silva | 1 | -3/+4 |
| 2021-09-26 | net: prevent user from passing illegal stab size | 王贇 | 1 | -0/+6 |
| 2021-09-19 | net: sched: move and reuse mq_change_real_num_tx() | Jakub Kicinski | 3 | -46/+25 |
| 2021-09-15 | net: sched: update default qdisc visibility after Tx queue cnt changes | Jakub Kicinski | 3 | -0/+56 |
| 2021-09-04 | fq_codel: reject silly quantum parameters | Eric Dumazet | 1 | -2/+10 |
| 2021-08-30 | net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failed | Xiyu Yang | 1 | -1/+1 |
| 2021-08-30 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2 | -4/+4 |
| 2021-08-30 | sch_htb: Fix inconsistency when leaf qdisc creation fails | Maxim Mikityanskiy | 1 | -35/+62 |
| 2021-08-30 | fix array-index-out-of-bounds in taprio_change | Haimin Zhang | 1 | -1/+3 |
| 2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+7 |
| 2021-08-25 | net/sched: ets: fix crash when flipping from 'strict' to 'quantum' | Davide Caratti | 1 | -0/+7 |
| 2021-08-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-08-19 | net: Fix offloading indirect devices dependency on qdisc order creation | Eli Cohen | 1 | -0/+1 |
| 2021-08-18 | sch_cake: fix srchost/dsthost hashing mode | Toke Høiland-Jørgensen | 1 | -1/+1 |
| 2021-08-17 | bpf: Refactor BPF_PROG_RUN into a function | Andrii Nakryiko | 2 | -4/+4 |
| 2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+3 |
| 2021-08-10 | net/sched: cls_api, reset flags on replay | Mark Bloch | 1 | -1/+2 |
| 2021-08-09 | net: sched: act_mirred: Reset ct info when mirror/redirect skb | Hangbin Liu | 1 | -0/+3 |
| 2021-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+1 |
| 2021-08-05 | net: Remove redundant if statements | Yajun Deng | 1 | -4/+2 |
| 2021-08-04 | net: sched: fix lockdep_set_class() typo error for sch->seqlock | Yunsheng Lin | 1 | -1/+1 |
| 2021-08-02 | net/sched: taprio: Fix init procedure | Yannick Vignon | 1 | -2/+0 |
| 2021-08-02 | net_sched: refactor TC action init API | Cong Wang | 33 | -159/+168 |
| 2021-07-29 | net/sched: store the last executed chain also for clsact egress | Davide Caratti | 16 | -40/+32 |
| 2021-07-28 | net/sched: act_skbmod: Add SKBMOD_F_ECN option support | Peilin Ye | 1 | -12/+32 |
| 2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -6/+13 |
| 2021-07-22 | net: sched: cls_api: Fix the the wrong parameter | Yajun Deng | 1 | -1/+1 |
| 2021-07-20 | net/sched: act_skbmod: Skip non-Ethernet packets | Peilin Ye | 1 | -4/+8 |
| 2021-07-18 | net: sched: fix memory leak in tcindex_partial_destroy_work | Pavel Skripkin | 1 | -1/+4 |
| 2021-07-16 | net/sched: Remove unnecessary if statement | Yajun Deng | 3 | -29/+8 |