aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/smc/smc_llc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul1-6/+19
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul1-0/+9
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul1-4/+14
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul1-0/+14
2020-05-04net/smc: asymmetric link taggingKarsten Graul1-6/+14
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul1-0/+44
2020-05-04net/smc: switch connections to alternate linkKarsten Graul1-3/+3
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul1-1/+29
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul1-0/+72
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul1-0/+72
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul1-19/+36
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul1-1/+80
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul1-1/+28
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul1-1/+90
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul1-3/+70
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul1-1/+156
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul1-0/+107
2020-05-02smc: Remove unused function.David S. Miller1-24/+0
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul1-2/+22
2020-05-01net/smc: allocate index for a new linkKarsten Graul1-0/+24
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul1-2/+2
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul1-8/+1
2020-05-01net/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-17net/smc: simplify normal link terminationKarsten Graul1-1/+1
2020-02-17net/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