summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_clc.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-031-2/+4
* net/smc: change the term virtual ISM to Emulated-ISMWen Gu2024-02-071-3/+3
* net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu2023-12-261-0/+14
* net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu2023-12-261-11/+32
* net/smc: support SMCv2.x supplemental features negotiationWen Gu2023-12-261-0/+7
* net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu2023-12-261-37/+28
* net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu2023-12-261-82/+115
* net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu2023-12-261-14/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-071-5/+4
|\
| * net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-071-5/+4
* | net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang2023-11-241-2/+3
* | net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang2023-11-241-3/+7
|/
* net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang2023-08-191-1/+16
* net/smc: support max connections per lgr negotiationGuangguan Wang2023-08-191-2/+36
* net/smc: support smc v2.x features validateGuangguan Wang2023-08-191-0/+46
* net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang2023-08-191-21/+23
* net/smc: support smc release version negotiation in clc handshakeGuangguan Wang2023-08-191-7/+7
* net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer2023-08-091-2/+2
* net/smc: Separate SMC-D and ISM APIsStefan Raspl2023-01-251-3/+8
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu2022-07-181-3/+5
* net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul2022-04-111-2/+4
* net/smc: Introduce a new conn->lgr validity check helperWen Gu2022-01-131-1/+1
* net/smc: remove redundant re-assignment of pointer linkColin Ian King2022-01-021-1/+0
* net/smc: add v2 format of CLC decline messageKarsten Graul2021-10-161-10/+37
* net/smc: add SMC-Rv2 connection establishmentKarsten Graul2021-10-161-19/+70
* net/smc: prepare for SMC-Rv2 connectionKarsten Graul2021-10-161-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-1/+2
|\
| * net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul2021-09-211-1/+2
* | net/smc: add generic netlink support for system EIDKarsten Graul2021-09-141-0/+62
* | net/smc: keep static copy of system EIDKarsten Graul2021-09-141-4/+1
* | net/smc: add support for user defined EIDsKarsten Graul2021-09-141-13/+250
|/
* net/smc: Add support for obtaining system informationGuvenc Gulce2020-12-011-0/+5
* net/smc: CLC decline - V2 enhancementsUrsula Braun2020-09-281-2/+3
* net/smc: introduce CLC first contact extensionUrsula Braun2020-09-281-5/+37
* net/smc: CLC accept / confirm V2Ursula Braun2020-09-281-30/+69
* net/smc: build and send V2 CLC proposalUrsula Braun2020-09-281-36/+135
* net/smc: determine proposed ISM devicesUrsula Braun2020-09-281-6/+5
* net/smc: prepare for more proposed ISM devicesUrsula Braun2020-09-281-1/+1
* net/smc: split CLC confirm/accept data to be sentUrsula Braun2020-09-281-7/+14
* net/smc: separate find device functionsUrsula Braun2020-09-281-3/+3
* net/smc: CLC header fields renamingUrsula Braun2020-09-281-10/+12
* net/smc: common routine for CLC accept and confirmUrsula Braun2020-09-101-89/+58
* net/smc: dynamic allocation of CLC proposal bufferUrsula Braun2020-09-101-38/+50
* net/smc: introduce better field namesUrsula Braun2020-09-101-8/+8
* net/smc: tolerate future SMCD versionsUrsula Braun2020-07-081-13/+32
* net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-291-6/+6
* net/smc: improve peer ID in CLC decline for SMC-RHans Wippel2020-02-261-1/+2
* net/smc: simplify normal link terminationKarsten Graul2020-02-171-1/+1
* net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul2020-02-171-1/+1