index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-15
net/sched: sch_htb: annotate data-races (I)
Eric Dumazet
1
-4
/
+4
2026-05-15
net/sched: sch_htb: do not change sch->flags in htb_dump()
Eric Dumazet
1
-5
/
+1
2026-05-15
net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()
Eric Dumazet
1
-34
/
+34
2026-05-14
net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()
Eric Dumazet
1
-11
/
+11
2026-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+17
2026-05-14
net/sched: netem: add per-impairment extended statistics
Stephen Hemminger
1
-6
/
+49
2026-05-14
net/sched: netem: handle multi-segment skb in corruption
Stephen Hemminger
1
-5
/
+6
2026-05-14
net/sched: netem: replace pr_info with netlink extack error messages
Stephen Hemminger
1
-14
/
+16
2026-05-14
net/sched: netem: remove useless VERSION
Stephen Hemminger
1
-4
/
+0
2026-05-14
net/sched: netem: reorder struct netem_sched_data
Stephen Hemminger
1
-59
/
+62
2026-05-13
net/sched: fq_codel: local packets no longer count against memory limit
Eric Dumazet
1
-1
/
+1
2026-05-13
net/sched: sch_cbs: Call qdisc_reset for child qdisc
Jamal Hadi Salim
1
-1
/
+15
2026-05-11
net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_st...
Eric Dumazet
1
-25
/
+15
2026-05-11
net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump()
Eric Dumazet
1
-13
/
+24
2026-05-11
net/sched: mq: no longer acquire qdisc spinlocks in dump operations
Eric Dumazet
1
-10
/
+22
2026-05-11
net/sched: add qdisc_qlen_lockless() helper
Eric Dumazet
2
-3
/
+3
2026-05-11
net/sched: annotate data-races around sch->qstats.backlog
Eric Dumazet
20
-28
/
+28
2026-05-11
net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()
Eric Dumazet
28
-80
/
+86
2026-05-11
net/sched: dualpi2: initialize timer earlier in dualpi2_init()
Davide Caratti
1
-2
/
+2
2026-05-08
net: Do not turn on carrier when protodown is on
Ido Schimmel
1
-0
/
+3
2026-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-123
/
+135
2026-05-06
net/sched: sch_sfq: annotate data-races from sfq_dump_class_stats()
Eric Dumazet
1
-23
/
+25
2026-05-05
net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats()
Eric Dumazet
1
-19
/
+20
2026-05-04
net/sched: speedup tc_dump_qdisc() when tcm_handle is provided
Eric Dumazet
1
-10
/
+17
2026-05-04
net/sched: add qstats_cpu_drop_inc() helper
Eric Dumazet
9
-12
/
+12
2026-05-04
net/sched: taprio: prepare taprio_dump() for RTNL removal
Eric Dumazet
1
-18
/
+24
2026-05-02
net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II)
Eric Dumazet
1
-59
/
+70
2026-05-02
net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)
Eric Dumazet
1
-12
/
+12
2026-05-02
net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...
Victor Nogueria
1
-1
/
+1
2026-05-02
net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...
Jamal Hadi Salim
1
-1
/
+1
2026-05-01
net/sched: sch_pie: annotate more data-races in pie_dump_stats()
Eric Dumazet
1
-8
/
+6
2026-04-30
net/sched: speedup tc_dump_qdisc() when tcm_ifindex is provided
Eric Dumazet
1
-0
/
+7
2026-04-30
net/sched: switch tc_dump_qdisc() to for_each_netdev_dump()
Eric Dumazet
1
-32
/
+28
2026-04-30
net/sched: tc_dump_qdisc_root() refactor
Eric Dumazet
1
-14
/
+15
2026-04-30
net/sched: propagate tc_fill_tclass() error
Eric Dumazet
1
-14
/
+17
2026-04-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-140
/
+211
2026-04-30
net/sched: cls_flower: revert unintended changes
Paolo Abeni
1
-3
/
+1
2026-04-29
net/sched: rename qstats_overlimit_inc() to qstats_cpu_overlimit_inc()
Eric Dumazet
3
-4
/
+4
2026-04-28
net/sched: sch_cake: annotate data-races in cake_dump_stats() (V)
Eric Dumazet
1
-6
/
+7
2026-04-28
net/sched: sch_cake: annotate data-races in cake_dump_stats() (IV)
Eric Dumazet
1
-44
/
+46
2026-04-28
net/sched: sch_cake: annotate data-races in cake_dump_stats() (III)
Eric Dumazet
1
-18
/
+20
2026-04-28
net/sched: sch_cake: annotate data-races in cake_dump_stats() (II)
Eric Dumazet
1
-15
/
+19
2026-04-28
net/sched: sch_cake: annotate data-races in cake_dump_stats() (I)
Eric Dumazet
1
-21
/
+21
2026-04-28
net: mctp i2c: check length before marking flow active
William A. Kennington III
1
-1
/
+3
2026-04-27
net/sched: taprio: fix NULL pointer dereference in class dump
Weiming Shi
1
-5
/
+8
2026-04-27
net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()
Eric Dumazet
1
-9
/
+10
2026-04-27
net/sched: sch_choke: annotate data-races in choke_dump_stats()
Eric Dumazet
1
-10
/
+16
2026-04-27
net/sched: netem: check for negative latency and jitter
Stephen Hemminger
1
-0
/
+22
2026-04-27
net/sched: netem: fix slot delay calculation overflow
Stephen Hemminger
1
-3
/
+2
2026-04-27
net/sched: netem: validate slot configuration
Stephen Hemminger
1
-0
/
+29
[prev]
[next]