summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_clc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/smc: use correct vlan gid of RoCE deviceUrsula Braun2018-07-251-6/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-1/+2
|\
| * net/smc: reset recv timeout after clc handshakeKarsten Graul2018-07-181-1/+2
* | net/smc: add SMC-D support in CLC messagesHans Wippel2018-06-301-56/+137
|/
* net/smc: rename connection index to RMBE indexHans Wippel2018-05-181-2/+2
* net/smc: check for pending terminationKarsten Graul2018-05-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-1/+1
|\
| * net/smc: use announced length in sock_recvmsg()Ursula Braun2018-03-271-1/+1
* | net/smc: add ipv6 support to CLC layerKarsten Graul2018-03-161-14/+95
* | net/smc: restructure netinfo for CLC proposal msgsKarsten Graul2018-03-161-23/+77
* | net/smc: move netinfo function to file smc_clc.cKarsten Graul2018-03-011-2/+42