summaryrefslogtreecommitdiff
path: root/net/smc/smc_llc.c
AgeCommit message (Expand)Author
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul
2020-04-30net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul
2020-04-30net/smc: enqueue all received LLC messagesKarsten Graul
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul
2020-04-29net/smc: simplify link deactivationKarsten Graul
2020-04-29net/smc: move testlink work to system work queueKarsten Graul
2020-04-29net/smc: add new link state and related helpersKarsten Graul
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul
2020-02-17net/smc: simplify normal link terminationKarsten Graul
2020-02-17net/smc: remove unused parameter of smc_lgr_terminate()Karsten Graul
2019-11-15net/smc: immediate termination for SMCR link groupsUrsula Braun
2019-11-15net/smc: no WR buffer wait for terminating link groupUrsula Braun
2019-11-15net/smc: abnormal termination of SMCD link groupsUrsula Braun
2019-10-22net/smc: introduce link group termination workerUrsula Braun
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul
2018-11-23net/smc: avoid a delay by waiting for nothingKarsten Graul
2018-07-25net/smc: improve delete link processingKarsten Graul
2018-07-25net/smc: use correct vlan gid of RoCE deviceUrsula Braun
2018-07-25net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun
2018-07-23net/smc: add function to get link group from linkStefan Raspl
2018-05-16net/smc: drop messages when link state is inactiveKarsten Graul
2018-05-16net/smc: use a workqueue to defer llc sendKarsten Graul
2018-05-16net/smc: move link llc initialization to llc layerKarsten Graul
2018-05-16net/smc: simplify test_link function usageKarsten Graul
2018-05-16net/smc: remove unnecessary castKarsten Graul
2018-05-16net/smc: register new rmbs with the peerKarsten Graul
2018-05-02net/smc: periodic testlink supportKarsten Graul
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-01net/smc: prevent new connections on link groupKarsten Graul
2018-03-01net/smc: process add/delete link messagesKarsten Graul
2018-03-01net/smc: do not allow eyecatchers in rmbeKarsten Graul
2018-03-01net/smc: process confirm/delete rkey messagesKarsten Graul
2018-03-01net/smc: respond to test link messagesKarsten Graul
2018-03-01net/smc: cleanup smc_llc.h and smc_clc.h headersStefan Raspl
2018-02-28net/smc: use link_id of server in confirm link replyKarsten Graul
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-09smc: link layer control (LLC)Ursula Braun