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