aboutsummaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.c
AgeCommit message (Expand)Author
2020-10-29net/smc: fix use-after-free of delayed eventsKarsten Graul
2020-07-19net/smc: do not call dma sync for unmapped memoryKarsten Graul
2020-07-19net/smc: fix handling of delete link requestsKarsten Graul
2020-07-19net/smc: move add link processing for new device into llc layerKarsten Graul
2020-07-19net/smc: drop out-of-flow llc response messagesKarsten Graul
2020-07-19net/smc: handle unexpected response types for confirm linkKarsten Graul
2020-07-08net/smc: fix work request handlingKarsten Graul
2020-07-08net/smc: separate LLC wait queues for flow and messagesKarsten Graul
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing
2020-05-05net/smc: log important pnetid and state change eventsKarsten Graul
2020-05-04net/smc: save SMC-R peer link_uidKarsten Graul
2020-05-04net/smc: create improved SMC-R link_uidKarsten Graul
2020-05-04net/smc: add termination reason and handle LLC protocol violationKarsten Graul
2020-05-04net/smc: asymmetric link taggingKarsten Graul
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul
2020-05-04net/smc: switch connections to alternate linkKarsten Graul
2020-05-03net/smc: enqueue local LLC messagesKarsten Graul
2020-05-03net/smc: delete link processing as SMC serverKarsten Graul
2020-05-03net/smc: delete link processing as SMC clientKarsten Graul
2020-05-03net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul
2020-05-03net/smc: delete an asymmetric link as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC serverKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC serverKarsten Graul
2020-05-03net/smc: final part of add link processing as SMC clientKarsten Graul
2020-05-03net/smc: rkey processing for a new link as SMC clientKarsten Graul
2020-05-03net/smc: first part of add link processing as SMC clientKarsten Graul
2020-05-02smc: Remove unused function.David S. Miller
2020-05-01net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul
2020-05-01net/smc: allocate index for a new linkKarsten Graul
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul
2020-05-01net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul
2020-05-01net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul
2020-04-30net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul
2020-04-30net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul
2020-04-30net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul
2020-04-30net/smc: move the TEST_LINK response processing into event handlerKarsten Graul
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