summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
9 daysnet/sched: hhf: clear heavy-hitter state on resetSamuel Moelius1-0/+27
9 daysnet/sched: dualpi2: clear stale classification on filter missSamuel Moelius1-3/+3
9 daysnet/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim1-1/+1
9 daysnet/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim1-39/+86
13 daysnet/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
13 daysnet/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-06-24net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim1-0/+3
2026-06-24net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet1-5/+2
2026-06-22net/sched: dualpi2: fix GSO backlog accountingXingquan Liu1-6/+5
2026-06-22net/sched: act_ct: fix nf_connlabels leak on two error pathsMichael Bommarito1-2/+4
2026-06-19net/sched: act_ct: preserve tc_skb_cb across defragmentationZihan Xi1-3/+4
2026-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-24/+165
2026-06-14net/sched: act_csum: don't mangle UDP tunnel GSO packetsAlice Mikityanska1-2/+6
2026-06-13net/sched: sch_dualpi2: Add missing module aliasVictor Nogueira1-0/+1
2026-06-13net: watchdog: fix refcount tracking racesEric Dumazet1-11/+33
2026-06-13net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek bef...Victor Nogueira1-2/+39
2026-06-13net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...Victor Nogueira1-5/+43
2026-06-13net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...Victor Nogueira1-2/+39
2026-06-13net/sched: act_pedit: require matching IPv4 L4 protocolSamuel Moelius1-0/+4
2026-06-12net/sched: sch_hfsc: Don't make class passive twiceVictor Nogueira1-1/+1
2026-06-12net/sched: cls_flow: Dont expose folded kernel pointersJamal Hadi Salim1-3/+9
2026-06-11net: sched: avoid printing uninitialized link speedJakub Kicinski2-2/+2
2026-06-09net_sched: sch_fq: convert skb->tstamp if not monotonicWillem de Bruijn1-5/+38
2026-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-42/+42
2026-06-05net: sched: don't recurse on the netdev ops lock in qdiscsJakub Kicinski2-2/+2
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta1-36/+41
2026-06-02net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim1-6/+1
2026-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-70/+54
2026-05-28net/sched: act_mirred: Fix return code in early mirred redirect error pathsVictor Nogueira1-5/+13
2026-05-28net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflowKito Xu (veritas501)1-7/+11
2026-05-28net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loopJamal Hadi Salim1-17/+30
2026-05-28net/sched: fix packet loop on netem when duplicate is onJamal Hadi Salim1-4/+3
2026-05-28net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...Jamal Hadi Salim1-40/+0
2026-05-28net: sch_fq: update flow delivery time on earlier EDT packetWillem de Bruijn1-4/+30
2026-05-28net/sched: cls_bpf: prevent unbounded recursion in offload rollbackJiayuan Chen1-4/+6
2026-05-25net/sched: sch_ets: make cl->quantum locklessEric Dumazet1-6/+4
2026-05-23net/sched: tbf: add extack to offload paramsDavid Yang1-2/+7
2026-05-23net/sched: prefer existing extack message in qdisc_offload_graft_helper()David Yang1-1/+1
2026-05-21net/sched: sch_drr: make cl->quantum locklessEric Dumazet1-6/+4
2026-05-21net/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet1-4/+4
2026-05-20net/sched: sch_htb: fix htb_dump_class_stats() vs offload modeEric Dumazet1-10/+12
2026-05-16net/sched: sch_htb: annotate data-races (III)Eric Dumazet1-11/+12
2026-05-16net/sched: sch_htb: annotate data-races (II)Eric Dumazet1-8/+13
2026-05-16net/sched: sch_htb: annotate data-races (I)Eric Dumazet1-4/+4
2026-05-16net/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet1-5/+1
2026-05-16net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()Eric Dumazet1-34/+34
2026-05-15net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()Eric Dumazet1-11/+11
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+17
2026-05-14net/sched: netem: add per-impairment extended statisticsStephen Hemminger1-6/+49
2026-05-14net/sched: netem: handle multi-segment skb in corruptionStephen Hemminger1-5/+6