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
2025-07-06
Bluetooth: L2CAP: Fix L2CAP MTU negotiation
Frédéric Danis
1
-1
/
+8
2025-07-06
net: selftests: fix TCP packet checksum
Jakub Kicinski
1
-2
/
+3
2025-07-06
atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().
Kuniyuki Iwashima
1
-2
/
+1
2025-07-06
wifi: mac80211: finish link init before RCU publish
Johannes Berg
1
-3
/
+3
2025-07-06
wifi: mac80211: Create separate links for VLAN interfaces
Muna Sinada
4
-5
/
+103
2025-07-06
wifi: mac80211: Add link iteration macro for link data
Muna Sinada
1
-0
/
+9
2025-07-06
af_unix: Don't set -ECONNRESET for consumed OOB skb.
Kuniyuki Iwashima
1
-6
/
+12
2025-07-06
wifi: mac80211: fix beacon interval calculation overflow
Lachlan Hodges
1
-1
/
+1
2025-07-06
Bluetooth: hci_core: Fix use-after-free in vhci_flush()
Kuniyuki Iwashima
1
-4
/
+30
2025-07-06
atm: clip: prevent NULL deref in clip_push()
Eric Dumazet
1
-6
/
+5
2025-07-06
af_unix: Don't leave consecutive consumed OOB skbs.
Kuniyuki Iwashima
1
-2
/
+11
2025-07-06
sunrpc: don't immediately retransmit on seqno miss
Nikhil Jha
1
-2
/
+7
2025-06-27
net: atm: fix /proc/net/atm/lec handling
Eric Dumazet
1
-2
/
+3
2025-06-27
net: atm: add lec_mutex
Eric Dumazet
1
-0
/
+7
2025-06-27
calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().
Kuniyuki Iwashima
1
-0
/
+8
2025-06-27
tcp: fix passive TFO socket having invalid NAPI ID
David Wei
1
-0
/
+3
2025-06-27
tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer
Haixia Qu
1
-2
/
+2
2025-06-27
tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behavior
Neal Cardwell
1
-12
/
+25
2025-06-27
mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().
Kuniyuki Iwashima
1
-2
/
+2
2025-06-27
net: netmem: fix skb_ensure_writable with unreadable skbs
Mina Almasry
1
-3
/
+0
2025-06-27
ipv6: replace ipcm6_init calls with ipcm6_init_sk
Willem de Bruijn
3
-20
/
+3
2025-06-27
ipv6: remove leftover ip6 cookie initializer
Willem de Bruijn
1
-2
/
+0
2025-06-27
sunrpc: handle SVC_GARBAGE during svc auth processing as auth error
Jeff Layton
1
-9
/
+2
2025-06-27
bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE
Paul Chaignon
1
-2
/
+3
2025-06-27
net: Fix checksum update for ILA adj-transport
Paul Chaignon
3
-6
/
+6
2025-06-27
wifi: cfg80211: init wiphy_work before allocating rfkill fails
Edward Adam Davis
1
-3
/
+3
2025-06-27
atm: Revert atm_account_tx() if copy_from_iter_full() fails.
Kuniyuki Iwashima
2
-1
/
+2
2025-06-27
net: clear the dst when changing skb protocol
Jakub Kicinski
1
-6
/
+13
2025-06-27
net_sched: sch_sfq: reject invalid perturb period
Eric Dumazet
1
-2
/
+8
2025-06-27
bpf, sockmap: Fix data lost during EAGAIN retries
Jiayuan Chen
1
-1
/
+2
2025-06-27
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-06-27
net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions
Yong Wang
1
-8
/
+69
2025-06-27
net: bridge: mcast: update multicast contex when vlan state is changed
Yong Wang
3
-3
/
+38
2025-06-27
Revert "mac80211: Dynamically set CoDel parameters per station"
Toke Høiland-Jørgensen
5
-55
/
+1
2025-06-27
wifi: mac80211: VLAN traffic in multicast path
Muna Sinada
1
-2
/
+4
2025-06-27
netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAX
Pablo Neira Ayuso
1
-0
/
+6
2025-06-27
wifi: mac80211: do not offer a mesh path if forwarding is disabled
Benjamin Berg
1
-2
/
+4
2025-06-27
xfrm: validate assignment of maximal possible SEQ number
Leon Romanovsky
1
-10
/
+42
2025-06-27
net: page_pool: Don't recycle into cache on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+4
2025-06-27
ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
Sebastian Andrzej Siewior
1
-0
/
+4
2025-06-27
tcp: add receive queue awareness in tcp_rcv_space_adjust()
Eric Dumazet
1
-2
/
+4
2025-06-27
tcp: fix initial tp->rcvq_space.space value for passive TS enabled flows
Eric Dumazet
1
-3
/
+3
2025-06-27
tcp: remove zero TCP TS samples for autotuning
Eric Dumazet
1
-5
/
+5
2025-06-27
tcp: always seek for minimal rtt in tcp_rcv_rtt_update()
Eric Dumazet
1
-14
/
+8
2025-06-27
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
1
-1
/
+2
2025-06-27
wifi: mac80211: validate SCAN_FLAG_AP in scan request during MLO
Aditya Kumar Singh
1
-1
/
+1
2025-06-27
tipc: use kfree_sensitive() for aead cleanup
Zilin Guan
1
-1
/
+1
2025-06-27
net/sched: fix use-after-free in taprio_dev_notifier
Hyunwoo Kim
1
-2
/
+4
2025-06-27
NFC: nci: uart: Set tty->disc_data only in success path
Krzysztof Kozlowski
1
-4
/
+4
2025-06-27
svcrdma: Unregister the device if svc_rdma_accept() fails
Chuck Lever
1
-0
/
+1
[next]