summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: adapt SMC client code to use the LLC flowKarsten Graul2020-04-301-47/+25
* net/smc: adapt SMC server code to use the LLC flowKarsten Graul2020-04-301-15/+5
* net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2020-04-301-0/+11
* net/smc: enqueue all received LLC messagesKarsten Graul2020-04-301-17/+29
* net/smc: add event-based llc_flow frameworkKarsten Graul2020-04-301-0/+165
* net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul2020-04-291-5/+21
* net/smc: process llc responses in tasklet contextKarsten Graul2020-04-291-104/+112
* net/smc: use worker to process incoming llc messagesKarsten Graul2020-04-291-56/+86
* net/smc: simplify link deactivationKarsten Graul2020-04-291-11/+4
* net/smc: move testlink work to system work queueKarsten Graul2020-04-291-5/+6
* net/smc: add new link state and related helpersKarsten Graul2020-04-291-2/+2
* net/smc: convert static link ID instances to support multiple linksKarsten Graul2020-04-291-0/+2
* net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-291-5/+5
* 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: immediate termination for SMCR link groupsUrsula Braun2019-11-151-1/+3
* net/smc: no WR buffer wait for terminating link groupUrsula Braun2019-11-151-0/+3
* net/smc: abnormal termination of SMCD link groupsUrsula Braun2019-11-151-1/+1
* net/smc: introduce link group termination workerUrsula Braun2019-10-221-1/+1
* net/smc: preallocated memory for rdma work requestsUrsula Braun2019-02-041-1/+2
* net/smc: add infrastructure to send delete rkey messagesKarsten Graul2018-11-231-1/+52
* net/smc: avoid a delay by waiting for nothingKarsten Graul2018-11-231-1/+3
* net/smc: improve delete link processingKarsten Graul2018-07-251-11/+19
* net/smc: use correct vlan gid of RoCE deviceUrsula Braun2018-07-251-10/+5
* net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun2018-07-251-4/+5
* net/smc: add function to get link group from linkStefan Raspl2018-07-231-22/+8
* net/smc: drop messages when link state is inactiveKarsten Graul2018-05-161-0/+2
* net/smc: use a workqueue to defer llc sendKarsten Graul2018-05-161-38/+94
* net/smc: move link llc initialization to llc layerKarsten Graul2018-05-161-1/+10
* net/smc: simplify test_link function usageKarsten Graul2018-05-161-7/+5
* net/smc: remove unnecessary castKarsten Graul2018-05-161-3/+3
* net/smc: register new rmbs with the peerKarsten Graul2018-05-161-2/+45
* net/smc: periodic testlink supportKarsten Graul2018-05-021-1/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-1/+1
|\
| * net/smc: use link_id of server in confirm link replyKarsten Graul2018-02-281-1/+1
* | net/smc: prevent new connections on link groupKarsten Graul2018-03-011-0/+1
* | net/smc: process add/delete link messagesKarsten Graul2018-03-011-7/+161
* | net/smc: do not allow eyecatchers in rmbeKarsten Graul2018-03-011-1/+15
* | net/smc: process confirm/delete rkey messagesKarsten Graul2018-03-011-0/+143
* | net/smc: respond to test link messagesKarsten Graul2018-03-011-1/+53
* | net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl2018-03-011-0/+30
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* smc: link layer control (LLC)Ursula Braun2017-01-091-0/+158