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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
tcp_metrics: use dst_dev_net_rcu()
Eric Dumazet
1
-3
/
+3
7 days
net: dst: introduce dst->dev_rcu
Eric Dumazet
2
-3
/
+3
7 days
net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
Xiang Mei
1
-26
/
+32
7 days
net: hsr: create an API to get hsr port type
Xiaoliang Yang
2
-3
/
+24
7 days
net: hsr: Create and export hsr_get_port_ndev()
MD Danish Anwar
2
-9
/
+13
7 days
net: hsr: remove synchronize_rcu() from hsr_add_port()
Eric Dumazet
1
-1
/
+0
7 days
net: hsr: remove one synchronize_rcu() from hsr_del_port()
Eric Dumazet
2
-3
/
+2
7 days
netfilter: nft_connlimit: update the count if add was skipped
Fernando Fernandez Mancera
2
-6
/
+19
7 days
netfilter: nf_conncount: rework API to use sk_buff directly
Fernando Fernandez Mancera
4
-94
/
+134
7 days
netfilter: flowtable: check for maximum number of encapsulations in bridge vlan
Pablo Neira Ayuso
1
-1
/
+8
7 days
wifi: mac80211: fix CMAC functions not handling errors
Chien Wong
3
-30
/
+61
7 days
ipv6: clear RA flags when adding a static route
Fernando Fernandez Mancera
1
-0
/
+4
7 days
bpf: Check skb->transport_header is set in bpf_skb_check_mtu
Martin KaFai Lau
1
-3
/
+6
7 days
sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().
Kuniyuki Iwashima
1
-2
/
+3
7 days
inet: Avoid ehash lookup race in inet_twsk_hashdance_schedule()
Xuanqiang Luo
1
-23
/
+12
7 days
inet: Avoid ehash lookup race in inet_ehash_insert()
Xuanqiang Luo
1
-2
/
+6
12 days
xfrm: flush all states in xfrm_state_fini
Sabrina Dubroca
2
-2
/
+2
12 days
xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...
Sabrina Dubroca
1
-1
/
+2
12 days
Revert "xfrm: destroy xfrm_state synchronously on net exit path"
Sabrina Dubroca
4
-17
/
+12
12 days
xfrm: delete x->tunnel as we delete x
Sabrina Dubroca
5
-13
/
+13
2025-12-07
libceph: replace BUG_ON with bounds check for map->max_osd
ziming zhang
1
-7
/
+11
2025-12-07
libceph: prevent potential out-of-bounds writes in handle_auth_session_key()
ziming zhang
1
-0
/
+2
2025-12-07
libceph: fix potential use-after-free in have_mon_and_osd_map()
Ilya Dryomov
2
-25
/
+42
2025-12-07
mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_...
Kuniyuki Iwashima
1
-0
/
+6
2025-12-07
mptcp: clear scheduled subflows on retransmit
Paolo Abeni
1
-2
/
+11
2025-12-07
ceph: fix crash in process_v2_sparse_read() for encrypted directories
Viacheslav Dubeyko
1
-4
/
+7
2025-12-07
Bluetooth: SMP: Fix not generating mackey and ltk when repairing
Luiz Augusto von Dentz
1
-24
/
+7
2025-12-07
Bluetooth: hci_sock: Prevent race in socket write iter and sock bind
Edward Adam Davis
1
-0
/
+2
2025-12-07
Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP
Luiz Augusto von Dentz
1
-4
/
+12
2025-12-01
mptcp: fix a race in mptcp_pm_del_add_timer()
Eric Dumazet
1
-7
/
+13
2025-12-01
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
1
-1
/
+3
2025-12-01
vsock: Ignore signal/timeout on connect() if already established
Michal Luczaj
1
-9
/
+31
2025-12-01
af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...
Kuniyuki Iwashima
1
-2
/
+1
2025-12-01
af_unix: Cache state->msg in unix_stream_read_generic().
Kuniyuki Iwashima
1
-16
/
+17
2025-12-01
devlink: rate: Unset parent pointer in devl_rate_nodes_destroy
Shay Drory
1
-1
/
+3
2025-12-01
net: openvswitch: remove never-working support for setting nsh fields
Ilya Maximets
3
-125
/
+9
2025-12-01
xfrm: Prevent locally generated packets from direct output in tunnel mode
Jianbo Liu
1
-1
/
+5
2025-12-01
xfrm: Determine inner GSO type from packet inner protocol
Jianbo Liu
2
-4
/
+8
2025-12-01
xfrm: set err and extack on failure to create pcpu SA
Sabrina Dubroca
1
-1
/
+4
2025-12-01
xfrm: drop SA reference in xfrm_state_update if dir doesn't match
Sabrina Dubroca
1
-2
/
+6
2025-12-01
mptcp: do not fallback when OoO is present
Paolo Abeni
1
-0
/
+7
2025-12-01
mptcp: decouple mptcp fastclose from tcp close
Paolo Abeni
2
-5
/
+10
2025-12-01
mptcp: avoid unneeded subflow-level drops
Paolo Abeni
2
-0
/
+32
2025-12-01
mptcp: fix premature close in case of fallback
Paolo Abeni
1
-1
/
+2
2025-12-01
mptcp: fix duplicate reset on fastclose
Paolo Abeni
1
-13
/
+23
2025-12-01
mptcp: fix ack generation for fallback msk
Paolo Abeni
1
-1
/
+22
2025-12-01
mptcp: fix race condition in mptcp_schedule_work()
Eric Dumazet
1
-7
/
+12
2025-12-01
mptcp: Fix proto fallback detection with BPF
Jiayuan Chen
1
-2
/
+4
2025-12-01
mptcp: Disallow MPTCP subflows from sockmap
Jiayuan Chen
1
-0
/
+8
2025-11-24
Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_complete
Pauli Virtanen
1
-11
/
+15
[next]