index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
net: Fix checksum update for ILA adj-transport
Paul Chaignon
1
-1
/
+1
2025-06-27
net: Fix TOCTOU issue in sk_is_readable()
Michal Luczaj
1
-2
/
+5
2025-06-27
Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
Luiz Augusto von Dentz
1
-1
/
+0
2025-06-04
af_unix: Add dead flag to struct scm_fp_list.
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Try not to hold unix_gc_lock during accept().
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Remove lock dance in unix_peek_fds().
Kuniyuki Iwashima
1
-1
/
+0
2025-06-04
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
1
-8
/
+0
2025-06-04
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
1
-1
/
+1
2025-06-04
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
1
-1
/
+0
2025-06-04
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2025-06-04
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
1
-0
/
+3
2025-06-04
af_unix: Iterate all vertices by DFS.
Kuniyuki Iwashima
1
-0
/
+2
2025-06-04
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
2
-0
/
+3
2025-06-04
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+11
2025-06-04
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+12
2025-06-04
af_unix: Remove CONFIG_UNIX_SCM.
Kuniyuki Iwashima
1
-3
/
+4
2025-06-04
af_unix: Try to run GC async.
Kuniyuki Iwashima
2
-2
/
+11
2025-06-04
af_unix: Return struct unix_sock from unix_get_socket().
Kuniyuki Iwashima
1
-1
/
+1
2025-06-04
espintcp: remove encap socket caching to avoid reference leak
Sabrina Dubroca
1
-1
/
+0
2025-05-22
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-3
/
+0
2025-05-22
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-0
/
+4
2025-05-22
netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
Florian Westphal
1
-1
/
+1
2025-05-22
net_sched: Flush gso_skb list too during ->change()
Cong Wang
1
-0
/
+15
2025-05-18
ipv4: Drop tos parameter from flowi4_update_output()
Guillaume Nault
2
-6
/
+3
2025-05-02
wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
Ping-Ke Shih
1
-0
/
+13
2025-05-02
net: dsa: add support for mac_prepare() and mac_finish() calls
Russell King (Oracle)
1
-0
/
+6
2025-04-25
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
1
-1
/
+2
2025-03-28
Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"
Luiz Augusto von Dentz
1
-70
/
+38
2025-03-07
include: net: add static inline dst_dev_overhead() to dst.h
Justin Iurman
1
-0
/
+9
2025-03-07
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
2
-2
/
+8
2025-03-07
netfilter: allow exp not to be removed in nf_ct_find_expectation
Xin Long
1
-1
/
+1
2025-03-07
bpf: Fix wrong copied_seq calculation
Jiayuan Chen
1
-0
/
+8
2025-03-07
strparser: Add read_sock callback
Jiayuan Chen
1
-0
/
+2
2025-03-07
tcp: drop secpath at the same time as we currently drop dst
Sabrina Dubroca
1
-0
/
+14
2025-02-21
net: add dev_net_rcu() helper
Eric Dumazet
1
-1
/
+1
2025-02-21
net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()
Jiri Pirko
1
-3
/
+12
2025-02-21
ipv4: add RCU protection to ip4_dst_hoplimit()
Eric Dumazet
1
-2
/
+7
2025-02-21
vrf: use RCU protection in l3mdev_l3_out()
Eric Dumazet
1
-0
/
+2
2025-02-21
net: sched: Fix truncation of offloaded action statistics
Ido Schimmel
1
-1
/
+1
2025-02-21
ax25: rcu protect dev->ax25_ptr
Eric Dumazet
1
-5
/
+5
2025-02-21
inetpeer: remove create argument of inet_getpeer()
Eric Dumazet
1
-4
/
+3
2025-02-21
inetpeer: remove create argument of inet_getpeer_v[46]()
Eric Dumazet
1
-5
/
+4
2025-01-23
net: add exit_batch_rtnl() method
Eric Dumazet
1
-0
/
+3
2025-01-17
tcp/dccp: allow a connection when sk_max_ack_backlog is zero
Zhongqiu Duan
1
-1
/
+1
2025-01-17
tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
Jason Xing
1
-1
/
+1
2025-01-09
Bluetooth: hci_core: Fix sleeping function called from invalid context
Luiz Augusto von Dentz
1
-38
/
+70
2025-01-09
netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext
Pablo Neira Ayuso
1
-2
/
+5
2025-01-09
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
1
-13
/
+15
2025-01-02
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Cong Wang
1
-2
/
+8
[next]