index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-08-28
wifi: mac80211: don't complete management TX on SAE commit
Johannes Berg
1
-0
/
+2
2025-08-28
wifi: cfg80211: Fix interface type validation
Ilan Peer
1
-1
/
+1
2025-08-15
net: drop UFO packets in udp_rcv_segment()
Wang Liang
1
-6
/
+18
2025-08-15
Bluetooth: hci_event: Mask data status from LE ext adv reports
Chris Down
1
-0
/
+1
2025-08-15
net_sched: act_ctinfo: use atomic64_t for three counters
Eric Dumazet
1
-3
/
+3
2025-08-15
net: dst: annotate data-races around dst->output
Eric Dumazet
2
-3
/
+3
2025-08-15
net: dst: annotate data-races around dst->input
Eric Dumazet
2
-3
/
+3
2025-07-24
netfilter: nf_conntrack: fix crash due to removal of uninitialised entry
Florian Westphal
1
-2
/
+13
2025-07-24
wifi: cfg80211: remove scan request n_channels counted_by
Johannes Berg
1
-1
/
+1
2025-07-17
netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()
Eric Dumazet
1
-1
/
+1
2025-07-17
vsock: fix `vsock_proto` declaration
Stefano Garzarella
1
-1
/
+1
2025-07-10
Bluetooth: hci_core: Fix use-after-free in vhci_flush()
Kuniyuki Iwashima
1
-0
/
+2
2025-06-27
net: Fix checksum update for ILA adj-transport
Paul Chaignon
1
-1
/
+1
2025-06-19
net: Fix TOCTOU issue in sk_is_readable()
Michal Luczaj
1
-2
/
+5
2025-06-19
Bluetooth: MGMT: Protect mgmt_pending list with its own lock
Luiz Augusto von Dentz
1
-0
/
+1
2025-06-19
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: Remove io_uring code for GC.
Kuniyuki Iwashima
1
-1
/
+0
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
net_sched: Flush gso_skb list too during ->change()
Cong Wang
1
-0
/
+15
2025-05-09
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
1
-2
/
+2
2025-04-25
xdp: Reset bpf_redirect_info before running a xdp's BPF prog.
Sebastian Andrzej Siewior
1
-1
/
+8
2025-04-25
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
1
-1
/
+2
2025-03-28
Bluetooth: hci_event: Fix connection regression between LE and non-LE adapters
Arkadiusz Bokowy
1
-1
/
+1
[next]