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
/
net
/
smc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
net/smc: fix mismatch between CLC header and proposal
D. Wythe
1
-0
/
+1
2025-03-13
net/smc: fix data error when recvmsg with MSG_PEEK flag
Guangguan Wang
3
-21
/
+26
2025-01-09
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
1
-0
/
+5
2025-01-09
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
1
-1
/
+7
2025-01-09
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
3
-2
/
+14
2025-01-09
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
1
-0
/
+7
2024-12-14
net/smc: Fix af_ops of child socket pointing to released memory
Karsten Graul
1
-2
/
+12
2024-12-14
net/smc: fix LGR and link use-after-free issue
Wen Gu
1
-0
/
+2
2024-12-14
net/smc: Limit backlog connections
D. Wythe
2
-1
/
+50
2024-11-01
net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetid
Li RongQing
1
-1
/
+1
2024-08-19
net/smc: set rmb's SG_MAX_SINGLE_ALLOC limitation only when CONFIG_ARCH_NO_SG...
Guangguan Wang
1
-2
/
+3
2024-07-05
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
1
-1
/
+1
2024-04-13
net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list()
Eric Dumazet
1
-0
/
+10
2024-02-23
net/smc: fix illegal rmb_desc access in SMC-D connection dump
Wen Gu
1
-1
/
+1
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-19
net/smc: Fix pos miscalculation in statistics
Nils Hoppmann
1
-5
/
+9
2023-09-19
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...
Guangguan Wang
1
-0
/
+2
2023-06-14
net/smc: Avoid to access invalid RMBs' MRs in SMCRv1 ADD LINK CONT
Wen Gu
1
-2
/
+2
2023-05-24
net: deal with most data-races in sk_wait_event()
Eric Dumazet
3
-6
/
+6
2023-03-22
net/smc: fix deadlock triggered by cancel_delayed_work_syn()
Wenjia Zhang
1
-1
/
+1
2023-03-22
net/smc: fix NULL sndbuf_desc in smc_cdc_tx_handler()
D. Wythe
1
-0
/
+3
2023-03-17
net/smc: fix fallback failed while sendmsg with fastopen
D. Wythe
1
-5
/
+8
2022-11-10
net/smc: Fix possible leaked pernet namespace in smc_init()
Chen Zhongjin
1
-2
/
+4
2022-09-28
net/smc: Stop the CLC flow if no link to map buffers on
Wen Gu
1
-1
/
+4
2022-09-08
net/smc: Remove redundant refcount increase
Yacan Liu
1
-1
/
+0
2022-07-29
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
1
-1
/
+1
2022-06-14
net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc...
Guangguan Wang
1
-1
/
+1
2022-06-09
net/smc: postpone sk_refcnt increment in connect()
liuyacan
1
-1
/
+1
2022-05-18
net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending
Guangguan Wang
1
-2
/
+2
2022-05-09
net/smc: sync err code when tcp connection was refused
liuyacan
1
-0
/
+2
2022-04-27
net/smc: Fix sock leak when release after smc_shutdown()
Tony Lu
1
-1
/
+3
2022-04-20
net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
Karsten Graul
1
-2
/
+3
2022-04-13
net/smc: send directly on setting TCP_NODELAY
Dust Li
1
-2
/
+2
2022-04-13
net/smc: correct settings of RMB window update limit
Dust Li
1
-1
/
+1
2022-04-13
net/smc: Send directly when TCP_CORK is cleared
Tony Lu
3
-12
/
+18
2022-03-08
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by server
D. Wythe
1
-1
/
+2
2022-03-08
net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by client
D. Wythe
1
-1
/
+1
2022-03-08
net/smc: fix connection leak
D. Wythe
1
-2
/
+8
2022-03-02
net/smc: Use a mutex for locking "struct smc_pnettable"
Fabio M. De Francesco
2
-22
/
+22
2022-02-23
net/smc: Avoid overwriting the copies of clcsock callback functions
Wen Gu
1
-3
/
+7
2022-02-08
net/smc: Forward wakeup to smc socket waitqueue after fallback
Wen Gu
2
-16
/
+137
2022-02-01
net/smc: Transitional solution for clcsock race issue
Wen Gu
1
-12
/
+51
2022-01-27
net/smc: Fix hung_task when removing SMC-R devices
Wen Gu
1
-16
/
+1
2022-01-27
net/smc: Reset conn->lgr when link group registration fails
Wen Gu
3
-9
/
+13
2022-01-05
net/smc: fix kernel panic caused by race of smc_sock
Dust Li
8
-76
/
+57
2022-01-05
net/smc: don't send CDC/LLC message if link not ready
Dust Li
5
-5
/
+11
2022-01-05
net/smc: fix using of uninitialized completions
Karsten Graul
1
-2
/
+4
[next]