index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiers
Jamal Hadi Salim
1
-1
/
+16
2026-08-03
net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filter
Toke Høiland-Jørgensen
1
-1
/
+0
2026-07-31
net/sched: cls_route: fix fastmap use-after-free on filter
Jamal Hadi Salim
1
-9
/
+26
2026-07-28
net/sched: cls_u32: validate offshift to prevent shift-out-of-bounds
Cen Zhang (Microsoft)
1
-0
/
+7
2026-07-24
net/sched: sch_cake: skip clearing unused tins during rate adjustment
Jonas Köppeler
1
-3
/
+5
2026-07-22
net/sched: serialize qdisc_rtab_list against concurrent get/put
Aldo Ariel Panzardo
1
-5
/
+19
2026-07-20
net/sched: Handle TC_ACT_REDIRECT from qdisc filter chains
Jamal Hadi Salim
14
-16
/
+14
2026-07-20
bpf: Reject redirect helpers without a bpf_net_context
Daniel Borkmann
1
-4
/
+2
2026-07-17
net/sched: act_tunnel_key: Defer dst_release to RCU callback
Jamal Hadi Salim
1
-4
/
+10
2026-07-08
net/sched: cake: reject overhead values that underflow length
Samuel Moelius
1
-4
/
+1
2026-07-06
net/sched: act_pedit: fix TOCTOU heap OOB write in tc offload
Jamal Hadi Salim
3
-11
/
+37
2026-07-03
net/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variants
Jamal Hadi Salim
1
-13
/
+14
2026-07-01
net/sched: hhf: clear heavy-hitter state on reset
Samuel Moelius
1
-0
/
+27
2026-07-01
net/sched: dualpi2: clear stale classification on filter miss
Samuel Moelius
1
-3
/
+3
2026-06-30
net/sched: act_bpf: use rcu_dereference_bh() to read the filter
Sechang Lim
1
-1
/
+1
2026-06-30
net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAF
Jamal Hadi Salim
1
-37
/
+84
2026-06-26
net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeue_peeked
Bryam Vargas
1
-1
/
+1
2026-06-26
net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeue_peeked
Bryam Vargas
1
-1
/
+1
2026-06-23
net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
Jamal Hadi Salim
1
-0
/
+3
2026-06-23
net: do not acquire dev->tx_global_lock in netdev_watchdog_up()
Eric Dumazet
1
-5
/
+2
2026-06-21
net/sched: dualpi2: fix GSO backlog accounting
Xingquan Liu
1
-6
/
+5
2026-06-21
net/sched: act_ct: fix nf_connlabels leak on two error paths
Michael Bommarito
1
-2
/
+4
2026-06-18
net/sched: act_ct: preserve tc_skb_cb across defragmentation
Zihan Xi
1
-3
/
+4
2026-06-16
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-12
net/sched: sch_dualpi2: Add missing module alias
Victor Nogueira
1
-0
/
+1
2026-06-12
net: watchdog: fix refcount tracking races
Eric Dumazet
1
-11
/
+33
2026-06-12
net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen
Victor Nogueira
1
-2
/
+39
2026-06-12
net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen
Victor Nogueira
1
-5
/
+43
2026-06-12
net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek before restoring qlen
Victor Nogueira
1
-2
/
+39
2026-06-12
net/sched: act_pedit: require matching IPv4 L4 protocol
Samuel Moelius
1
-0
/
+4
2026-06-11
net/sched: sch_hfsc: Don't make class passive twice
Victor Nogueira
1
-1
/
+1
2026-06-11
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-08
net_sched: sch_fq: convert skb->tstamp if not monotonic
Willem de Bruijn
1
-5
/
+38
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-42
/
+42
2026-06-04
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-01
net/sched: act_api: use RCU with deferred freeing for action lifecycle
Jamal Hadi Salim
1
-6
/
+1
2026-05-28
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 netems to qdisc tree"
Jamal Hadi Salim
1
-40
/
+0
2026-05-27
net: sch_fq: update flow delivery time on earlier EDT packet
Willem de Bruijn
1
-4
/
+30
2026-05-27
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-22
net/sched: tbf: add extack to offload params
David Yang
1
-2
/
+7
2026-05-22
net/sched: prefer existing extack message in qdisc_offload_graft_helper()
David Yang
1
-1
/
+1
[next]