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
compress-2026-03-30
compress-2026-04-14
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
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-02
net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe bu...
Qi Tang
1
-1
/
+8
2026-03-25
net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
Jiayuan Chen
3
-7
/
+23
2025-11-24
net/smc: fix mismatch between CLC header and proposal
D. Wythe
1
-0
/
+1
2025-09-09
net/smc: Remove validation of reserved bits in CLC Decline message
Mahanta Jambigi
1
-2
/
+0
2025-09-09
net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
Liu Jian
1
-0
/
+3
2025-08-28
net/smc: fix UAF on smcsk after smc_listen_out()
D. Wythe
1
-1
/
+2
2025-08-28
net: better track kernel sockets lifetime
Eric Dumazet
1
-4
/
+1
2025-06-04
net/smc: use the correct ndev to find pnetid by pnetid table
Guangguan Wang
1
-3
/
+5
2025-02-08
net/smc: fix data error when recvmsg with MSG_PEEK flag
Guangguan Wang
3
-21
/
+26
2024-12-27
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
1
-0
/
+5
2024-12-27
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2
-1
/
+9
2024-12-27
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
3
-3
/
+16
2024-12-27
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
3
-2
/
+14
2024-12-27
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
1
-0
/
+7
2024-12-27
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
1
-2
/
+7
2024-12-14
net/smc: fix incorrect SMC-D link group matching logic
Wen Gu
1
-3
/
+9
2024-12-14
net/smc: fix LGR and link use-after-free issue
Wen Gu
1
-0
/
+2
2024-12-14
net/smc: initialize close_work early to avoid warning
Wen Gu
1
-3
/
+1
2024-12-14
net/smc: refactoring initialization of smc sock
D. Wythe
2
-38
/
+53
2024-12-14
net/smc: {at|de}tach sndbuf to peer DMB if supported
Wen Gu
3
-1
/
+77
2024-12-14
net/smc: add operations to merge sndbuf with peer DMB
Wen Gu
2
-0
/
+44
2024-12-14
net/smc: mark optional smcd_ops and check for support when called
Wen Gu
1
-1
/
+8
2024-12-14
net/smc: compatible with 128-bits extended GID of virtual ISM device
Wen Gu
10
-55
/
+146
2024-12-14
net/smc: define a reserved CHID range for virtual ISM devices
Wen Gu
1
-0
/
+20
2024-12-14
net/smc: unify the structs of accept or confirm message for v1 and v2
Wen Gu
3
-97
/
+62
2024-12-14
net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
Wen Gu
1
-82
/
+115
2024-12-14
net/smc: rename some 'fce' to 'fce_v2x' for clarity
Wen Gu
1
-14
/
+16
2024-12-09
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
1
-0
/
+1
2024-11-01
net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
Li RongQing
1
-1
/
+1
2024-11-01
net/smc: Fix memory leak when using percpu refs
Kai Shen
1
-1
/
+5
2024-08-14
net/smc: add the max value of fallback reason count
Zhengchao Shao
1
-1
/
+1
2024-08-03
net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...
Guangguan Wang
1
-2
/
+3
2024-06-21
net/smc: avoid overwriting when adjusting sock bufsizes
Wen Gu
1
-20
/
+2
2024-05-17
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
Wen Gu
1
-7
/
+12
2024-04-13
net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
Eric Dumazet
1
-0
/
+10
2024-02-05
net/smc: disable SEID on non-s390 archs where virtual ISM may be used
Wen Gu
1
-0
/
+14
2024-01-31
net/smc: fix illegal rmb_desc access in SMC-D connection dump
Wen Gu
1
-1
/
+1
2024-01-10
net/smc: fix invalid link access in dumping SMC-R connections
Wen Gu
1
-2
/
+1
2023-12-13
net/smc: fix missing byte order conversion in CLC handshake
Wen Gu
3
-9
/
+8
2023-12-03
net/smc: avoid data corruption caused by decline
D. Wythe
1
-2
/
+6
2023-11-20
net/smc: put sk reference if close work was canceled
D. Wythe
1
-1
/
+2
2023-11-20
net/smc: allow cdc msg send rather than drop it with NULL sndbuf_desc
D. Wythe
1
-5
/
+4
2023-11-20
net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT
D. Wythe
4
-4
/
+9
2023-10-16
net/smc: return the right falback reason when prefix checks fail
Dust Li
1
-1
/
+1
2023-10-13
net/smc: fix smc clc failed issue when netdevice not in init_net
Albert Huang
3
-5
/
+7
2023-10-11
net/smc: Fix pos miscalculation in statistics
Nils Hoppmann
1
-5
/
+9
2023-10-10
net/smc: Fix dependency of SMC on ISM
Gerd Bayer
1
-0
/
+1
2023-09-10
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...
Guangguan Wang
1
-0
/
+2
2023-09-10
net/smc: bugfix for smcr v2 server connect success statistic
Guangguan Wang
1
-1
/
+2
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
[next]