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-04-27
netpoll: fix IPv6 local-address corruption
Breno Leitao
-1
/
+18
2026-04-27
tcp: make probe0 timer handle expired user timeout
Altan Hacigumus
-2
/
+3
2026-04-27
neigh: let neigh_xmit take skb ownership
Florian Westphal
-5
/
+5
2026-04-27
ipmr: Free mr_table after RCU grace period.
Kuniyuki Iwashima
-50
/
+74
2026-04-27
net: phonet: do not BUG_ON() in pn_socket_autobind() on failed bind
Morduan Zang
-2
/
+8
2026-04-27
net/sched: taprio: fix NULL pointer dereference in class dump
Weiming Shi
-5
/
+8
2026-04-27
ipv6: rpl: reserve mac_len headroom when recompressed SRH grows
Greg Kroah-Hartman
-3
/
+6
2026-04-27
net/sched: sch_fq_pie: annotate data-races in fq_pie_dump_stats()
Eric Dumazet
-9
/
+10
2026-04-27
net/sched: sch_choke: annotate data-races in choke_dump_stats()
Eric Dumazet
-10
/
+16
2026-04-27
net/sched: netem: check for negative latency and jitter
Stephen Hemminger
-0
/
+22
2026-04-27
net/sched: netem: fix slot delay calculation overflow
Stephen Hemminger
-3
/
+2
2026-04-27
net/sched: netem: validate slot configuration
Stephen Hemminger
-0
/
+29
2026-04-27
net/sched: netem: only reseed PRNG when seed is explicitly provided
Stephen Hemminger
-4
/
+6
2026-04-27
net/sched: netem: fix queue limit check to include reordered packets
Stephen Hemminger
-1
/
+1
2026-04-27
net/sched: netem: fix probability gaps in 4-state loss model
Stephen Hemminger
-4
/
+4
2026-04-27
wifi: mac80211: drop stray 'static' from fast-RX rx_result
Catherine
-1
/
+1
2026-04-27
wifi: mac80211: check ieee80211_rx_data_set_link return in pubsta MLO path
Michael Bommarito
-1
/
+3
2026-04-27
wifi: nl80211: require admin perm on SET_PMK / DEL_PMK
Michael Bommarito
-0
/
+2
2026-04-27
wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict ...
Rio Liu
-0
/
+9
2026-04-24
Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
-161
/
+290
2026-04-24
Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
-16
/
+14
2026-04-24
Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linux
Linus Torvalds
-24
/
+53
2026-04-24
bpf: Fix sk_local_storage diag dumping uninitialized special fields
Amery Hung
-0
/
+1
2026-04-24
netfilter: nf_conntrack_sip: don't use simple_strtoul
Florian Westphal
-34
/
+119
2026-04-24
netfilter: reject zero shift in nft_bitwise
Kai Ma
-1
/
+2
2026-04-24
netfilter: xt_policy: fix strict mode inbound policy matching
Jiexun Wang
-1
/
+1
2026-04-24
Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-29212
/
+0
2026-04-23
bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()
Weiming Shi
-0
/
+2
2026-04-23
sockmap: Fix sk_psock_drop() race vs sock_map_{unhash,close,destroy}().
Kuniyuki Iwashima
-14
/
+25
2026-04-23
bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag paths
Weiming Shi
-6
/
+7
2026-04-23
Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-527
/
+1505
2026-04-23
rxrpc: Fix error handling in rxgk_extract_token()
David Howells
-0
/
+1
2026-04-23
rxrpc: Fix re-decryption of RESPONSE packets
David Howells
-12
/
+2
2026-04-23
rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets
David Howells
-1
/
+2
2026-04-23
rxrpc: Fix missing validation of ticket length in non-XDR key preparsing
Anderson Nascimento
-0
/
+4
2026-04-23
rxgk: Fix potential integer overflow in length check
David Howells
-1
/
+2
2026-04-23
rxrpc: Fix conn-level packet handling to unshare RESPONSE packets
David Howells
-1
/
+28
2026-04-23
rxrpc: Fix potential UAF after skb_unshare() failure
David Howells
-33
/
+20
2026-04-23
rxrpc: Fix rxkad crypto unalignment handling
David Howells
-2
/
+7
2026-04-23
rxrpc: Fix memory leaks in rxkad_verify_response()
David Howells
-61
/
+42
2026-04-23
net: remove unused ATM protocols and legacy ATM device drivers
Jakub Kicinski
-6173
/
+0
2026-04-23
net: rds: fix MR cleanup on copy error
Ao Zhou
-4
/
+0
2026-04-23
tcp: call sk_data_ready() after listener migration
Zhenzhong Wu
-0
/
+3
2026-04-23
ipv6: Cap TLV scan in ip6_tnl_parse_tlv_enc_lim
Daniel Borkmann
-0
/
+6
2026-04-23
tipc: fix double-free in tipc_buf_append()
Lee Jones
-1
/
+13
2026-04-23
llc: Return -EINPROGRESS from llc_ui_connect()
Ernestas Kulik
-1
/
+3
2026-04-23
ipv4: icmp: validate reply type before using icmp_pointers
Ruide Cao
-1
/
+4
2026-04-23
tcp: send a challenge ACK on SEG.ACK > SND.NXT
Jiayuan Chen
-3
/
+7
2026-04-23
net/smc: avoid early lgr access in smc_clc_wait_msg
Ruijie Li
-2
/
+2
2026-04-23
hv_sock: Return -EIO for malformed/short packets
Dexuan Cui
-9
/
+18
[prev]
[next]