summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_clc.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: fix missing byte order conversion in CLC handshakeWen Gu2023-12-071-5/+4
* 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
* net/smc: no peer ID in CLC decline for SMCDUrsula Braun2020-02-141-1/+3
* net/smc: abnormal termination of SMCD link groupsUrsula Braun2019-11-151-1/+1
* net: use new in_dev_ifa iteratorsFlorian Westphal2019-06-021-4/+7
* net/smc: consolidate function parametersKarsten Graul2019-04-121-5/+5
* net/smc: fix another sizeof to int comparisonUrsula Braun2019-02-011-1/+1
* net/smc: short wait for late smc_clc_wait_msgUrsula Braun2018-11-231-3/+3
* net/smc: allow fallback after clc timeoutsUrsula Braun2018-11-231-2/+7
* net/smc: remove sock_error detour in clc-functionsUrsula Braun2018-11-231-13/+5
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-2/+2
* net/smc: fix sizeof to int comparisonYueHaibing2018-09-181-8/+6
* net/smc: provide fallback reason codeKarsten Graul2018-07-251-1/+5