index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
Jamal Hadi Salim
1
-0
/
+3
8 days
net: do not acquire dev->tx_global_lock in netdev_watchdog_up()
Eric Dumazet
1
-5
/
+2
10 days
net/sched: dualpi2: fix GSO backlog accounting
Xingquan Liu
1
-6
/
+5
10 days
net/sched: act_ct: fix nf_connlabels leak on two error paths
Michael Bommarito
1
-2
/
+4
13 days
net/sched: act_ct: preserve tc_skb_cb across defragmentation
Zihan Xi
1
-3
/
+4
2026-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-24
/
+165
2026-06-14
net/sched: act_csum: don't mangle UDP tunnel GSO packets
Alice Mikityanska
1
-2
/
+6
2026-06-13
net/sched: sch_dualpi2: Add missing module alias
Victor Nogueira
1
-0
/
+1
2026-06-13
net: watchdog: fix refcount tracking races
Eric Dumazet
1
-11
/
+33
2026-06-13
net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek bef...
Victor Nogueira
1
-2
/
+39
2026-06-13
net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...
Victor Nogueira
1
-5
/
+43
2026-06-13
net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...
Victor Nogueira
1
-2
/
+39
2026-06-13
net/sched: act_pedit: require matching IPv4 L4 protocol
Samuel Moelius
1
-0
/
+4
2026-06-12
net/sched: sch_hfsc: Don't make class passive twice
Victor Nogueira
1
-1
/
+1
2026-06-12
net/sched: cls_flow: Dont expose folded kernel pointers
Jamal Hadi Salim
1
-3
/
+9
2026-06-11
net: sched: avoid printing uninitialized link speed
Jakub Kicinski
2
-2
/
+2
2026-06-09
net_sched: sch_fq: convert skb->tstamp if not monotonic
Willem de Bruijn
1
-5
/
+38
2026-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-42
/
+42
2026-06-05
net: sched: don't recurse on the netdev ops lock in qdiscs
Jakub Kicinski
2
-2
/
+2
2026-06-04
net/sched: fix pedit partial COW leading to page cache corruption
Rajat Gupta
1
-36
/
+41
2026-06-02
net/sched: act_api: use RCU with deferred freeing for action lifecycle
Jamal Hadi Salim
1
-6
/
+1
2026-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-70
/
+54
2026-05-28
net/sched: act_mirred: Fix return code in early mirred redirect error paths
Victor Nogueira
1
-5
/
+13
2026-05-28
net/sched: act_mirred: Fix blockcast recursion bypass leading to stack overflow
Kito Xu (veritas501)
1
-7
/
+11
2026-05-28
net/sched: Fix ethx:ingress -> ethy:egress -> ethx:ingress mirred loop
Jamal Hadi Salim
1
-17
/
+30
2026-05-28
net/sched: fix packet loop on netem when duplicate is on
Jamal Hadi Salim
1
-4
/
+3
2026-05-28
net/sched: Revert "net/sched: Restrict conditions for adding duplicating nete...
Jamal Hadi Salim
1
-40
/
+0
2026-05-28
net: sch_fq: update flow delivery time on earlier EDT packet
Willem de Bruijn
1
-4
/
+30
2026-05-28
net/sched: cls_bpf: prevent unbounded recursion in offload rollback
Jiayuan Chen
1
-4
/
+6
2026-05-25
net/sched: sch_ets: make cl->quantum lockless
Eric Dumazet
1
-6
/
+4
2026-05-23
net/sched: tbf: add extack to offload params
David Yang
1
-2
/
+7
2026-05-23
net/sched: prefer existing extack message in qdisc_offload_graft_helper()
David Yang
1
-1
/
+1
2026-05-21
net/sched: sch_drr: make cl->quantum lockless
Eric Dumazet
1
-6
/
+4
2026-05-21
net/sched: sch_drr: annotate data-races around cl->deficit
Eric Dumazet
1
-4
/
+4
2026-05-20
net/sched: sch_htb: fix htb_dump_class_stats() vs offload mode
Eric Dumazet
1
-10
/
+12
2026-05-16
net/sched: sch_htb: annotate data-races (III)
Eric Dumazet
1
-11
/
+12
2026-05-16
net/sched: sch_htb: annotate data-races (II)
Eric Dumazet
1
-8
/
+13
2026-05-16
net/sched: sch_htb: annotate data-races (I)
Eric Dumazet
1
-4
/
+4
2026-05-16
net/sched: sch_htb: do not change sch->flags in htb_dump()
Eric Dumazet
1
-5
/
+1
2026-05-16
net/sched: sch_dualpi2: annotate data-races in dualpi2_dump_stats()
Eric Dumazet
1
-34
/
+34
2026-05-15
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
-60
/
+63
2026-05-14
net/sched: fq_codel: local packets no longer count against memory limit
Eric Dumazet
1
-1
/
+1
2026-05-14
net/sched: sch_cbs: Call qdisc_reset for child qdisc
Jamal Hadi Salim
1
-1
/
+15
2026-05-12
net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_st...
Eric Dumazet
1
-25
/
+15
[next]