index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
af_smc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: fix fallback failed while sendmsg with fastopen
D. Wythe
2023-03-17
1
-5
/
+8
*
net/smc: Fix possible leaked pernet namespace in smc_init()
Chen Zhongjin
2022-11-10
1
-2
/
+4
*
net/smc: Remove redundant refcount increase
Yacan Liu
2022-09-08
1
-1
/
+0
*
net/smc: postpone sk_refcnt increment in connect()
liuyacan
2022-06-09
1
-1
/
+1
*
net/smc: sync err code when tcp connection was refused
liuyacan
2022-05-09
1
-0
/
+2
*
net/smc: Fix sock leak when release after smc_shutdown()
Tony Lu
2022-04-27
1
-1
/
+3
*
net/smc: send directly on setting TCP_NODELAY
Dust Li
2022-04-13
1
-2
/
+2
*
net/smc: Send directly when TCP_CORK is cleared
Tony Lu
2022-04-13
1
-2
/
+2
*
net/smc: fix connection leak
D. Wythe
2022-03-08
1
-2
/
+8
*
net/smc: Avoid overwriting the copies of clcsock callback functions
Wen Gu
2022-02-23
1
-3
/
+7
*
net/smc: Forward wakeup to smc socket waitqueue after fallback
Wen Gu
2022-02-08
1
-15
/
+118
*
net/smc: Transitional solution for clcsock race issue
Wen Gu
2022-02-01
1
-12
/
+51
*
net/smc: Reset conn->lgr when link group registration fails
Wen Gu
2022-01-27
1
-3
/
+5
*
net/smc: Prevent smc_release() from long blocking
D. Wythe
2021-12-22
1
-1
/
+3
*
net/smc: Avoid warning of possible recursive locking
Wen Gu
2021-12-08
1
-1
/
+1
*
net/smc: Transfer remaining wait queue entries during fallback
Wen Gu
2021-12-08
1
-0
/
+14
*
net/smc: Don't call clcsock shutdown twice when smc shutdown
Tony Lu
2021-12-01
1
-1
/
+7
*
net/smc: Fix loop in smc_listen
Guo DaXing
2021-12-01
1
-1
/
+3
*
net/smc: fix sk_refcnt underflow on linkdown and fallback
Dust Li
2021-11-18
1
-7
/
+11
*
net/smc: Correct spelling mistake to TCPF_SYN_RECV
Wen Gu
2021-10-28
1
-1
/
+1
*
net/smc: Correct smc link connection counter in case of smc client
Guvenc Gulce
2021-08-09
1
-1
/
+1
*
net: sock: introduce sk_error_report
Alexander Aring
2021-06-29
1
-1
/
+1
*
net/smc: Make SMC statistics network namespace aware
Guvenc Gulce
2021-06-16
1
-25
/
+40
*
net/smc: Add SMC statistics support
Guvenc Gulce
2021-06-16
1
-18
/
+71
*
smc: disallow TCP_ULP in smc_setsockopt()
Cong Wang
2021-05-05
1
-1
/
+3
*
net/smc: Remove redundant assignment to rc
Jiapeng Chong
2021-04-27
1
-1
/
+0
*
net/smc: Introduce generic netlink interface for diagnostic purposes
Guvenc Gulce
2020-12-01
1
-1
/
+9
*
net/smc: Refactor smc ism v2 capability handling
Guvenc Gulce
2020-12-01
1
-6
/
+6
*
net/smc: use helper smc_conn_abort() in listen processing
Karsten Graul
2020-12-01
1
-12
/
+5
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-19
1
-1
/
+2
|
\
|
*
net/smc: fix matching of existing link groups
Karsten Graul
2020-11-19
1
-1
/
+2
*
|
net/smc: improve return codes for SMC-Dv2
Karsten Graul
2020-10-31
1
-20
/
+41
|
/
*
net/smc: fix null pointer dereference in smc_listen_decline()
Karsten Graul
2020-10-26
1
-3
/
+4
*
net/smc: restore smcd_version when all ISM V2 devices failed to init
Karsten Graul
2020-10-09
1
-1
/
+5
*
net/smc: cleanup buffer usage in smc_listen_work()
Karsten Graul
2020-10-09
1
-6
/
+3
*
net/smc: consolidate unlocking in same function
Karsten Graul
2020-10-09
1
-37
/
+40
*
net/smc: send ISM devices with unique chid in CLC proposal
Karsten Graul
2020-10-03
1
-1
/
+17
*
net/smc: CLC decline - V2 enhancements
Ursula Braun
2020-09-28
1
-10
/
+17
*
net/smc: introduce CLC first contact extension
Ursula Braun
2020-09-28
1
-0
/
+29
*
net/smc: CLC accept / confirm V2
Ursula Braun
2020-09-28
1
-22
/
+79
*
net/smc: determine accepted ISM devices
Ursula Braun
2020-09-28
1
-23
/
+179
*
net/smc: build and send V2 CLC proposal
Ursula Braun
2020-09-28
1
-1
/
+1
*
net/smc: determine proposed ISM devices
Ursula Braun
2020-09-28
1
-48
/
+117
*
net/smc: introduce CHID callback for ISM devices
Ursula Braun
2020-09-28
1
-0
/
+2
*
net/smc: introduce System Enterprise ID (SEID)
Ursula Braun
2020-09-28
1
-0
/
+2
*
net/smc: prepare for more proposed ISM devices
Ursula Braun
2020-09-28
1
-27
/
+45
*
net/smc: separate find device functions
Ursula Braun
2020-09-28
1
-42
/
+69
*
net/smc: CLC header fields renaming
Ursula Braun
2020-09-28
1
-7
/
+7
*
net/smc: fix double kfree in smc_listen_work()
Ursula Braun
2020-09-17
1
-2
/
+2
*
net/smc: use separate work queues for different worker types
Karsten Graul
2020-09-10
1
-8
/
+26
[next]