summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2026-05-15net/sched: sch_htb: annotate data-races (I)Eric Dumazet1-4/+4
2026-05-15net/sched: sch_htb: do not change sch->flags in htb_dump()Eric Dumazet1-5/+1
2026-05-15net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()Eric Dumazet1-34/+34
2026-05-14net/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
2026-05-14net/sched: netem: replace pr_info with netlink extack error messagesStephen Hemminger1-14/+16
2026-05-14net/sched: netem: remove useless VERSIONStephen Hemminger1-4/+0
2026-05-14net/sched: netem: reorder struct netem_sched_dataStephen Hemminger1-59/+62
2026-05-13net/sched: fq_codel: local packets no longer count against memory limitEric Dumazet1-1/+1
2026-05-13net/sched: sch_cbs: Call qdisc_reset for child qdiscJamal Hadi Salim1-1/+15
2026-05-11net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_st...Eric Dumazet1-25/+15
2026-05-11net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump()Eric Dumazet1-13/+24
2026-05-11net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet1-10/+22
2026-05-11net/sched: add qdisc_qlen_lockless() helperEric Dumazet2-3/+3
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet20-28/+28
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet28-80/+86
2026-05-11net/sched: dualpi2: initialize timer earlier in dualpi2_init()Davide Caratti1-2/+2
2026-05-08net: Do not turn on carrier when protodown is onIdo Schimmel1-0/+3
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-123/+135
2026-05-06net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats()Eric Dumazet1-23/+25
2026-05-05net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats()Eric Dumazet1-19/+20
2026-05-04net/sched: speedup tc_dump_qdisc() when tcm_handle is providedEric Dumazet1-10/+17
2026-05-04net/sched: add qstats_cpu_drop_inc() helperEric Dumazet9-12/+12
2026-05-04net/sched: taprio: prepare taprio_dump() for RTNL removalEric Dumazet1-18/+24
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II)Eric Dumazet1-59/+70
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)Eric Dumazet1-12/+12
2026-05-02net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria1-1/+1
2026-05-02net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim1-1/+1
2026-05-01net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet1-8/+6
2026-04-30net/sched: speedup tc_dump_qdisc() when tcm_ifindex is providedEric Dumazet1-0/+7
2026-04-30net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()Eric Dumazet1-32/+28
2026-04-30net/sched: tc_dump_qdisc_root() refactorEric Dumazet1-14/+15
2026-04-30net/sched: propagate tc_fill_tclass() errorEric Dumazet1-14/+17
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-140/+211
2026-04-30net/sched: cls_flower: revert unintended changesPaolo Abeni1-3/+1
2026-04-29net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc()Eric Dumazet3-4/+4
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (V)Eric Dumazet1-6/+7
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (IV)Eric Dumazet1-44/+46
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (III)Eric Dumazet1-18/+20
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (II)Eric Dumazet1-15/+19
2026-04-28net/sched: sch_cake: annotate data-races in cake_dump_stats() (I)Eric Dumazet1-21/+21
2026-04-28net: mctp i2c: check length before marking flow activeWilliam A. Kennington III1-1/+3
2026-04-27net/sched: taprio: fix NULL pointer dereference in class dumpWeiming Shi1-5/+8
2026-04-27net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()Eric Dumazet1-9/+10
2026-04-27net/sched: sch_choke: annotate data-races in choke_dump_stats()Eric Dumazet1-10/+16
2026-04-27net/sched: netem: check for negative latency and jitterStephen Hemminger1-0/+22
2026-04-27net/sched: netem: fix slot delay calculation overflowStephen Hemminger1-3/+2
2026-04-27net/sched: netem: validate slot configurationStephen Hemminger1-0/+29