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-06-19
calipso: unlock rcu before returning -EAFNOSUPPORT
Eric Dumazet
1
-2
/
+4
2025-06-19
net_sched: ets: fix a race in ets_qdisc_change()
Eric Dumazet
1
-1
/
+1
2025-06-19
net_sched: tbf: fix a race in tbf_change()
Eric Dumazet
1
-1
/
+1
2025-06-19
net_sched: red: fix a race in __red_change()
Eric Dumazet
1
-1
/
+1
2025-06-19
net_sched: prio: fix a race in prio_tune()
Eric Dumazet
1
-1
/
+1
2025-06-19
Bluetooth: MGMT: Fix sparse errors
Luiz Augusto von Dentz
1
-2
/
+2
2025-06-19
Bluetooth: hci_sync: Fix broadcast/PA when using an existing instance
Luiz Augusto von Dentz
1
-5
/
+15
2025-06-19
Bluetooth: Fix NULL pointer deference on eir_get_service_data
Luiz Augusto von Dentz
1
-4
/
+6
2025-06-19
net_sched: sch_sfq: fix a potential crash on gso_skb handling
Eric Dumazet
1
-1
/
+4
2025-06-19
Bluetooth: MGMT: Protect mgmt_pending list with its own lock
Luiz Augusto von Dentz
4
-59
/
+79
2025-06-19
Bluetooth: MGMT: Remove unused mgmt_pending_find_data
Dr. David Alan Gilbert
2
-21
/
+0
2025-06-19
Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
Luiz Augusto von Dentz
2
-29
/
+12
2025-06-19
Bluetooth: hci_core: fix list_for_each_entry_rcu usage
Pauli Virtanen
1
-8
/
+3
2025-06-19
seg6: Fix validation of nexthop addresses
Ido Schimmel
1
-4
/
+2
2025-06-19
netfilter: nf_nat: also check reverse tuple to obtain clashing entry
Florian Westphal
1
-3
/
+9
2025-06-19
netfilter: nf_set_pipapo_avx2: fix initial map fill
Florian Westphal
1
-1
/
+20
2025-06-19
net: fix udp gso skb_segment after pull from frag_list
Shiming Cheng
1
-0
/
+5
2025-06-19
net: dsa: tag_brcm: legacy: fix pskb_may_pull length
Álvaro Fernández Rojas
1
-1
/
+1
2025-06-19
Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
Luiz Augusto von Dentz
1
-1
/
+2
2025-06-19
net: tipc: fix refcount warning in tipc_aead_encrypt
Charalampos Mitrodimas
1
-1
/
+5
2025-06-19
net: openvswitch: Fix the dead loop of MPLS parse
Faicker Mo
1
-1
/
+1
2025-06-19
calipso: Don't call calipso functions for AF_INET sk.
Kuniyuki Iwashima
1
-0
/
+3
2025-06-19
netfilter: nft_tunnel: fix geneve_opt dump
Fernando Fernandez Mancera
1
-4
/
+4
2025-06-19
bpf, sockmap: Avoid using sk_socket after free when sending
Jiayuan Chen
1
-0
/
+8
2025-06-19
Bluetooth: MGMT: iterate over mesh commands in mgmt_mesh_foreach()
Dmitry Antipov
1
-1
/
+1
2025-06-19
netfilter: nf_tables: nft_fib_ipv6: fix VRF ipv4/ipv6 result discrepancy
Florian Westphal
1
-4
/
+9
2025-06-19
ktls, sockmap: Fix missing uncharge operation
Jiayuan Chen
1
-0
/
+7
2025-06-19
netfilter: nft_quota: match correctly when the quota just depleted
Zhongqiu Duan
1
-7
/
+13
2025-06-19
netfilter: bridge: Move specific fragmented packet to slow_path instead of dr...
Huajian Yang
2
-12
/
+12
2025-06-19
xfrm: Use xdo.dev instead of xdo.real_dev
Cosmin Ratiu
2
-4
/
+0
2025-06-19
net: ncsi: Fix GCPS 64-bit member variables
Hari Kalavakunta
3
-34
/
+31
2025-06-19
bpf, sockmap: Fix panic when calling skb_linearize
Jiayuan Chen
1
-15
/
+16
2025-06-19
bpf, sockmap: fix duplicated data transmission
Jiayuan Chen
1
-5
/
+9
2025-06-19
bpf: fix ktls panic with sockmap
Jiayuan Chen
1
-2
/
+6
2025-06-04
net_sched: hfsc: Address reentrant enqueue adding class to eltree twice
Pedro Tammela
1
-1
/
+8
2025-06-04
af_unix: Fix uninit-value in __unix_walk_scc()
Shigeru Yoshida
1
-4
/
+5
2025-06-04
af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTS
Michal Luczaj
1
-9
/
+14
2025-06-04
af_unix: Add dead flag to struct scm_fp_list.
Kuniyuki Iwashima
2
-4
/
+11
2025-06-04
af_unix: Don't access successor in unix_del_edges() during GC.
Kuniyuki Iwashima
1
-5
/
+12
2025-06-04
af_unix: Try not to hold unix_gc_lock during accept().
Kuniyuki Iwashima
2
-5
/
+17
2025-06-04
af_unix: Remove lock dance in unix_peek_fds().
Kuniyuki Iwashima
2
-43
/
+1
2025-06-04
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
2
-266
/
+64
2025-06-04
af_unix: Detect dead SCC.
Kuniyuki Iwashima
1
-1
/
+43
2025-06-04
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
1
-14
/
+15
2025-06-04
af_unix: Avoid Tarjan's algorithm if unnecessary.
Kuniyuki Iwashima
1
-1
/
+27
2025-06-04
af_unix: Skip GC if no cycle exists.
Kuniyuki Iwashima
1
-1
/
+47
2025-06-04
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
1
-11
/
+15
2025-06-04
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
2
-2
/
+20
2025-06-04
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
1
-1
/
+4
2025-06-04
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
1
-2
/
+44
[next]