index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
smc
/
smc_clc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/smc: change the term virtual ISM to Emulated-ISM
Wen Gu
2024-02-07
1
-3
/
+3
*
net/smc: disable SEID on non-s390 archs where virtual ISM may be used
Wen Gu
2023-12-26
1
-0
/
+14
*
net/smc: compatible with 128-bits extended GID of virtual ISM device
Wen Gu
2023-12-26
1
-11
/
+32
*
net/smc: support SMCv2.x supplemental features negotiation
Wen Gu
2023-12-26
1
-0
/
+7
*
net/smc: unify the structs of accept or confirm message for v1 and v2
Wen Gu
2023-12-26
1
-37
/
+28
*
net/smc: introduce sub-functions for smc_clc_send_confirm_accept()
Wen Gu
2023-12-26
1
-82
/
+115
*
net/smc: rename some 'fce' to 'fce_v2x' for clarity
Wen Gu
2023-12-26
1
-14
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-07
1
-5
/
+4
|
\
|
*
net/smc: fix missing byte order conversion in CLC handshake
Wen Gu
2023-12-07
1
-5
/
+4
*
|
net/smc: add sysctl for max conns per lgr for SMC-R v2.1
Guangguan Wang
2023-11-24
1
-2
/
+3
*
|
net/smc: add sysctl for max links per lgr for SMC-R v2.1
Guangguan Wang
2023-11-24
1
-3
/
+7
|
/
*
net/smc: support max links per lgr negotiation in clc handshake
Guangguan Wang
2023-08-19
1
-1
/
+16
*
net/smc: support max connections per lgr negotiation
Guangguan Wang
2023-08-19
1
-2
/
+36
*
net/smc: support smc v2.x features validate
Guangguan Wang
2023-08-19
1
-0
/
+46
*
net/smc: add vendor unique experimental options area in clc handshake
Guangguan Wang
2023-08-19
1
-21
/
+23
*
net/smc: support smc release version negotiation in clc handshake
Guangguan Wang
2023-08-19
1
-7
/
+7
*
net/smc: Fix setsockopt and sysctl to specify same buffer size again
Gerd Bayer
2023-08-09
1
-2
/
+2
*
net/smc: Separate SMC-D and ISM APIs
Stefan Raspl
2023-01-25
1
-3
/
+8
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-3
/
+3
*
net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-R
Wen Gu
2022-07-18
1
-3
/
+5
*
net/smc: use memcpy instead of snprintf to avoid out of bounds read
Karsten Graul
2022-04-11
1
-2
/
+4
*
net/smc: Introduce a new conn->lgr validity check helper
Wen Gu
2022-01-13
1
-1
/
+1
*
net/smc: remove redundant re-assignment of pointer link
Colin Ian King
2022-01-02
1
-1
/
+0
*
net/smc: add v2 format of CLC decline message
Karsten Graul
2021-10-16
1
-10
/
+37
*
net/smc: add SMC-Rv2 connection establishment
Karsten Graul
2021-10-16
1
-19
/
+70
*
net/smc: prepare for SMC-Rv2 connection
Karsten Graul
2021-10-16
1
-0
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
1
-1
/
+2
|
\
|
*
net/smc: add missing error check in smc_clc_prfx_set()
Karsten Graul
2021-09-21
1
-1
/
+2
*
|
net/smc: add generic netlink support for system EID
Karsten Graul
2021-09-14
1
-0
/
+62
*
|
net/smc: keep static copy of system EID
Karsten Graul
2021-09-14
1
-4
/
+1
*
|
net/smc: add support for user defined EIDs
Karsten Graul
2021-09-14
1
-13
/
+250
|
/
*
net/smc: Add support for obtaining system information
Guvenc Gulce
2020-12-01
1
-0
/
+5
*
net/smc: CLC decline - V2 enhancements
Ursula Braun
2020-09-28
1
-2
/
+3
*
net/smc: introduce CLC first contact extension
Ursula Braun
2020-09-28
1
-5
/
+37
*
net/smc: CLC accept / confirm V2
Ursula Braun
2020-09-28
1
-30
/
+69
*
net/smc: build and send V2 CLC proposal
Ursula Braun
2020-09-28
1
-36
/
+135
*
net/smc: determine proposed ISM devices
Ursula Braun
2020-09-28
1
-6
/
+5
*
net/smc: prepare for more proposed ISM devices
Ursula Braun
2020-09-28
1
-1
/
+1
*
net/smc: split CLC confirm/accept data to be sent
Ursula Braun
2020-09-28
1
-7
/
+14
*
net/smc: separate find device functions
Ursula Braun
2020-09-28
1
-3
/
+3
*
net/smc: CLC header fields renaming
Ursula Braun
2020-09-28
1
-10
/
+12
*
net/smc: common routine for CLC accept and confirm
Ursula Braun
2020-09-10
1
-89
/
+58
*
net/smc: dynamic allocation of CLC proposal buffer
Ursula Braun
2020-09-10
1
-38
/
+50
*
net/smc: introduce better field names
Ursula Braun
2020-09-10
1
-8
/
+8
*
net/smc: tolerate future SMCD versions
Ursula Braun
2020-07-08
1
-13
/
+32
*
net/smc: convert static link ID to dynamic references
Karsten Graul
2020-04-29
1
-6
/
+6
*
net/smc: improve peer ID in CLC decline for SMC-R
Hans Wippel
2020-02-26
1
-1
/
+2
*
net/smc: simplify normal link termination
Karsten Graul
2020-02-17
1
-1
/
+1
*
net/smc: remove unused parameter of smc_lgr_terminate()
Karsten Graul
2020-02-17
1
-1
/
+1
*
net/smc: no peer ID in CLC decline for SMCD
Ursula Braun
2020-02-14
1
-1
/
+3
[next]