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
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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
mptcp: avoid sending RST when closing the initial subflow
Geliang Tang
1
-6
/
+22
2023-10-25
Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name
Kees Cook
1
-1
/
+2
2023-10-25
Bluetooth: hci_sock: fix slab oob read in create_monitor_event
Edward AD
1
-1
/
+1
2023-10-25
net: move altnames together with the netdevice
Jakub Kicinski
1
-4
/
+9
2023-10-25
net/smc: fix smc clc failed issue when netdevice not in init_net
Albert Huang
3
-5
/
+7
2023-10-25
tcp_bpf: properly release resources on error paths
Paolo Abeni
1
-4
/
+12
2023-10-25
Bluetooth: hci_event: Fix using memcmp when comparing keys
Luiz Augusto von Dentz
1
-5
/
+7
2023-10-25
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
8
-32
/
+47
2023-10-25
net/tls: split tls_rx_reader_lock
Hannes Reinecke
1
-16
/
+22
2023-10-25
xfrm6: fix inet6_dev refcount underflow problem
Zhang Changzhong
1
-2
/
+2
2023-10-25
net: xfrm: skip policies marked as dead while reinserting policies
Dong Chenchen
1
-4
/
+9
2023-10-25
ipv4/fib: send notify when delete source address routes
Hangbin Liu
2
-0
/
+5
2023-10-25
wifi: cfg80211: avoid leaking stack data into trace
Benjamin Berg
1
-1
/
+1
2023-10-25
wifi: mac80211: allow transmitting EAPOL frames with tainted key
Wen Gong
1
-1
/
+2
2023-10-25
wifi: mac80211: work around Cisco AP 9115 VHT MPDU length
Johannes Berg
6
-7
/
+44
2023-10-25
wifi: cfg80211: Fix 6GHz scan configuration
Ilan Peer
1
-0
/
+4
2023-10-25
Bluetooth: hci_core: Fix build warnings
Luiz Augusto von Dentz
1
-3
/
+5
2023-10-25
Bluetooth: Avoid redundant authentication
Ying Hsu
1
-28
/
+35
2023-10-25
net: check for altname conflicts when changing netdev's netns
Jakub Kicinski
2
-1
/
+11
2023-10-25
net: fix ifname in netlink ntf during netns move
Jakub Kicinski
1
-13
/
+31
2023-10-25
net: avoid UAF on deleted altname
Jakub Kicinski
1
-1
/
+6
2023-10-25
net: pktgen: Fix interface flags printing
Gavrilov Ilia
1
-7
/
+7
2023-10-25
netfilter: nf_tables: revert do not remove elements if set backend implements...
Pablo Neira Ayuso
1
-4
/
+1
2023-10-25
netfilter: nf_tables: do not remove elements if set backend implements .abort
Pablo Neira Ayuso
1
-1
/
+4
2023-10-25
netlink: Correct offload_xstats size
Christoph Paasch
1
-3
/
+1
2023-10-25
netfilter: nft_set_rbtree: .deactivate fails if element has expired
Pablo Neira Ayuso
1
-0
/
+2
2023-10-25
net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve
Pedro Tammela
1
-4
/
+14
2023-10-25
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
1
-5
/
+9
2023-10-25
tcp: Fix listen() warning with v4-mapped-v6 address.
Kuniyuki Iwashima
1
-15
/
+9
2023-10-25
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
1
-2
/
+14
2023-10-25
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2
-5
/
+6
2023-10-25
net: rfkill: gpio: prevent value glitch during probe
Josua Mayer
1
-2
/
+2
2023-10-25
net: ipv6: fix return value check in esp_remove_trailer
Ma Ke
1
-1
/
+3
2023-10-25
net: ipv4: fix return value check in esp_remove_trailer
Ma Ke
1
-1
/
+3
2023-10-25
wifi: cfg80211: use system_unbound_wq for wiphy work
Johannes Berg
1
-1
/
+1
2023-10-25
xfrm: interface: use DEV_STATS_INC()
Eric Dumazet
1
-12
/
+10
2023-10-25
xfrm: fix a data-race in xfrm_gen_index()
Eric Dumazet
1
-4
/
+2
2023-10-25
xfrm: fix a data-race in xfrm_lookup_with_ifid()
Eric Dumazet
1
-1
/
+1
2023-10-25
netfilter: nft_payload: fix wrong mac header matching
Florian Westphal
1
-1
/
+1
2023-10-25
mptcp: more conservative check for zero probes
Paolo Abeni
1
-7
/
+1
2023-10-25
tcp: check mptcp-level constraints for backlog coalescing
Paolo Abeni
1
-0
/
+1
2023-10-25
nfc: nci: fix possible NULL pointer dereference in send_acknowledge()
Krzysztof Kozlowski
1
-0
/
+2
2023-10-25
net/smc: return the right falback reason when prefix checks fail
Dust Li
1
-1
/
+1
2023-10-25
Bluetooth: avoid memcmp() out of bounds warning
Arnd Bergmann
1
-1
/
+1
2023-10-25
Bluetooth: hci_event: Fix coding style
Luiz Augusto von Dentz
1
-2
/
+1
2023-10-25
Bluetooth: Fix a refcnt underflow problem for hci_conn
Ziyang Xuan
1
-2
/
+2
2023-10-25
Bluetooth: Reject connection with the device which has same BD_ADDR
Lee, Chun-Yi
2
-0
/
+20
2023-10-25
Bluetooth: hci_event: Ignore NULL link key
Lee, Chun-Yi
1
-0
/
+9
2023-10-19
mctp: perform route lookups under a RCU read-side lock
Jeremy Kerr
1
-6
/
+16
2023-10-19
libceph: use kernel_connect()
Jordan Rife
1
-2
/
+2
[next]