summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2020-05-04net/smc: save state of last sent CDC messageKarsten 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: introduce smc_pnet_find_alt_roce()Karsten Graul
2020-05-01net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul
2020-05-01net/smc: take link down instead of terminating the link groupKarsten Graul
2020-05-01net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul
2020-05-01net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul
2020-05-01net/smc: remember PNETID of IB device for later device matchingKarsten 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-05-01net/smc: map and register buffers for a new linkKarsten Graul
2020-05-01net/smc: unmapping of buffers to support multiple linksKarsten Graul
2020-05-01net/smc: multiple link support for rmb buffer registrationKarsten 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: new smc_rtoken_set functions for multiple link supportKarsten 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: introduce link group typeKarsten 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: use mutex instead of rwlock_t to protect buffersKarsten 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: multi-link support for smc_rmb_rtoken_handling()Karsten 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