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.19.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
2026-03-04
ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()
Qanux
1
-0
/
+2
2026-03-04
Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
Luiz Augusto von Dentz
1
-0
/
+2
2026-03-04
ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()
Eric Dumazet
1
-2
/
+2
2026-03-04
inet: move icmp_global_{credit,stamp} to a separate cache line
Eric Dumazet
1
-2
/
+7
2026-03-04
netns-ipv4: reorganize netns_ipv4 fast path variables
Coco Li
1
-15
/
+32
2026-03-04
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
2
-4
/
+14
2026-03-04
tcp: defer regular ACK while processing socket backlog
Eric Dumazet
1
-0
/
+1
2026-03-04
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
2
-3
/
+2
2026-03-04
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
2
-3
/
+4
2026-03-04
ipv6: fix a race in ip6_sock_set_v6only()
Eric Dumazet
1
-4
/
+7
2026-03-04
netfilter: nf_conncount: increase the connection clean up limit to 64
Fernando Fernandez Mancera
1
-0
/
+1
2026-02-19
net: tunnel: make skb_vlan_inet_prepare() return drop reasons
Menglong Dong
1
-5
/
+8
2026-02-06
xsk: Fix race condition in AF_XDP generic RX path
e.kubanski
2
-3
/
+2
2026-02-06
nfc: nci: Fix race between rfkill and nci_unregister_device().
Kuniyuki Iwashima
1
-0
/
+2
2026-02-06
bonding: annotate data-races around slave->last_rx
Eric Dumazet
1
-6
/
+7
2026-01-17
netfilter: nf_tables: avoid chain re-validation if possible
Florian Westphal
1
-8
/
+26
2026-01-17
net: Add locking to protect skb->dev access in ip_output
Sharath Chandra Vurukala
1
-0
/
+12
2026-01-11
netfilter: nf_tables: allow loads only when register is initialized
Florian Westphal
1
-0
/
+1
2026-01-11
netfilter: nf_tables: pass context structure to nft_parse_register_load
Florian Westphal
1
-1
/
+2
2026-01-11
netfilter: nf_conncount: rework API to use sk_buff directly
Fernando Fernandez Mancera
1
-9
/
+8
2026-01-11
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
1
-1
/
+45
2026-01-11
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo
1
-0
/
+13
2026-01-11
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca
1
-9
/
+3
2026-01-11
xfrm: delete x->tunnel as we delete x
Sabrina Dubroca
1
-1
/
+0
2025-12-07
bonding: check xdp prog when set bond mode
Wang Liang
1
-0
/
+1
2025-12-01
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
1
-0
/
+6
2025-12-01
xfrm: Determine inner GSO type from packet inner protocol
Jianbo Liu
1
-1
/
+2
2025-11-24
Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'
Arseniy Krasnov
1
-0
/
+7
2025-11-24
net: allow small head cache usage with large MAX_SKB_FRAGS values
Paolo Abeni
1
-0
/
+3
2025-11-24
net_sched: act_connmark: use RCU in tcf_connmark_dump()
Eric Dumazet
1
-0
/
+1
2025-11-24
Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()
Ilia Gavrilov
1
-1
/
+1
2025-11-24
net/cls_cgroup: Fix task_get_classid() during qdisc run
Yafang Shao
1
-1
/
+1
2025-11-24
net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
Juraj Ĺ arinay
1
-1
/
+1
2025-11-24
bpf: Clear pfmemalloc flag when freeing all fragments
Amery Hung
1
-0
/
+5
2025-11-24
Bluetooth: hci_core: Fix tracking of periodic advertisement
Luiz Augusto von Dentz
1
-0
/
+1
2025-11-24
Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
Luiz Augusto von Dentz
1
-0
/
+1
2025-11-02
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
1
-1
/
+24
2025-10-23
net/ip6_tunnel: Prevent perpetual tunnel growth
Dmitry Safonov
1
-0
/
+15
2025-10-19
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
4
-9
/
+4
2025-10-02
Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-0
/
+21
2025-09-19
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-2
/
+38
2025-09-09
netlink: add variable-length / auto integers
Jakub Kicinski
1
-2
/
+67
2025-09-04
net: rose: convert 'use' field to refcount_t
Takamitsu Iwai
1
-5
/
+13
2025-09-04
net: rose: split remove and free operations in rose_remove_neigh()
Takamitsu Iwai
1
-0
/
+8
2025-09-04
Bluetooth: hci_sync: fix set_local_name race condition
Pavel Shpakovskiy
1
-1
/
+1
2025-08-28
bonding: Add independent control state machine
Aahil Awatramani
3
-0
/
+26
2025-08-28
bonding: update LACP activity flag after setting lacp_active
Hangbin Liu
1
-0
/
+1
2025-08-28
net: better track kernel sockets lifetime
Eric Dumazet
1
-0
/
+1
2025-08-28
net: Add net_passive_inc() and net_passive_dec().
Kuniyuki Iwashima
1
-0
/
+16
2025-08-28
neighbour: add support for NUD_PERMANENT proxy entries
Nicolas Escande
1
-0
/
+1
[next]