summaryrefslogtreecommitdiff
path: root/net/smc
AgeCommit message (Expand)AuthorFilesLines
2020-05-04net/smc: rkey processing for a new link as SMC serverKarsten Graul1-1/+42
2020-05-04net/smc: first part of add link processing as SMC serverKarsten Graul3-2/+92
2020-05-04net/smc: final part of add link processing as SMC clientKarsten Graul3-4/+72
2020-05-04net/smc: rkey processing for a new link as SMC clientKarsten Graul2-1/+157
2020-05-04net/smc: first part of add link processing as SMC clientKarsten Graul3-2/+111
2020-05-03smc: Remove unused function.David S. Miller1-24/+0
2020-05-02net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2-2/+23
2020-05-02net/smc: allocate index for a new linkKarsten Graul2-1/+25
2020-05-02net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2-3/+17
2020-05-02net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul1-33/+0
2020-05-02net/smc: take link down instead of terminating the link groupKarsten Graul4-19/+13
2020-05-02net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul4-32/+98
2020-05-02net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul3-0/+88
2020-05-02net/smc: remember PNETID of IB device for later device matchingKarsten Graul2-0/+4
2020-05-02net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul4-12/+34
2020-05-02net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul3-46/+62
2020-05-02net/smc: map and register buffers for a new linkKarsten Graul2-0/+62
2020-05-02net/smc: unmapping of buffers to support multiple linksKarsten Graul2-17/+60
2020-05-02net/smc: multiple link support for rmb buffer registrationKarsten Graul3-35/+36
2020-04-30net/smc: remove obsolete link state DELETINGKarsten Graul4-12/+1
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: new smc_rtoken_set functions for multiple link supportKarsten Graul2-0/+51
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 Graul4-30/+24
2020-04-30net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul3-26/+43
2020-04-30net/smc: adapt SMC client code to use the LLC flowKarsten Graul4-74/+71
2020-04-30net/smc: adapt SMC server code to use the LLC flowKarsten Graul3-42/+20
2020-04-30net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2-0/+13
2020-04-30net/smc: introduce link group typeKarsten Graul1-0/+10
2020-04-30net/smc: enqueue all received LLC messagesKarsten Graul1-17/+29
2020-04-30net/smc: add event-based llc_flow frameworkKarsten Graul4-0/+199
2020-04-29net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul5-14/+31
2020-04-29net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul2-13/+13
2020-04-29net/smc: process llc responses in tasklet contextKarsten Graul2-108/+116
2020-04-29net/smc: use worker to process incoming llc messagesKarsten Graul4-58/+96
2020-04-29net/smc: simplify link deactivationKarsten Graul3-18/+6
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 Graul5-20/+42
2020-04-29net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul3-9/+11
2020-04-29net/smc: convert static link ID instances to support multiple linksKarsten Graul5-135/+291
2020-04-29net/smc: convert static link ID to dynamic referencesKarsten Graul10-103/+99
2020-04-29net/smc: introduce link_idx for link group arrayKarsten Graul2-5/+31
2020-04-29net/smc: separate function for link initializationKarsten Graul1-48/+66
2020-04-29net/smc: rework pnet table to support SMC-R failoverKarsten Graul4-230/+319
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe1-2/+1
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-03-11net/smc: cancel event worker during device removalKarsten Graul1-0/+1
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-11/+30