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-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
490
-1231
/
+1156
2026-02-20
udplite: Fix null-ptr-deref in __udp_enqueue_schedule_skb().
Kuniyuki Iwashima
2
-4
/
+2
2026-02-20
Merge tag 'ipsec-2026-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Jakub Kicinski
3
-5
/
+25
2026-02-19
espintcp: Fix race condition in espintcp_close()
Hyunwoo Kim
1
-1
/
+1
2026-02-19
psp: use sk->sk_hash in psp_write_headers()
Eric Dumazet
1
-1
/
+38
2026-02-19
tcp: fix potential race in tcp_v6_syn_recv_sock()
Eric Dumazet
7
-64
/
+60
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
34
-397
/
+440
2026-02-19
net: nfc: nci: Fix parameter validation for packet data
Michael Thalmeier
1
-18
/
+141
2026-02-19
rds: tcp: fix uninit-value in __inet_bind
Tabrez Ahmed
1
-1
/
+1
2026-02-19
net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
Allison Henderson
1
-3
/
+17
2026-02-18
Merge tag 'nf-26-02-17' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
14
-298
/
+157
2026-02-18
ipv6: icmp: icmpv6_xrlim_allow() optimization if net.ipv6.icmp.ratelimit is zero
Eric Dumazet
1
-2
/
+6
2026-02-18
ipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zero
Eric Dumazet
1
-4
/
+10
2026-02-18
ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()
Eric Dumazet
2
-7
/
+2
2026-02-18
icmp: prevent possible overflow in icmp_global_allow()
Eric Dumazet
1
-1
/
+2
2026-02-17
net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash()
Ruitong Liu
1
-1
/
+5
2026-02-17
ping: annotate data-races in ping_lookup()
Eric Dumazet
1
-12
/
+19
2026-02-17
net: do not delay zero-copy skbs in skb_attempt_defer_free()
Eric Dumazet
1
-1
/
+6
2026-02-17
net: psp: select CONFIG_SKB_EXTENSIONS
Arnd Bergmann
1
-0
/
+1
2026-02-17
Merge tag 'ceph-for-7.0-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
6
-116
/
+430
2026-02-17
Merge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-11
/
+58
2026-02-17
netfilter: nf_tables: fix use-after-free in nf_tables_addchain()
Inseo An
1
-0
/
+1
2026-02-17
net: remove WARN_ON_ONCE when accessing forward path array
Pablo Neira Ayuso
1
-1
/
+1
2026-02-17
ipvs: do not keep dest_dst if dev is going down
Julian Anastasov
1
-10
/
+36
2026-02-17
ipvs: skip ipv6 extension headers for csum checks
Julian Anastasov
3
-39
/
+20
2026-02-17
netfilter: nf_conntrack_h323: don't pass uninitialised l3num value
Florian Westphal
1
-5
/
+5
2026-02-17
netfilter: nf_tables: revert commit_mutex usage in reset path
Brian Witte
1
-206
/
+42
2026-02-17
netfilter: nft_quota: use atomic64_xchg for reset
Brian Witte
1
-6
/
+7
2026-02-17
netfilter: nft_counter: serialize reset with spinlock
Brian Witte
1
-4
/
+16
2026-02-17
netfilter: annotate NAT helper hook pointers with __rcu
Sun Jian
5
-27
/
+29
2026-02-17
net: fix backlog_unlock_irq_restore() vs CONFIG_PREEMPT_RT
Eric Dumazet
1
-5
/
+12
2026-02-17
net: bridge: mcast: always update mdb_n_entries for vlan contexts
Nikolay Aleksandrov
1
-27
/
+18
2026-02-17
net/rds: rds_sendmsg should not discard payload_len
Allison Henderson
1
-2
/
+4
2026-02-15
Merge tag '9p-for-7.0-rc1' of https://github.com/martinetd/linux
Linus Torvalds
3
-49
/
+52
2026-02-13
vsock: prevent child netns mode switch from local to global
Stefano Garzarella
1
-3
/
+12
2026-02-13
vsock: fix child netns mode initialization
Stefano Garzarella
1
-2
/
+3
2026-02-13
ipv6: Fix out-of-bound access in fib6_add_rt2node().
Kuniyuki Iwashima
1
-1
/
+1
2026-02-13
ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()
Qanux
3
-9
/
+20
2026-02-13
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-8
/
+11
2026-02-12
net: mctp: ensure our nlmsg responses are initialised
Jeremy Kerr
3
-0
/
+3
2026-02-12
Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-2
/
+4
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-71
/
+92
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
8
-1
/
+8
2026-02-12
Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
3
-111
/
+236
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
207
-3462
/
+7118
2026-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
8
-39
/
+118
2026-02-11
af_unix: Fix memleak of newsk in unix_stream_connect().
Kuniyuki Iwashima
1
-8
/
+3
2026-02-11
net: dsa: add tag format for MxL862xx switches
Daniel Golle
3
-0
/
+118
2026-02-10
tcp: inet6_csk_xmit() optimization
Eric Dumazet
1
-15
/
+15
2026-02-10
tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()
Eric Dumazet
2
-14
/
+14
[prev]
[next]