summaryrefslogtreecommitdiff
path: root/net/smc/smc_llc.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04net/smc: first part of add link processing as SMC clientKarsten Graul1-0/+107
2020-05-03smc: Remove unused function.David S. Miller1-24/+0
2020-05-02net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul1-2/+22
2020-05-02net/smc: allocate index for a new linkKarsten Graul1-0/+24
2020-05-02net/smc: take link down instead of terminating the link groupKarsten Graul1-2/+2
2020-05-02net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul1-8/+1
2020-05-02net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul1-43/+46
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul1-7/+0
2020-04-30net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul1-17/+4
2020-04-30net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul1-13/+24
2020-04-30net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul1-15/+41
2020-04-30net/smc: move the TEST_LINK response processing into event handlerKarsten Graul1-8/+2
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul1-20/+19
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul1-23/+42
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul1-47/+25
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul1-15/+5
2020-04-30net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul1-0/+11
2020-04-30net/smc: enqueue all received LLC messagesKarsten Graul1-17/+29
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul1-0/+165
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul1-5/+21
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul1-104/+112
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul1-56/+86
2020-04-29net/smc: simplify link deactivationKarsten Graul1-11/+4
2020-04-29net/smc: move testlink work to system work queueKarsten Graul1-5/+6
2020-04-29net/smc: add new link state and related helpersKarsten Graul1-2/+2
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul1-0/+2
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul1-5/+5
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
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun1-1/+3
2019-11-15net/smc: no WR buffer wait for terminating link groupUrsula Braun1-0/+3
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun1-1/+1
2019-10-22net/smc: introduce link group termination workerUrsula Braun1-1/+1
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun1-1/+2
2018-11-24net/smc: add infrastructure to send delete rkey messagesKarsten Graul1-1/+52
2018-11-24net/smc: avoid a delay by waiting for nothingKarsten Graul1-1/+3
2018-07-26net/smc: improve delete link processingKarsten Graul1-11/+19
2018-07-26net/smc: use correct vlan gid of RoCE deviceUrsula Braun1-10/+5
2018-07-26net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun1-4/+5
2018-07-23net/smc: add function to get link group from linkStefan Raspl1-22/+8
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul1-0/+2
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul1-38/+94
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul1-1/+10
2018-05-16net/smc: simplify test_link function usageKarsten Graul1-7/+5
2018-05-16net/smc: remove unnecessary castKarsten Graul1-3/+3
2018-05-16net/smc: register new rmbs with the peerKarsten Graul1-2/+45
2018-05-02net/smc: periodic testlink supportKarsten Graul1-1/+61
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-01net/smc: prevent new connections on link groupKarsten Graul1-0/+1
2018-03-01net/smc: process add/delete link messagesKarsten Graul1-7/+161