summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
37 hoursnet/sched: sch_htb: limit htb_classify inner-class filter hopsJamal Hadi Salim
37 hoursnet/sched: bound qdisc_pkt_len to prevent qdisc soft lockupJamal Hadi Salim
48 hoursnet: fix spurious TX timeout after dev_activate()Breno Leitao
4 daysnet/sched: sch_teql: restore skb->dev on the slave failure pathVictor Nogueira
4 daysnet/sched: sfq: clamp quantum to avoid signed overflow soft lockupJamal Hadi Salim
4 daysnet/sched: hhf: clamp quantum before hhf_change() to avoid overflowJamal Hadi Salim
4 daysnet/sched: fq_pie: clamp default quantum to avoid signed overflowJamal Hadi Salim
4 daysnet/sched: sch_codel: clamp default mtu to avoid disabling CoDelJamal Hadi Salim
4 daysnet/sched: fq_codel: clamp default quantum and mtuJamal Hadi Salim
4 daysnet/sched: fq: add overflow bounds to quantum and initial quantumJamal Hadi Salim
4 daysnet/sched: act_skbmod: fix length calculations and avoid invalid header warningsEric Dumazet
5 daysnet/sched: act_ife: Only operate on Ethernet framesVictor Nogueira
6 daysnet/sched: sch_cake: fix autorate reconfiguration throttlingGiuseppe Piscitelli
6 daysnet_sched: sch_fq: fix pacing delay underflow with pacing offloadEric Dumazet
7 daysnet/sched: account classifier filter allocations to memcgJamal Hadi Salim
8 daysnet: sched: fix 32-bit backlog wrap in gred, bfifo and plug enqueueJamal Hadi Salim
9 daysnet/sched: add get_fill_size callbacks for actions missing themVictor Nogueira
12 daysnet: add READ_ONCE()/WRITE_ONCE() annotations for dev->prio_tc_mapEric Dumazet
12 daysnet: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet
12 daysnet: prevent torn reads in netdev_tc_txqEric Dumazet
2026-08-14Merge tag 'nf-next-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13net/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim
2026-08-11net/sched: cls_u32: skip hash tables in u32_bind_class()Zhang Changzhong
2026-08-11net/sched: act_api: fix TOCTOU NULL deref on a->goto_chainJamal Hadi Salim
2026-08-10net/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko
2026-08-10net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko
2026-08-10netfilter: add DEBUG_NET_WARN_ON_ONCE to skb_set_nfct()Pablo Neira Ayuso
2026-08-07net/sched: cls_api: fix teardown of an adopted proto on insert-race lossVictor Nogueira
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06net/sched: reject overly deep qdisc hierarchiesZijie Huang
2026-08-04net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim
2026-08-03net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen
2026-07-31net/sched: cls_route: fix fastmap use-after-free on filterJamal Hadi Salim
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-28net/sched: cls_u32: validate offshift to prevent shift-out-of-boundsCen Zhang (Microsoft)
2026-07-24net/sched: sch_cake: skip clearing unused tins during rate adjustmentJonas Köppeler
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-22net/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-20net/sched: Handle TC_ACT_REDIRECT from qdisc filter chainsJamal Hadi Salim
2026-07-20bpf: Reject redirect helpers without a bpf_net_contextDaniel Borkmann
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-17net/sched: act_tunnel_key: Defer dst_release to RCU callbackJamal Hadi Salim
2026-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-08net/sched: cake: reject overhead values that underflow lengthSamuel Moelius
2026-07-06net/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim
2026-07-03Merge tag 'nf-next-26-07-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-07-03net/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variantsJamal Hadi Salim