summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
6 daysnet/sched: hhf: clear heavy-hitter state on resetSamuel Moelius
6 daysnet/sched: dualpi2: clear stale classification on filter missSamuel Moelius
6 daysnet/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim
7 daysnet/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim
10 daysnet/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
10 daysnet/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
13 daysnet/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim
13 daysnet: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet
2026-06-21net/sched: dualpi2: fix GSO backlog accountingXingquan Liu
2026-06-21net/sched: act_ct: fix nf_connlabels leak on two error pathsMichael Bommarito
2026-06-18net/sched: act_ct: preserve tc_skb_cb across defragmentationZihan Xi
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-14net/sched: act_csum: don't mangle UDP tunnel GSO packetsAlice Mikityanska
2026-06-12net/sched: sch_dualpi2: Add missing module aliasVictor Nogueira
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet
2026-06-12net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek bef...Victor Nogueira
2026-06-12net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...Victor Nogueira
2026-06-12net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...Victor Nogueira
2026-06-12net/sched: act_pedit: require matching IPv4 L4 protocolSamuel Moelius
2026-06-11net/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira
2026-06-11net/sched: cls_flow: Dont expose folded kernel pointersJamal Hadi Salim
2026-06-11net: sched: avoid printing uninitialized link speedJakub Kicinski
2026-06-08net_sched: sch_fq: convert skb->tstamp if not monotonicWillem de Bruijn
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04net: sched: don't recurse on the netdev ops lock in qdiscsJakub Kicinski
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta
2026-06-01net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-28net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira
2026-05-28net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)
2026-05-28net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim
2026-05-28net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim
2026-05-28net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim
2026-05-27net: sch_fq: update flow delivery time on earlier EDT packetWillem de Bruijn
2026-05-27net/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen
2026-05-25net/sched: sch_ets: make cl->quantum locklessEric Dumazet
2026-05-22net/sched: tbf: add extack to offload paramsDavid Yang
2026-05-22net/sched: prefer existing extack message in qdisc_offload_graft_helper()David Yang
2026-05-20net/sched: sch_drr: make cl->quantum locklessEric Dumazet
2026-05-20net/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet
2026-05-19net/sched: sch_htb: fix htb_dump_class_stats() vs offload modeEric Dumazet
2026-05-15net/sched: sch_htb: annotate data-races (III)Eric Dumazet
2026-05-15net/sched: sch_htb: annotate data-races (II)Eric Dumazet
2026-05-15net/sched: sch_htb: annotate data-races (I)Eric Dumazet
2026-05-15net/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet
2026-05-15net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()Eric Dumazet
2026-05-14net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()Eric Dumazet
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-14net/sched: netem: add per-impairment extended statisticsStephen Hemminger
2026-05-14net/sched: netem: handle multi-segment skb in corruptionStephen Hemminger