index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-03
net: sched: act_csum: validate nested VLAN headers
Ruide Cao
1
-1
/
+5
2026-04-02
net/sched: cls_flow: fix NULL pointer dereference on shared blocks
Xiang Mei
1
-1
/
+9
2026-04-02
net/sched: cls_fw: fix NULL pointer dereference on shared blocks
Xiang Mei
1
-2
/
+12
2026-04-01
net/sched: sch_netem: fix out-of-bounds access in packet corruption
Yucheng Lu
1
-2
/
+3
2026-03-30
net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak
Yochai Eisenrich
1
-0
/
+1
2026-03-27
net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()
Xiang Mei
1
-2
/
+2
2026-03-17
clsact: Fix use-after-free in init/destroy rollback asymmetry
Daniel Borkmann
1
-6
/
+8
2026-03-16
net/sched: teql: Fix double-free in teql_master_xmit
Jamal Hadi Salim
2
-32
/
+2
2026-03-06
net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave xmit
Weiming Shi
1
-0
/
+1
2026-03-05
net/sched: act_ife: Fix metalist update behavior
Jamal Hadi Salim
1
-49
/
+44
2026-03-04
net_sched: sch_fq: clear q->band_pkt_count[] in fq_reset()
Eric Dumazet
1
-0
/
+1
2026-02-27
net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks
Victor Nogueira
2
-0
/
+13
2026-02-27
net/sched: sch_cake: fixup cake_mq rate adjustment for diffserv config
Jonas Köppeler
1
-27
/
+23
2026-02-27
net/sched: sch_cake: avoid sync overhead when unlimited
Jonas Köppeler
1
-1
/
+2
2026-02-27
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
1
-79
/
+186
2026-02-26
net/sched: ets: fix divide by zero in the offload path
Davide Caratti
1
-4
/
+8
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
8
-16
/
+8
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-7
/
+7
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
36
-63
/
+63
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
43
-97
/
+93
2026-02-17
net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()
Ruitong Liu
1
-1
/
+5
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
7
-178
/
+429
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-7
/
+13
2026-02-06
net/ipv6: Introduce payload_len helpers
Alice Mikityanska
1
-1
/
+1
2026-02-06
net_sched: sch_fq: rework fq_gc() to avoid stack canary
Eric Dumazet
1
-13
/
+11
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+6
2026-02-05
net/sched: don't use dynamic lockdep keys with clsact/ingress/noqueue
Davide Caratti
2
-6
/
+4
2026-02-04
net_sched: sch_fq: tweak unlikely() hints in fq_dequeue()
Eric Dumazet
1
-2
/
+2
2026-01-29
net/sched: cls_u32: use skb_header_pointer_careful()
Eric Dumazet
1
-7
/
+6
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+10
2026-01-22
net/sched: act_ife: avoid possible NULL deref
Eric Dumazet
1
-2
/
+4
2026-01-20
netfilter: nf_conntrack: don't rely on implicit includes
Florian Westphal
2
-0
/
+3
2026-01-19
net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag
Jamal Hadi Salim
1
-1
/
+1
2026-01-19
net/sched: Enforce that teql can only be used as root qdisc
Jamal Hadi Salim
1
-0
/
+5
2026-01-17
net/sched: cake: avoid separate allocation of struct cake_sched_config
Toke Høiland-Jørgensen
1
-23
/
+6
2026-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2026-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
4
-5
/
+20
2026-01-13
net/sched: sch_qfq: do not free existing class in qfq_change_class()
Eric Dumazet
1
-2
/
+4
2026-01-13
net/sched: sch_cake: share shaper state across sub-instances of cake_mq
Jonas Köppeler
1
-0
/
+51
2026-01-13
net/sched: sch_cake: Share config across cake_mq sub-qdiscs
Toke Høiland-Jørgensen
1
-40
/
+133
2026-01-13
net/sched: sch_cake: Add cake_mq qdisc for using cake on mq devices
Toke Høiland-Jørgensen
1
-1
/
+78
2026-01-13
net/sched: sch_cake: Factor out config variables into separate struct
Toke Høiland-Jørgensen
1
-112
/
+133
2026-01-13
net/sched: Export mq functions for reuse
Toke Høiland-Jørgensen
1
-22
/
+49
2026-01-12
bpf: net_sched: Use the correct destructor kfunc type
Sami Tolvanen
1
-1
/
+7
2026-01-08
net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qfq_reset
Xiang Mei
1
-1
/
+1
2026-01-06
net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroy
Shivani Gupta
1
-0
/
+2
2026-01-05
net/sched: act_mirred: Fix leak when redirecting to self on egress
Jamal Hadi Salim
1
-12
/
+12
2026-01-02
bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncs
Puranjay Mohan
1
-6
/
+6
2025-12-18
net/sched: act_mirred: fix loop detection
Jamal Hadi Salim
1
-0
/
+9
[next]