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-28
xsk: Fix zero-copy AF_XDP fragment drop
Nikhil P. Rao
1
-9
/
+15
2026-02-28
xsk: Fix fragment node deletion to prevent buffer leak
Nikhil P. Rao
1
-1
/
+1
2026-02-28
tcp: give up on stronger sk_rcvbuf checks (for now)
Jakub Kicinski
1
-15
/
+1
2026-02-28
udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.
Kuniyuki Iwashima
1
-9
/
+14
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
inet: annotate data-races around isk->inet_num
Eric Dumazet
3
-6
/
+7
2026-02-27
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
1
-79
/
+186
2026-02-27
xprtrdma: Decrement re_receiving on the early exit paths
Eric Badger
1
-3
/
+4
2026-02-26
bridge: Check relevant per-VLAN options in VLAN range grouping
Danielle Ratson
2
-3
/
+33
2026-02-26
net: annotate data-races around sk->sk_{data_ready,write_space}
Eric Dumazet
8
-23
/
+25
2026-02-26
Merge tag 'batadv-net-pullrequest-20260225' of https://git.open-mesh.org/linux-merge
Jakub Kicinski
3
-5
/
+14
2026-02-26
net/sched: ets: fix divide by zero in the offload path
Davide Caratti
1
-4
/
+8
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
37
-165
/
+324
2026-02-26
netfilter: nf_conntrack_h323: fix OOB read in decode_choice()
Vahagn Vardanian
1
-1
/
+1
2026-02-26
net: consume xmit errors of GSO frames
Jakub Kicinski
1
-5
/
+18
2026-02-26
vsock: lock down child_ns_mode as write-once
Bobby Eshleman
1
-5
/
+10
2026-02-25
Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
6
-3
/
+12
2026-02-25
tcp: re-enable acceptance of FIN packets when RWIN is 0
Simon Baatz
1
-4
/
+14
2026-02-25
vsock: Use container_of() to get net namespace in sysctl handlers
Greg Kroah-Hartman
1
-2
/
+2
2026-02-25
esp: fix skb leak with espintcp and async crypto
Sabrina Dubroca
2
-6
/
+12
2026-02-25
xfrm: call xdo_dev_state_delete during state update
Sabrina Dubroca
1
-0
/
+1
2026-02-25
xfrm: fix the condition on x->pcpu_num in xfrm_sa_len
Sabrina Dubroca
1
-1
/
+1
2026-02-25
xfrm: add missing extack for XFRMA_SA_PCPU in add_acquire and allocspi
Sabrina Dubroca
1
-1
/
+4
2026-02-24
Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Paolo Abeni
6
-30
/
+86
2026-02-24
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
2
-6
/
+19
2026-02-24
net/rds: fix recursive lock in rds_tcp_conn_slots_available
Fernando Fernandez Mancera
2
-22
/
+7
2026-02-24
wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()
Vahagn Vardanian
1
-0
/
+3
2026-02-23
tipc: fix duplicate publication key in tipc_service_insert_publ()
Tung Nguyen
1
-2
/
+4
2026-02-23
kcm: fix zero-frag skb in frag_list on partial sendmsg error
Jiayuan Chen
1
-2
/
+19
2026-02-23
tls: Fix race condition in tls_sw_cancel_work_tx()
Hyunwoo Kim
1
-1
/
+1
2026-02-23
net: do not pass flow_id to set_rps_cpu()
Eric Dumazet
1
-7
/
+5
2026-02-23
Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ
Luiz Augusto von Dentz
1
-0
/
+7
2026-02-23
Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CONN_REQ
Luiz Augusto von Dentz
2
-4
/
+19
2026-02-23
Bluetooth: Fix CIS host feature condition
Mariusz Skamra
1
-1
/
+1
2026-02-23
Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
Luiz Augusto von Dentz
1
-1
/
+2
2026-02-23
Bluetooth: purge error queues in socket destructors
Heitor Alves de Siqueira
4
-0
/
+4
2026-02-23
Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short
Luiz Augusto von Dentz
1
-6
/
+8
2026-02-23
Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
Luiz Augusto von Dentz
1
-18
/
+45
2026-02-23
wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration
Ariel Silver
1
-0
/
+3
2026-02-23
wifi: mac80211: set default WMM parameters on all links
Ramanathan Choodamani
1
-0
/
+2
2026-02-23
wifi: radiotap: reject radiotap with unknown bits
Johannes Berg
1
-2
/
+2
2026-02-23
wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
Daniil Dulov
1
-0
/
+1
2026-02-23
wifi: cfg80211: wext: fix IGTK key ID off-by-one
Johannes Berg
1
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
20
-32
/
+27
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
40
-102
/
+51
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
25
-38
/
+38
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
309
-576
/
+576
2026-02-21
batman-adv: Avoid double-rtnl_lock ELP metric worker
Sven Eckelmann
3
-5
/
+14
[prev]
[next]