summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)Author
2020-05-07net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing
2020-05-05net/smc: remove unused inline function smc_curs_readYueHaibing
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: improve termination processingKarsten 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: assign link to a new connectionKarsten Graul
2020-05-04net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul
2020-05-04net/smc: wait for departure of an IB messageKarsten Graul
2020-05-04net/smc: handle incoming CDC validation messageKarsten Graul
2020-05-04net/smc: send failover validation messageKarsten Graul
2020-05-04net/smc: switch connections to alternate linkKarsten Graul
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