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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
net/sched: fix use-after-free in taprio_dev_notifier
Hyunwoo Kim
1
-2
/
+4
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-7
/
+16
2025-06-12
net_sched: ets: fix a race in ets_qdisc_change()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: tbf: fix a race in tbf_change()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: red: fix a race in __red_change()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: prio: fix a race in prio_tune()
Eric Dumazet
1
-1
/
+1
2025-06-12
net_sched: sch_sfq: reject invalid perturb period
Eric Dumazet
1
-2
/
+8
2025-06-09
net_sched: sch_sfq: fix a potential crash on gso_skb handling
Eric Dumazet
1
-1
/
+4
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
6
-6
/
+6
2025-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+8
2025-05-28
net_sched: hfsc: Address reentrant enqueue adding class to eltree twice
Pedro Tammela
1
-1
/
+8
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2025-05-22
sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()
Cong Wang
1
-3
/
+3
2025-05-21
sctp: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
1
-1
/
+1
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-6
/
+6
2025-05-15
net/sched: Use nested-BH locking for sch_frag_data_storage
Sebastian Andrzej Siewior
1
-1
/
+9
2025-05-15
net/sched: act_mirred: Move the recursion counter struct netdev_xmit
Sebastian Andrzej Siewior
1
-3
/
+25
2025-05-09
net_sched: Flush gso_skb list too during ->change()
Cong Wang
6
-6
/
+6
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+6
2025-05-05
sch_htb: make htb_deactivate() idempotent
Cong Wang
1
-9
/
+6
2025-05-05
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-9
/
+23
2025-05-02
bpf: net_sched: Make some Qdisc_ops ops mandatory
Amery Hung
1
-0
/
+12
2025-05-02
bpf: net_sched: Fix bpf qdisc init prologue when set as default qdisc
Amery Hung
1
-5
/
+7
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-11
/
+20
2025-04-29
bpf: net_sched: Fix using bpf qdisc as default qdisc
Amery Hung
2
-4
/
+4
2025-04-28
net_sched: qfq: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-4
/
+7
2025-04-28
net_sched: ets: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-3
/
+6
2025-04-28
net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc
Victor Nogueira
1
-1
/
+1
2025-04-28
net_sched: drr: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-3
/
+6
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+17
2025-04-23
net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
Cong Wang
1
-4
/
+10
2025-04-23
net_sched: hfsc: Fix a UAF vulnerability in class handling
Cong Wang
1
-2
/
+7
2025-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-4
/
+480
2025-04-17
bpf: net_sched: Disable attaching bpf qdisc to non root
Amery Hung
1
-2
/
+23
2025-04-17
bpf: net_sched: Support updating bstats
Amery Hung
1
-0
/
+11
2025-04-17
bpf: net_sched: Add a qdisc watchdog timer
Amery Hung
1
-1
/
+105
2025-04-17
bpf: net_sched: Add basic bpf qdisc kfuncs
Amery Hung
1
-1
/
+110
2025-04-17
bpf: net_sched: Support implementation of Qdisc_ops in bpf
Amery Hung
5
-4
/
+235
2025-04-15
tc: Return an error if filters try to attach too many actions
Toke Høiland-Jørgensen
1
-2
/
+14
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
9
-56
/
+119
2025-04-09
net_sched: sch_sfq: move the limit validation
Octavian Purdila
1
-4
/
+6
2025-04-09
net_sched: sch_sfq: use a temporary work area for validating configuration
Octavian Purdila
1
-12
/
+44
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-1
/
+1
2025-04-08
tc: Ensure we have enough buffer space when sending filter netlink notifications
Toke Høiland-Jørgensen
1
-21
/
+45
2025-04-08
codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
Cong Wang
2
-8
/
+3
2025-04-08
sch_ets: make est_qlen_notify() idempotent
Cong Wang
1
-4
/
+4
2025-04-08
sch_qfq: make qfq_qlen_notify() idempotent
Cong Wang
1
-2
/
+5
2025-04-08
sch_hfsc: make hfsc_qlen_notify() idempotent
Cong Wang
1
-2
/
+6
2025-04-08
sch_drr: make drr_qlen_notify() idempotent
Cong Wang
1
-3
/
+4
2025-04-08
sch_htb: make htb_qlen_notify() idempotent
Cong Wang
1
-0
/
+2
[next]