summaryrefslogtreecommitdiffstats
path: root/net/smc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | net/smc: enqueue local LLC messagesKarsten Graul2020-05-043-2/+33
| * | net/smc: delete link processing as SMC serverKarsten Graul2020-05-041-0/+72
| * | net/smc: delete link processing as SMC clientKarsten Graul2020-05-041-0/+72
| * | net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-043-34/+45
| * | net/smc: delete an asymmetric link as SMC serverKarsten Graul2020-05-043-2/+82
| * | net/smc: final part of add link processing as SMC serverKarsten Graul2020-05-041-1/+28
| * | net/smc: rkey processing for a new link as SMC serverKarsten Graul2020-05-041-1/+42
| * | net/smc: first part of add link processing as SMC serverKarsten Graul2020-05-043-2/+92
| * | net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-043-4/+72
| * | net/smc: rkey processing for a new link as SMC clientKarsten Graul2020-05-042-1/+157
| * | net/smc: first part of add link processing as SMC clientKarsten Graul2020-05-043-2/+111
| * | smc: Remove unused function.David S. Miller2020-05-031-24/+0
| * | net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2020-05-022-2/+23
| * | net/smc: allocate index for a new linkKarsten Graul2020-05-022-1/+25
| * | net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2020-05-022-3/+17
| * | net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul2020-05-021-33/+0
| * | net/smc: take link down instead of terminating the link groupKarsten Graul2020-05-024-19/+13
| * | net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul2020-05-024-32/+98
| * | net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul2020-05-023-0/+88
| * | net/smc: remember PNETID of IB device for later device matchingKarsten Graul2020-05-022-0/+4
| * | net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-024-12/+34
| * | net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul2020-05-023-46/+62
| * | net/smc: map and register buffers for a new linkKarsten Graul2020-05-022-0/+62
| * | net/smc: unmapping of buffers to support multiple linksKarsten Graul2020-05-022-17/+60
| * | net/smc: multiple link support for rmb buffer registrationKarsten Graul2020-05-023-35/+36
| * | net/smc: remove obsolete link state DELETINGKarsten Graul2020-04-304-12/+1
| * | net/smc: remove handling of CONFIRM_RKEY_CONTINUEKarsten Graul2020-04-301-17/+4
| * | net/smc: adapt SMC remote DELETE_RKEY processing to use the LLC flowKarsten Graul2020-04-301-13/+24
| * | net/smc: adapt SMC remote CONFIRM_RKEY processing to use the LLC flowKarsten Graul2020-04-301-15/+41
| * | net/smc: new smc_rtoken_set functions for multiple link supportKarsten Graul2020-04-302-0/+51
| * | net/smc: move the TEST_LINK response processing into event handlerKarsten Graul2020-04-301-8/+2
| * | net/smc: multiple link support and LLC flow for smc_llc_do_delete_rkeyKarsten Graul2020-04-304-30/+24
| * | net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul2020-04-303-26/+43
| * | net/smc: adapt SMC client code to use the LLC flowKarsten Graul2020-04-304-74/+71
| * | net/smc: adapt SMC server code to use the LLC flowKarsten Graul2020-04-303-42/+20
| * | net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2020-04-302-0/+13
| * | net/smc: introduce link group typeKarsten Graul2020-04-301-0/+10
| * | net/smc: enqueue all received LLC messagesKarsten Graul2020-04-301-17/+29
| * | net/smc: add event-based llc_flow frameworkKarsten Graul2020-04-304-0/+199
| * | net/smc: move llc layer related init and clear into smc_llc.cKarsten Graul2020-04-295-14/+31
| * | net/smc: use mutex instead of rwlock_t to protect buffersKarsten Graul2020-04-292-13/+13
| * | net/smc: process llc responses in tasklet contextKarsten Graul2020-04-292-108/+116
| * | net/smc: use worker to process incoming llc messagesKarsten Graul2020-04-294-58/+96
| * | net/smc: simplify link deactivationKarsten Graul2020-04-293-18/+6
| * | net/smc: move testlink work to system work queueKarsten Graul2020-04-291-5/+6
| * | net/smc: add new link state and related helpersKarsten Graul2020-04-295-20/+42
| * | net/smc: multi-link support for smc_rmb_rtoken_handling()Karsten Graul2020-04-293-9/+11
| * | net/smc: convert static link ID instances to support multiple linksKarsten Graul2020-04-295-135/+291
| * | net/smc: convert static link ID to dynamic referencesKarsten Graul2020-04-2910-103/+99
| * | net/smc: introduce link_idx for link group arrayKarsten Graul2020-04-292-5/+31