index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2026-05-06
Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req
Dudu Lu
-1
/
+1
2026-05-06
Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...
Dudu Lu
-3
/
+10
2026-05-06
Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...
Luiz Augusto von Dentz
-2
/
+25
2026-05-06
Bluetooth: hci_conn: fix potential UAF in create_big_sync
David Carlier
-1
/
+18
2026-05-06
Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready
Pauli Virtanen
-11
/
+9
2026-05-06
Merge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
-10
/
+48
2026-05-06
wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuation
Maoyi Xie
-0
/
+12
2026-05-06
wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNS
Maoyi Xie
-0
/
+13
2026-05-06
wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usage
Johannes Berg
-1
/
+1
2026-05-06
wifi: mac80211: remove station if connection prep fails
Johannes Berg
-5
/
+4
2026-05-05
xsk: fix u64 descriptor address truncation on 32-bit architectures
Jason Xing
-32
/
+56
2026-05-05
xsk: fix xsk_addrs slab leak on multi-buffer error path
Jason Xing
-2
/
+2
2026-05-05
xsk: avoid skb leak in XDP_TX_METADATA case
Jason Xing
-1
/
+3
2026-05-05
xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()
Jason Xing
-3
/
+2
2026-05-05
xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
Jason Xing
-1
/
+1
2026-05-05
xsk: handle NULL dereference of the skb without frags issue
Jason Xing
-3
/
+8
2026-05-05
xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS
Jason Xing
-1
/
+4
2026-05-05
xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devices
Jason Xing
-0
/
+3
2026-05-05
net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats()
Eric Dumazet
-19
/
+20
2026-05-05
Merge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
-115
/
+210
2026-05-05
ipv6: Fix null-ptr-deref in fib6_mtu().
Kuniyuki Iwashima
-0
/
+4
2026-05-05
ipv6: default IPV6_SIT to m
Alyssa Ross
-2
/
+2
2026-05-05
wifi: mac80211: use safe list iteration in radar detect work
Benjamin Berg
-2
/
+2
2026-05-05
net/rds: handle zerocopy send cleanup before the message is queued
Nan Li
-5
/
+15
2026-05-05
openvswitch: vport: fix self-deadlock on release of tunnel ports
Ilya Maximets
-1
/
+5
2026-05-05
openvswitch: vport: fix race between tunnel creation and linking
Ilya Maximets
-27
/
+48
2026-05-05
xfrm: esp: avoid in-place decrypt on shared skb frags
Kuan-Ting Chen
-2
/
+8
2026-05-04
psp: strip variable-length PSP header in psp_dev_rcv()
David Carlier
-11
/
+31
2026-05-04
net: prevent possible UAF in rtnl_prop_list_size()
Eric Dumazet
-1
/
+1
2026-05-04
mptcp: sockopt: increase seq in mptcp_setsockopt_all_sf
Matthieu Baerts (NGI0)
-0
/
+4
2026-05-04
mptcp: fix rx timestamp corruption on fastopen
Paolo Abeni
-1
/
+3
2026-05-04
mptcp: use MPTCP_RST_EMPTCP for ACK HMAC validation failure
Shardul Bankar
-1
/
+1
2026-05-04
mptcp: use MPJoinSynAckHMacFailure for SynAck HMAC failure
Shardul Bankar
-1
/
+1
2026-05-04
vsock/virtio: fix potential unbounded skb queue
Eric Dumazet
-1
/
+3
2026-05-04
netpoll: pass buffer size to egress_dev() to avoid MAC truncation
Breno Leitao
-10
/
+13
2026-05-04
af_unix: Set gc_in_progress to true in unix_gc().
Kuniyuki Iwashima
-3
/
+3
2026-05-05
ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU
Waiman Long
-5
/
+8
2026-05-05
ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_size
Julian Anastasov
-1
/
+1
2026-05-05
ipvs: fix races around est_mutex and est_cpulist
Julian Anastasov
-44
/
+90
2026-05-05
ipvs: do not leak dest after get from dest trash
Julian Anastasov
-13
/
+24
2026-05-05
ipvs: fix the spin_lock usage for RT build
Julian Anastasov
-33
/
+41
2026-05-05
ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars
Julian Anastasov
-4
/
+10
2026-05-05
ipvs: fixes for the new ip_vs_status info
Julian Anastasov
-15
/
+36
2026-05-04
wifi: mac80211: tests: mark HT check strict
Johannes Berg
-0
/
+1
2026-05-02
net: tls: fix silent data drop under pipe back-pressure
Jakub Kicinski
-3
/
+3
2026-05-02
net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II)
Eric Dumazet
-60
/
+71
2026-05-02
net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)
Eric Dumazet
-12
/
+12
2026-05-02
batman-adv: stop tp_meter sessions during mesh teardown
Jiexun Wang
-18
/
+82
2026-05-02
batman-adv: reject new tp_meter sessions during teardown
Jiexun Wang
-1
/
+16
2026-05-02
batman-adv: fix integer overflow on buff_pos
Lyes Bourennani
-1
/
+1
[prev]
[next]