| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -70/+54 |
| 4 days | net/sched: act_mirred: Fix return code in early mirred redirect error paths | Victor Nogueira | 1 | -5/+13 |
| 4 days | net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflow | Kito Xu (veritas501) | 1 | -7/+11 |
| 4 days | net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop | Jamal Hadi Salim | 1 | -17/+30 |
| 4 days | net/sched: fix packet loop on netem when duplicate is on | Jamal Hadi Salim | 1 | -4/+3 |
| 4 days | net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete... | Jamal Hadi Salim | 1 | -40/+0 |
| 4 days | net: sch_fq: update flow delivery time on earlier EDT packet | Willem de Bruijn | 1 | -4/+30 |
| 4 days | net/sched: cls_bpf: prevent unbounded recursion in offload rollback | Jiayuan Chen | 1 | -4/+6 |
| 6 days | net/sched: sch_ets: make cl->quantum lockless | Eric Dumazet | 1 | -6/+4 |
| 9 days | net/sched: tbf: add extack to offload params | David Yang | 1 | -2/+7 |
| 9 days | net/sched: prefer existing extack message in qdisc_offload_graft_helper() | David Yang | 1 | -1/+1 |
| 11 days | net/sched: sch_drr: make cl->quantum lockless | Eric Dumazet | 1 | -6/+4 |
| 11 days | net/sched: sch_drr: annotate data-races around cl->deficit | Eric Dumazet | 1 | -4/+4 |
| 12 days | net/sched: sch_htb: fix htb_dump_class_stats() vs offload mode | Eric Dumazet | 1 | -10/+12 |
| 2026-05-15 | net/sched: sch_htb: annotate data-races (III) | Eric Dumazet | 1 | -11/+12 |
| 2026-05-15 | net/sched: sch_htb: annotate data-races (II) | Eric Dumazet | 1 | -8/+13 |
| 2026-05-15 | net/sched: sch_htb: annotate data-races (I) | Eric Dumazet | 1 | -4/+4 |
| 2026-05-15 | net/sched: sch_htb: do not change sch->flags in htb_dump() | Eric Dumazet | 1 | -5/+1 |
| 2026-05-15 | net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats() | Eric Dumazet | 1 | -34/+34 |
| 2026-05-14 | net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats() | Eric Dumazet | 1 | -11/+11 |
| 2026-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+17 |
| 2026-05-14 | net/sched: netem: add per-impairment extended statistics | Stephen Hemminger | 1 | -6/+49 |
| 2026-05-14 | net/sched: netem: handle multi-segment skb in corruption | Stephen Hemminger | 1 | -5/+6 |
| 2026-05-14 | net/sched: netem: replace pr_info with netlink extack error messages | Stephen Hemminger | 1 | -14/+16 |
| 2026-05-14 | net/sched: netem: remove useless VERSION | Stephen Hemminger | 1 | -4/+0 |
| 2026-05-14 | net/sched: netem: reorder struct netem_sched_data | Stephen Hemminger | 1 | -59/+62 |
| 2026-05-13 | net/sched: fq_codel: local packets no longer count against memory limit | Eric Dumazet | 1 | -1/+1 |
| 2026-05-13 | net/sched: sch_cbs: Call qdisc_reset for child qdisc | Jamal Hadi Salim | 1 | -1/+15 |
| 2026-05-11 | net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_st... | Eric Dumazet | 1 | -25/+15 |
| 2026-05-11 | net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump() | Eric Dumazet | 1 | -13/+24 |
| 2026-05-11 | net/sched: mq: no longer acquire qdisc spinlocks in dump operations | Eric Dumazet | 1 | -10/+22 |
| 2026-05-11 | net/sched: add qdisc_qlen_lockless() helper | Eric Dumazet | 2 | -3/+3 |
| 2026-05-11 | net/sched: annotate data-races around sch->qstats.backlog | Eric Dumazet | 20 | -28/+28 |
| 2026-05-11 | net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec() | Eric Dumazet | 28 | -80/+86 |
| 2026-05-11 | net/sched: dualpi2: initialize timer earlier in dualpi2_init() | Davide Caratti | 1 | -2/+2 |
| 2026-05-08 | net: Do not turn on carrier when protodown is on | Ido Schimmel | 1 | -0/+3 |
| 2026-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 6 | -123/+135 |
| 2026-05-06 | net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats() | Eric Dumazet | 1 | -23/+25 |
| 2026-05-05 | net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats() | Eric Dumazet | 1 | -19/+20 |
| 2026-05-04 | net/sched: speedup tc_dump_qdisc() when tcm_handle is provided | Eric Dumazet | 1 | -10/+17 |
| 2026-05-04 | net/sched: add qstats_cpu_drop_inc() helper | Eric Dumazet | 9 | -12/+12 |
| 2026-05-04 | net/sched: taprio: prepare taprio_dump() for RTNL removal | Eric Dumazet | 1 | -18/+24 |
| 2026-05-02 | net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II) | Eric Dumazet | 1 | -59/+70 |
| 2026-05-02 | net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I) | Eric Dumazet | 1 | -12/+12 |
| 2026-05-02 | net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p... | Victor Nogueria | 1 | -1/+1 |
| 2026-05-02 | net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p... | Jamal Hadi Salim | 1 | -1/+1 |
| 2026-05-01 | net/sched: sch_pie: annotate more data-races in pie_dump_stats() | Eric Dumazet | 1 | -8/+6 |
| 2026-04-30 | net/sched: speedup tc_dump_qdisc() when tcm_ifindex is provided | Eric Dumazet | 1 | -0/+7 |
| 2026-04-30 | net/sched: switch tc_dump_qdisc() to for_each_netdev_dump() | Eric Dumazet | 1 | -32/+28 |
| 2026-04-30 | net/sched: tc_dump_qdisc_root() refactor | Eric Dumazet | 1 | -14/+15 |
| 2026-04-30 | net/sched: propagate tc_fill_tclass() error | Eric Dumazet | 1 | -14/+17 |
| 2026-04-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -140/+211 |
| 2026-04-30 | net/sched: cls_flower: revert unintended changes | Paolo Abeni | 1 | -3/+1 |
| 2026-04-29 | net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc() | Eric Dumazet | 3 | -4/+4 |
| 2026-04-28 | net/sched: sch_cake: annotate data-races in cake_dump_stats() (V) | Eric Dumazet | 1 | -6/+7 |
| 2026-04-28 | net/sched: sch_cake: annotate data-races in cake_dump_stats() (IV) | Eric Dumazet | 1 | -44/+46 |
| 2026-04-28 | net/sched: sch_cake: annotate data-races in cake_dump_stats() (III) | Eric Dumazet | 1 | -18/+20 |
| 2026-04-28 | net/sched: sch_cake: annotate data-races in cake_dump_stats() (II) | Eric Dumazet | 1 | -15/+19 |
| 2026-04-28 | net/sched: sch_cake: annotate data-races in cake_dump_stats() (I) | Eric Dumazet | 1 | -21/+21 |
| 2026-04-28 | net: mctp i2c: check length before marking flow active | William A. Kennington III | 1 | -1/+3 |
| 2026-04-27 | net/sched: taprio: fix NULL pointer dereference in class dump | Weiming Shi | 1 | -5/+8 |
| 2026-04-27 | net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats() | Eric Dumazet | 1 | -9/+10 |
| 2026-04-27 | net/sched: sch_choke: annotate data-races in choke_dump_stats() | Eric Dumazet | 1 | -10/+16 |
| 2026-04-27 | net/sched: netem: check for negative latency and jitter | Stephen Hemminger | 1 | -0/+22 |
| 2026-04-27 | net/sched: netem: fix slot delay calculation overflow | Stephen Hemminger | 1 | -3/+2 |
| 2026-04-27 | net/sched: netem: validate slot configuration | Stephen Hemminger | 1 | -0/+29 |
| 2026-04-27 | net/sched: netem: only reseed PRNG when seed is explicitly provided | Stephen Hemminger | 1 | -4/+6 |
| 2026-04-27 | net/sched: netem: fix queue limit check to include reordered packets | Stephen Hemminger | 1 | -1/+1 |
| 2026-04-27 | net/sched: netem: fix probability gaps in 4-state loss model | Stephen Hemminger | 1 | -4/+4 |
| 2026-04-22 | net/sched: sch_sfb: annotate data-races in sfb_dump_stats() | Eric Dumazet | 1 | -22/+32 |
| 2026-04-22 | net/sched: sch_red: annotate data-races in red_dump_stats() | Eric Dumazet | 1 | -10/+21 |
| 2026-04-22 | net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats() | Eric Dumazet | 1 | -1/+2 |
| 2026-04-22 | net/sched: sch_pie: annotate data-races in pie_dump_stats() | Eric Dumazet | 1 | -19/+19 |
| 2026-04-22 | net_sched: sch_hhf: annotate data-races in hhf_dump_stats() | Eric Dumazet | 1 | -9/+10 |
| 2026-04-21 | net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change() | Chia-Yu Chang | 1 | -4/+28 |
| 2026-04-16 | net/sched: taprio: fix use-after-free in advance_sched() on schedule switch | Vinicius Costa Gomes | 1 | -4/+5 |
| 2026-04-16 | net/sched: sch_cake: fix NAT destination port not being updated in cake_updat... | Dudu Lu | 1 | -1/+1 |
| 2026-04-16 | net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_bloc... | Dudu Lu | 1 | -1/+1 |
| 2026-04-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+11 |
| 2026-04-12 | net/sched: act_ct: Only release RCU read lock after ct_ft | Jamal Hadi Salim | 1 | -2/+6 |
| 2026-04-12 | net/sched: cls_fw: fix NULL dereference of "old" filters before change() | Davide Caratti | 1 | -1/+5 |
| 2026-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+5 |
| 2026-04-08 | codel: annotate data-races in codel_dump_stats() | Eric Dumazet | 1 | -11/+11 |
| 2026-04-03 | net: sched: act_csum: validate nested VLAN headers | Ruide Cao | 1 | -1/+5 |
| 2026-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 5 | -7/+27 |
| 2026-04-02 | net/sched: cls_flow: fix NULL pointer dereference on shared blocks | Xiang Mei | 1 | -1/+9 |
| 2026-04-02 | net/sched: cls_fw: fix NULL pointer dereference on shared blocks | Xiang Mei | 1 | -2/+12 |
| 2026-04-01 | net/sched: sch_netem: fix out-of-bounds access in packet corruption | Yucheng Lu | 1 | -2/+3 |
| 2026-03-30 | net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to... | Yochai Eisenrich | 1 | -0/+1 |
| 2026-03-29 | net: convert remaining ipv6_stub users to direct function calls | Fernando Fernandez Mancera | 1 | -2/+2 |
| 2026-03-27 | net/sched: sch_hfsc: fix divide-by-zero in rtsc_min() | Xiang Mei | 1 | -2/+2 |
| 2026-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -38/+10 |
| 2026-03-17 | clsact: Fix use-after-free in init/destroy rollback asymmetry | Daniel Borkmann | 1 | -6/+8 |
| 2026-03-17 | net/sched: cls_flower: remove unions from fl_flow_key | Cedric Jehasse | 1 | -8/+4 |
| 2026-03-16 | net/sched: teql: Fix double-free in teql_master_xmit | Jamal Hadi Salim | 2 | -32/+2 |
| 2026-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2026-03-10 | net: sched: cls_u32: Avoid memcpy() false-positive warning in u32_init_knode() | Jiayuan Chen | 1 | -1/+4 |
| 2026-03-09 | net/sched: refine indirect call mitigation in tc_wrapper.h | Eric Dumazet | 1 | -1/+2 |
| 2026-03-09 | net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset() | Eric Dumazet | 1 | -1/+1 |
| 2026-03-09 | net/sched: do not reset queues in graft operations | Eric Dumazet | 6 | -14/+18 |
| 2026-03-06 | net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ... | Weiming Shi | 1 | -0/+1 |
| 2026-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -160/+277 |
| 2026-03-05 | net/sched: act_ife: Fix metalist update behavior | Jamal Hadi Salim | 1 | -49/+44 |
| 2026-03-04 | net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset() | Eric Dumazet | 1 | -0/+1 |
| 2026-02-28 | net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue drops | Jesper Dangaard Brouer | 1 | -6/+6 |
| 2026-02-28 | net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTION | Jesper Dangaard Brouer | 1 | -1/+1 |
| 2026-02-28 | net: sched: rename QDISC_DROP_FQ_* to generic names | Jesper Dangaard Brouer | 1 | -5/+2 |
| 2026-02-28 | net: sched: sfq: convert to qdisc drop reasons | Jesper Dangaard Brouer | 2 | -5/+5 |
| 2026-02-28 | net: sched: introduce qdisc-specific drop reason tracing | Jesper Dangaard Brouer | 11 | -39/+60 |
| 2026-02-27 | net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks | Victor Nogueira | 2 | -0/+13 |
| 2026-02-27 | net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv config | Jonas Köppeler | 1 | -27/+23 |
| 2026-02-27 | net/sched: sch_cake: avoid sync overhead when unlimited | Jonas Köppeler | 1 | -1/+2 |
| 2026-02-27 | net/sched: act_gate: snapshot parameters with RCU on replace | Paul Moses | 1 | -79/+186 |
| 2026-02-26 | net/sched: ets: fix divide by zero in the offload path | Davide Caratti | 1 | -4/+8 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 1 | -2/+1 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 8 | -16/+8 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -7/+7 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 36 | -63/+63 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 43 | -97/+93 |
| 2026-02-17 | net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash() | Ruitong Liu | 1 | -1/+5 |
| 2026-02-11 | Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 7 | -178/+429 |
| 2026-02-10 | Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Linus Torvalds | 1 | -7/+13 |
| 2026-02-06 | net/ipv6: Introduce payload_len helpers | Alice Mikityanska | 1 | -1/+1 |
| 2026-02-06 | net_sched: sch_fq: rework fq_gc() to avoid stack canary | Eric Dumazet | 1 | -13/+11 |
| 2026-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+6 |
| 2026-02-05 | net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueue | Davide Caratti | 2 | -6/+4 |
| 2026-02-04 | net_sched: sch_fq: tweak unlikely() hints in fq_dequeue() | Eric Dumazet | 1 | -2/+2 |
| 2026-01-29 | net/sched: cls_u32: use skb_header_pointer_careful() | Eric Dumazet | 1 | -7/+6 |
| 2026-01-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -3/+10 |
| 2026-01-22 | net/sched: act_ife: avoid possible NULL deref | Eric Dumazet | 1 | -2/+4 |
| 2026-01-20 | netfilter: nf_conntrack: don't rely on implicit includes | Florian Westphal | 2 | -0/+3 |
| 2026-01-19 | net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_... | Jamal Hadi Salim | 1 | -1/+1 |
| 2026-01-19 | net/sched: Enforce that teql can only be used as root qdisc | Jamal Hadi Salim | 1 | -0/+5 |
| 2026-01-17 | net/sched: cake: avoid separate allocation of struct cake_sched_config | Toke Høiland-Jørgensen | 1 | -23/+6 |
| 2026-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+4 |
| 2026-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5 | Alexei Starovoitov | 4 | -5/+20 |
| 2026-01-13 | net/sched: sch_qfq: do not free existing class in qfq_change_class() | Eric Dumazet | 1 | -2/+4 |
| 2026-01-13 | net/sched: sch_cake: share shaper state across sub-instances of cake_mq | Jonas Köppeler | 1 | -0/+51 |
| 2026-01-13 | net/sched: sch_cake: Share config across cake_mq sub-qdiscs | Toke Høiland-Jørgensen | 1 | -40/+133 |
| 2026-01-13 | net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices | Toke Høiland-Jørgensen | 1 | -1/+78 |
| 2026-01-13 | net/sched: sch_cake: Factor out config variables into separate struct | Toke Høiland-Jørgensen | 1 | -112/+133 |
| 2026-01-13 | net/sched: Export mq functions for reuse | Toke Høiland-Jørgensen | 1 | -22/+49 |
| 2026-01-12 | bpf: net_sched: Use the correct destructor kfunc type | Sami Tolvanen | 1 | -1/+7 |
| 2026-01-08 | net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf... | Xiang Mei | 1 | -1/+1 |
| 2026-01-06 | net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroy | Shivani Gupta | 1 | -0/+2 |
| 2026-01-05 | net/sched: act_mirred: Fix leak when redirecting to self on egress | Jamal Hadi Salim | 1 | -12/+12 |
| 2026-01-02 | bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs | Puranjay Mohan | 1 | -6/+6 |
| 2025-12-18 | net/sched: act_mirred: fix loop detection | Jamal Hadi Salim | 1 | -0/+9 |
| 2025-12-11 | net/sched: ets: Remove drr class from the active list if it changes to strict | Victor Nogueira | 1 | -0/+4 |
| 2025-12-04 | net/sched: ets: Always remove class from active list before deleting in ets_q... | Jamal Hadi Salim | 1 | -1/+1 |
| 2025-12-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -26/+32 |
| 2025-12-02 | net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop | Xiang Mei | 1 | -26/+32 |
| 2025-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -3/+18 |
| 2025-11-26 | Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm... | Jakub Kicinski | 1 | -0/+3 |
| 2025-11-26 | net/sched: em_canid: fix uninit-value in em_canid_match | Shaurya Rane | 1 | -0/+3 |
| 2025-11-25 | net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codel | Eric Dumazet | 3 | -3/+10 |
| 2025-11-25 | net_sched: sch_fq: prefetch one skb ahead in dequeue() | Eric Dumazet | 1 | -2/+5 |
| 2025-11-25 | net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb() | Eric Dumazet | 1 | -1/+1 |
| 2025-11-25 | net_sched: cake: use qdisc_pkt_segs() | Eric Dumazet | 1 | -9/+3 |
| 2025-11-25 | net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update() | Eric Dumazet | 6 | -1/+6 |
| 2025-11-25 | net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init() | Eric Dumazet | 1 | -1/+1 |
| 2025-11-25 | net_sched: make room for (struct qdisc_skb_cb)->pkt_segs | Eric Dumazet | 3 | -8/+8 |
| 2025-11-24 | net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr() | Eric Dumazet | 3 | -3/+15 |
| 2025-11-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -8/+4 |
| 2025-11-14 | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Linus Torvalds | 2 | -8/+4 |
| 2025-11-14 | bpf: Add bpf_prog_run_data_pointers() | Eric Dumazet | 2 | -8/+4 |
| 2025-11-13 | net/sched: act_ife: convert comma to semicolon | Chen Ni | 1 | -3/+3 |
| 2025-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -17/+29 |
| 2025-11-11 | net_sched: limit try_bulk_dequeue_skb() batches | Eric Dumazet | 1 | -7/+10 |
| 2025-11-11 | net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak | Ranganath V N | 1 | -5/+7 |
| 2025-11-11 | net: sched: act_connmark: initialize struct tc_ife to fix kernel leak | Ranganath V N | 1 | -5/+7 |
| 2025-11-10 | net/sched: Abort __tc_modify_qdisc if parent is a clsact/ingress qdisc | Victor Nogueira | 1 | -0/+5 |
| 2025-10-29 | net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2025-10-16 | net: dev_queue_xmit() llist adoption | Eric Dumazet | 1 | -5/+0 |
| 2025-10-16 | Revert "net/sched: Fix mirred deadlock on device recursion" | Eric Dumazet | 1 | -2/+0 |
| 2025-10-16 | net/sched: act_mirred: add loop detection | Eric Dumazet | 1 | -39/+23 |
| 2025-09-02 | net_sched: act: remove tcfa_qstats | Eric Dumazet | 1 | -4/+8 |
| 2025-09-02 | net_sched: add back BH safety to tcf_lock | Eric Dumazet | 11 | -22/+22 |
| 2025-08-28 | net_sched: act_skbmod: use RCU in tcf_skbmod_dump() | Eric Dumazet | 1 | -14/+12 |
| 2025-08-28 | net_sched: act_tunnel_key: use RCU in tunnel_key_dump() | Eric Dumazet | 1 | -11/+9 |
| 2025-08-28 | net_sched: act_vlan: use RCU in tcf_vlan_dump() | Eric Dumazet | 1 | -11/+9 |
| 2025-08-28 | net_sched: remove BH blocking in eight actions | Eric Dumazet | 8 | -16/+16 |
| 2025-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 9 | -35/+58 |
| 2025-08-20 | net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_... | William Liu | 1 | -1/+1 |
| 2025-08-20 | net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit | William Liu | 1 | -2/+12 |
| 2025-08-19 | net/sched: sch_dualpi2: Run prob update timer in softirq to avoid deadlock | Victor Nogueira | 1 | -2/+3 |
| 2025-08-14 | net/sched: Fix backlog accounting in qdisc_dequeue_internal | William Liu | 6 | -30/+42 |
| 2025-08-14 | net/sched: Use TC_RTAB_SIZE instead of magic number | Yue Haibing | 1 | -2/+2 |
| 2025-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+6 |
| 2025-08-13 | net/sched: ets: use old 'nbands' while purging unused classes | Davide Caratti | 1 | -5/+6 |
| 2025-08-12 | net/sched: Remove redundant memset(0) call in reset_policy() | Thorsten Blum | 1 | -1/+0 |
| 2025-08-04 | net/sched: mqprio: fix stack out-of-bounds write in tc entry parsing | Maher Azzouzi | 1 | -1/+1 |
| 2025-08-01 | net/sched: taprio: enforce minimum value for picos_per_byte | Takamitsu Iwai | 1 | -3/+18 |
| 2025-07-30 | Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -6/+3 |
| 2025-07-26 | net/sched: taprio: align entry index attr validation with mqprio | Simon Horman | 1 | -8/+4 |
| 2025-07-25 | net/sched: Add precise drop reason for pfifo_fast queue overflows | Fan Yu | 1 | -0/+2 |
| 2025-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+3 |
| 2025-07-23 | sched: Add enqueue/dequeue of dualpi2 qdisc | Koen De Schepper | 3 | -4/+481 |
| 2025-07-23 | sched: Dump configuration and statistics of dualpi2 qdisc | Chia-Yu Chang | 1 | -17/+137 |
| 2025-07-23 | sched: Struct definition and parsing of dualpi2 qdisc | Chia-Yu Chang | 1 | -0/+591 |