index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-20
net: bridge: remove stale rcu_barrier() in br_multicast_dev_del()
Eric Dumazet
1
-2
/
+0
2026-05-20
net/sched: sch_drr: make cl->quantum lockless
Eric Dumazet
1
-6
/
+4
2026-05-20
net/sched: sch_drr: annotate data-races around cl->deficit
Eric Dumazet
1
-4
/
+4
2026-05-20
ipv4: use WARN_ON_ONCE() in ip_rt_bug()
Eric Dumazet
1
-1
/
+1
2026-05-20
ipv4: icmp: reject broadcast/multicast routes
Eric Dumazet
1
-0
/
+3
2026-05-20
net: devmem: reject dma-buf bind with non-page-aligned size or SG length
David Carlier
1
-0
/
+11
2026-05-20
Merge tag 'for-net-2026-05-20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
8
-14
/
+93
2026-05-20
bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
Xingwang Xiang
1
-2
/
+7
2026-05-20
smc: Use flexible array for SMCD connections
Rosen Penev
1
-8
/
+2
2026-05-20
net/rds: Don't sleep inside rds_ib_conn_path_shutdown
Allison Henderson
1
-5
/
+20
2026-05-20
rxrpc: Fix RESPONSE packet verification to extract skb to a linear buffer
David Howells
7
-223
/
+80
2026-05-20
rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsg
David Howells
8
-119
/
+200
2026-05-20
crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
David Howells
1
-2
/
+13
2026-05-20
net: shaper: rework the VALID marking (again)
Jakub Kicinski
1
-27
/
+18
2026-05-20
net: shaper: annotate the data races
Jakub Kicinski
1
-15
/
+38
2026-05-20
udp: Fix UDP length on last GSO_PARTIAL segment
Gal Pressman
1
-3
/
+6
2026-05-20
udp: gso: Fix handling checksum in __udp_gso_segment
Alice Mikityanska
1
-11
/
+2
2026-05-20
Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()
Safa Karakuş
5
-10
/
+78
2026-05-20
Bluetooth: MGMT: validate Add Extended Advertising Data length
Michael Bommarito
1
-0
/
+6
2026-05-20
Bluetooth: ISO: drop ISO_END frames received without prior ISO_START
David Carlier
1
-0
/
+5
2026-05-20
Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...
Luiz Augusto von Dentz
1
-3
/
+3
2026-05-20
Bluetooth: bnep: Fix UAF read of dev->name
Jann Horn
1
-1
/
+1
2026-05-20
wifi: mac80211: allow cipher change on NAN_DATA interfaces
Daniel Gabay
1
-3
/
+8
2026-05-20
wifi: cfg80211: add a function to parse UHR DBE
Johannes Berg
2
-6
/
+316
2026-05-20
wifi: mac80211: don't call ieee80211_handle_reconfig_failure when not needed
Miri Korenblit
1
-5
/
+1
2026-05-20
wifi: mac80211: Allow per station GTK for NAN Data interfaces
Ilan Peer
1
-4
/
+7
2026-05-20
wifi: mac80211: don't recalc min def for S1G chan ctx
Lachlan Hodges
1
-2
/
+8
2026-05-20
wifi: mac80211: skip NSS and BW init for S1G sta
Lachlan Hodges
1
-0
/
+17
2026-05-20
wifi: mac80211: check stations are removed before MLD change
Johannes Berg
1
-1
/
+4
2026-05-20
wifi: cfg80211: wext: validate chandef in monitor mode
Kartik Nair
1
-0
/
+2
2026-05-20
wifi: mac80211: consume only present negotiated TTLM maps
Michael Bommarito
1
-1
/
+1
2026-05-20
wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb
Zhao Li
1
-1
/
+5
2026-05-20
wifi: mac80211: fix multi-link element inheritance
Johannes Berg
1
-3
/
+33
2026-05-20
wifi: mac80211: fix MLE defragmentation
Johannes Berg
1
-40
/
+31
2026-05-20
wifi: mac80211: don't override max_amsdu_subframes
Emmanuel Grumbach
1
-2
/
+3
2026-05-20
wifi: mac80211: bounds-check link_id in ieee80211_ml_epcs
Alexandru Hossu
1
-0
/
+3
2026-05-19
net: socket: clean up __sys_accept4 comment
Avinash Duduskar
1
-1
/
+1
2026-05-19
af_unix: Fix UAF read of tail->len in unix_stream_data_wait()
Jann Horn
1
-9
/
+2
2026-05-19
ipv6: ioam: add NULL check for idev in ipv6_hop_ioam()
Justin Iurman
1
-2
/
+13
2026-05-19
net/sched: sch_htb: fix htb_dump_class_stats() vs offload mode
Eric Dumazet
1
-10
/
+12
2026-05-19
ipmr: Replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2026-05-19
bridge: mcast: Fix a possible use-after-free when removing a bridge port
Ido Schimmel
1
-5
/
+17
2026-05-19
bridge: Add missing READ_ONCE() annotations around FDB destination port
Ido Schimmel
3
-5
/
+6
2026-05-19
mptcp: update window_clamp on subflows when SO_RCVBUF is set
Gang Yan
1
-2
/
+8
2026-05-19
mptcp: reset rcv wnd on disconnect
Paolo Abeni
1
-0
/
+1
2026-05-19
mptcp: pm: fix ADD_ADDR timer infinite retry on option space insufficient
Li Xiasong
1
-10
/
+46
2026-05-19
mptcp: do not drop partial packets
Shardul Bankar
1
-5
/
+19
2026-05-19
net/ethtool: drop duplicate TSCONFIG HWTSTAMP BUILD_BUG_ON from SET handler
Chenguang Zhao
1
-4
/
+0
2026-05-19
9p: use kvzalloc for readdir buffer
Pierre Barre
1
-1
/
+1
2026-05-19
net/9p/usbg: Constify struct configfs_item_operations
Christophe JAILLET
1
-1
/
+1
[prev]
[next]