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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-01
netfilter: ipset: drop logically empty buckets in mtype_del
Yifan Wu
1
-1
/
+1
2026-04-01
netfilter: ctnetlink: ignore explicit helper on new expectations
Pablo Neira Ayuso
1
-45
/
+9
2026-04-01
netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent
Qi Tang
1
-0
/
+6
2026-04-01
netfilter: nf_conntrack_helper: pass helper to expect cleanup
Qi Tang
1
-1
/
+1
2026-04-01
netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attr
Florian Westphal
2
-4
/
+4
2026-04-01
netfilter: x_tables: ensure names are nul-terminated
Florian Westphal
2
-0
/
+11
2026-04-01
netfilter: nfnetlink_log: account for netlink header size
Florian Westphal
1
-1
/
+1
2026-04-01
netfilter: flowtable: strictly check for maximum number of actions
Pablo Neira Ayuso
1
-66
/
+130
2026-03-31
mptcp: fix soft lockup in mptcp_recvmsg()
Li Xiasong
1
-3
/
+8
2026-03-31
net: ipv6: flowlabel: defer exclusive option free until RCU teardown
Zhengchuan Liang
1
-5
/
+0
2026-03-31
bridge: mrp: reject zero test interval to avoid OOM panic
Xiang Mei
1
-2
/
+2
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-30
net: use skb_header_pointer() for TCPv4 GSO frag_off check
Guoyu Su
1
-3
/
+8
2026-03-30
ipv6: prevent possible UaF in addrconf_permanent_addr()
Paolo Abeni
1
-3
/
+3
2026-03-30
xfrm: account XFRMA_IF_ID in aevent size calculation
Keenan Dong
1
-2
/
+8
2026-03-30
xfrm: clear trailing padding in build_polexpire()
Yasuaki Torimaru
1
-0
/
+2
2026-03-27
net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()
Xiang Mei
1
-2
/
+2
2026-03-27
bridge: br_nd_send: validate ND option lengths
Yang Yang
1
-2
/
+4
2026-03-27
bridge: br_nd_send: linearize skb before parsing ND options
Yang Yang
1
-5
/
+7
2026-03-27
ip6_tunnel: clear skb2->cb[] in ip4ip6_err()
Eric Dumazet
1
-0
/
+5
2026-03-27
ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()
Eric Dumazet
1
-0
/
+3
2026-03-27
net/ipv6: ioam6: prevent schema length wraparound in trace fill
Pengpeng Hou
1
-2
/
+2
2026-03-26
net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to zero to prevent an info-leak
Yochai Eisenrich
1
-0
/
+3
2026-03-26
net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leak
Jiayuan Chen
1
-18
/
+13
2026-03-26
mpls: add seqcount to protect the platform_label{,s} pair
Sabrina Dubroca
1
-4
/
+25
2026-03-26
Merge tag 'nf-26-03-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Paolo Abeni
12
-99
/
+200
2026-03-26
Merge tag 'for-net-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Paolo Abeni
1
-12
/
+19
2026-03-26
netfilter: ctnetlink: use netlink policy range checks
David Carlier
2
-18
/
+8
2026-03-26
netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr in process_sdp
Weiming Shi
1
-4
/
+10
2026-03-26
netfilter: nf_conntrack_expect: skip expectations in other netns via proc
Pablo Neira Ayuso
1
-0
/
+4
2026-03-26
netfilter: nf_conntrack_expect: store netns and zone in expectation
Pablo Neira Ayuso
3
-3
/
+17
2026-03-26
netfilter: ctnetlink: ensure safe access to master conntrack
Pablo Neira Ayuso
3
-10
/
+30
2026-03-26
netfilter: nf_conntrack_expect: use expect->helper
Pablo Neira Ayuso
4
-21
/
+13
2026-03-26
netfilter: nf_conntrack_expect: honor expectation helper field
Pablo Neira Ayuso
6
-11
/
+28
2026-03-26
netfilter: nft_set_rbtree: revisit array resize logic
Pablo Neira Ayuso
1
-17
/
+75
2026-03-26
netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()
Ren Wei
1
-0
/
+4
2026-03-26
netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOAD
Weiming Shi
1
-6
/
+2
2026-03-26
tls: Purge async_hold in tls_decrypt_async_wait()
Chuck Lever
1
-1
/
+1
2026-03-25
netfilter: nft_set_pipapo_avx2: don't return non-matching entry on expiry
Florian Westphal
1
-10
/
+10
2026-03-25
Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite loop
Hyunwoo Kim
1
-7
/
+12
2026-03-25
Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()
Hyunwoo Kim
1
-5
/
+3
2026-03-25
Bluetooth: L2CAP: Fix send LE flow credits in ACL link
Zhang Chen
1
-0
/
+4
2026-03-24
rtnetlink: fix leak of SRCU struct in rtnl_link_register
Sabrina Dubroca
1
-0
/
+3
2026-03-24
Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Paolo Abeni
9
-85
/
+136
2026-03-24
net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback
Willem de Bruijn
1
-5
/
+17
2026-03-24
Merge tag 'linux-can-fixes-for-7.0-20260323' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Paolo Abeni
5
-13
/
+26
2026-03-23
udp: Fix wildcard bind conflict check when using hash2
Martin KaFai Lau
2
-18
/
+4
2026-03-23
net: fix fanout UAF in packet_release() via NETDEV_UP race
Yochai Eisenrich
1
-0
/
+1
2026-03-23
ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.
Kuniyuki Iwashima
3
-6
/
+6
2026-03-23
ipv6: Remove permanent routes from tb6_gc_hlist when all exceptions expire.
Kuniyuki Iwashima
1
-1
/
+12
[prev]
[next]