summaryrefslogtreecommitdiff
path: root/net/smc/smc_clc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03net/smc: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+4
2024-02-08net/smc: change the term virtual ISM to Emulated-ISMWen Gu1-3/+3
2023-12-26net/smc: disable SEID on non-s390 archs where virtual ISM may be usedWen Gu1-0/+14
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-11/+32
2023-12-26net/smc: support SMCv2.x supplemental features negotiationWen Gu1-0/+7
2023-12-26net/smc: unify the structs of accept or confirm message for v1 and v2Wen Gu1-37/+28
2023-12-26net/smc: introduce sub-functions for smc_clc_send_confirm_accept()Wen Gu1-82/+115
2023-12-26net/smc: rename some 'fce' to 'fce_v2x' for clarityWen Gu1-14/+16
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeWen Gu1-5/+4
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang1-2/+3
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang1-3/+7
2023-08-19net/smc: support max links per lgr negotiation in clc handshakeGuangguan Wang1-1/+16
2023-08-19net/smc: support max connections per lgr negotiationGuangguan Wang1-2/+36
2023-08-19net/smc: support smc v2.x features validateGuangguan Wang1-0/+46
2023-08-19net/smc: add vendor unique experimental options area in clc handshakeGuangguan Wang1-21/+23
2023-08-19net/smc: support smc release version negotiation in clc handshakeGuangguan Wang1-7/+7
2023-08-09net/smc: Fix setsockopt and sysctl to specify same buffer size againGerd Bayer1-2/+2
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl1-3/+8
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-07-18net/smc: Allow virtually contiguous sndbufs or RMBs for SMC-RWen Gu1-3/+5
2022-04-12net/smc: use memcpy instead of snprintf to avoid out of bounds readKarsten Graul1-2/+4
2022-01-13net/smc: Introduce a new conn->lgr validity check helperWen Gu1-1/+1
2022-01-02net/smc: remove redundant re-assignment of pointer linkColin Ian King1-1/+0
2021-10-16net/smc: add v2 format of CLC decline messageKarsten Graul1-10/+37
2021-10-16net/smc: add SMC-Rv2 connection establishmentKarsten Graul1-19/+70
2021-10-16net/smc: prepare for SMC-Rv2 connectionKarsten Graul1-0/+11
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-09-21net/smc: add missing error check in smc_clc_prfx_set()Karsten Graul1-1/+2
2021-09-14net/smc: add generic netlink support for system EIDKarsten Graul1-0/+62
2021-09-14net/smc: keep static copy of system EIDKarsten Graul1-4/+1
2021-09-14net/smc: add support for user defined EIDsKarsten Graul1-13/+250
2020-12-02net/smc: Add support for obtaining system informationGuvenc Gulce1-0/+5
2020-09-29net/smc: CLC decline - V2 enhancementsUrsula Braun1-2/+3
2020-09-29net/smc: introduce CLC first contact extensionUrsula Braun1-5/+37
2020-09-29net/smc: CLC accept / confirm V2Ursula Braun1-30/+69
2020-09-29net/smc: build and send V2 CLC proposalUrsula Braun1-36/+135
2020-09-29net/smc: determine proposed ISM devicesUrsula Braun1-6/+5
2020-09-29net/smc: prepare for more proposed ISM devicesUrsula Braun1-1/+1
2020-09-29net/smc: split CLC confirm/accept data to be sentUrsula Braun1-7/+14
2020-09-29net/smc: separate find device functionsUrsula Braun1-3/+3
2020-09-29net/smc: CLC header fields renamingUrsula Braun1-10/+12
2020-09-11net/smc: common routine for CLC accept and confirmUrsula Braun1-89/+58
2020-09-11net/smc: dynamic allocation of CLC proposal bufferUrsula Braun1-38/+50
2020-09-11net/smc: introduce better field namesUrsula Braun1-8/+8
2020-07-08net/smc: tolerate future SMCD versionsUrsula Braun1-13/+32
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul1-6/+6
2020-02-27net/smc: improve peer ID in CLC decline for SMC-RHans Wippel1-1/+2
2020-02-18net/smc: simplify normal link terminationKarsten Graul1-1/+1
2020-02-18net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul1-1/+1