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-06-25
rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)
David Howells
1
-2
/
+1
2026-06-25
rxrpc: Fix socket notification race
David Howells
1
-2
/
+0
2026-06-25
rxrpc: Fix potential infinite loop in rxrpc_recvmsg()
David Howells
1
-1
/
+2
2026-06-25
rxrpc: Fix oob challenge leak in cleanup after notification failure
David Howells
3
-6
/
+14
2026-06-25
rxrpc: Fix the reception of a reply packet before data transmission
David Howells
1
-3
/
+10
2026-06-25
rxrpc: Fix double unlock in rxrpc_recvmsg()
David Howells
1
-1
/
+1
2026-06-25
rxrpc: Fix leak of connection from OOB challenge
David Howells
1
-0
/
+5
2026-06-25
rxrpc: Fix ACKALL packet handling
Wyatt Feng
6
-7
/
+30
2026-06-25
tipc: avoid busy looping in tipc_exit_net()
Eric Dumazet
2
-3
/
+5
2026-06-25
tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()
Eric Dumazet
1
-4
/
+11
2026-06-25
openvswitch: conntrack: annotate ct limit hlist traversal
Runyu Xiao
1
-1
/
+2
2026-06-25
net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_sync
Eric Dumazet
1
-1
/
+1
2026-06-24
Merge tag 'nf-26-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
13
-48
/
+95
2026-06-24
net/tcp-ao: fix use-after-free of key in del_async path
HanQuan
1
-0
/
+4
2026-06-23
ipv6: fix missing notification for ignore_routes_with_linkdown
Fernando Fernandez Mancera
1
-6
/
+12
2026-06-23
ipv6: fix state corruption during proxy_ndp sysctl restart
Fernando Fernandez Mancera
1
-7
/
+7
2026-06-23
ipv6: fix error handling in disable_policy sysctl
Fernando Fernandez Mancera
1
-0
/
+2
2026-06-23
ipv6: fix error handling in forwarding sysctl
Fernando Fernandez Mancera
1
-1
/
+3
2026-06-23
ipv6: fix error handling in ignore_routes_with_linkdown sysctl
Fernando Fernandez Mancera
1
-0
/
+2
2026-06-23
ipv6: fix error handling in disable_ipv6 sysctl
Fernando Fernandez Mancera
1
-0
/
+2
2026-06-23
sctp: fix err_chunk memory leaks in INIT handling
Xin Long
1
-0
/
+5
2026-06-23
net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
Jamal Hadi Salim
1
-0
/
+3
2026-06-23
net: lwtunnel: Drop skb metadata before LWT encapsulation
Jakub Sitnicki
1
-0
/
+6
2026-06-23
Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
7
-93
/
+349
2026-06-23
Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
8
-74
/
+64
2026-06-23
net: do not acquire dev->tx_global_lock in netdev_watchdog_up()
Eric Dumazet
1
-5
/
+2
2026-06-23
net, bpf: check master for NULL in xdp_master_redirect()
Xiang Mei
1
-1
/
+1
2026-06-23
netfilter: nf_conntrack_helper: cap maximum number of expectation at helper r...
Pablo Neira Ayuso
2
-4
/
+8
2026-06-23
netfilter: nft_ct: expectation timeouts are passed in milliseconds
Florian Westphal
1
-3
/
+18
2026-06-23
netfilter: nf_conntrack_expect: run expectation eviction with no helper
Pablo Neira Ayuso
1
-0
/
+7
2026-06-23
netfilter: nf_conntrack_expect: store master_tuple in expectation
Pablo Neira Ayuso
3
-6
/
+7
2026-06-23
netfilter: conntrack: add deprecation warnings for irc and pptp trackers
Florian Westphal
3
-5
/
+10
2026-06-23
netfilter: ctnetlink: do not allow to reset helper on existing conntrack
Pablo Neira Ayuso
1
-13
/
+0
2026-06-23
netfilter: nft_compat: ebtables emulation must reject non-bridge targets
Florian Westphal
1
-3
/
+21
2026-06-23
netfilter: nft_synproxy: stop bypassing the priv->info snapshot
Runyu Xiao
1
-5
/
+4
2026-06-23
netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()
Lorenzo Bianconi
1
-3
/
+5
2026-06-23
netfilter: nf_conncount: prevent connlimit drops for early confirmed ct
Fernando Fernandez Mancera
1
-6
/
+5
2026-06-23
netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()
Mathias Krause
1
-0
/
+10
2026-06-22
ipv6: Fix null-ptr-deref in fib6_nh_mtu_change().
Xiang Mei
1
-0
/
+3
2026-06-22
bpf: Guard conntrack opts error writes
Yiyang Chen
1
-22
/
+13
2026-06-22
Merge tag 'nf-26-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
24
-192
/
+233
2026-06-21
bpf: zero-initialize the fib lookup flow struct
Avinash Duduskar
1
-2
/
+2
2026-06-21
bpf: Fix partial copy of non-linear test_run output
Sun Jian
1
-6
/
+2
2026-06-21
ipv6: ioam: fix type confusion of dst_entry
Jiayuan Chen
1
-4
/
+4
2026-06-21
ipv6: account for fraggap on the paged allocation path
Wongi Lee
1
-6
/
+3
2026-06-21
ipv4: account for fraggap on the paged allocation path
Wongi Lee
1
-5
/
+2
2026-06-21
net/sched: dualpi2: fix GSO backlog accounting
Xingquan Liu
1
-6
/
+5
2026-06-21
ipv6: ndisc: fix NULL deref in accept_untracked_na()
Weiming Shi
1
-5
/
+3
2026-06-21
net: sit: require CAP_NET_ADMIN in the device netns for changelink
Maoyi Xie
1
-0
/
+3
2026-06-21
net/sched: act_ct: fix nf_connlabels leak on two error paths
Michael Bommarito
1
-2
/
+4
[prev]
[next]