summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_llc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-151-11/+8
|\
| * net/smc: fix use-after-free of delayed eventsKarsten Graul2020-10-151-8/+5
| * net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-2/+2
| * net: smc: fix missing brace warning for old compilersPujin Shi2020-10-101-1/+1
* | net/smc: use separate work queues for different worker typesKarsten Graul2020-09-101-1/+1
|/
* net/smc: fix toleration of fake add_link messagesKarsten Graul2020-09-031-1/+14
* net/smc: do not call dma sync for unmapped memoryKarsten Graul2020-07-191-5/+5
* net/smc: fix handling of delete link requestsKarsten Graul2020-07-191-22/+7
* net/smc: move add link processing for new device into llc layerKarsten Graul2020-07-191-6/+50
* net/smc: drop out-of-flow llc response messagesKarsten Graul2020-07-191-6/+18
* net/smc: handle unexpected response types for confirm linkKarsten Graul2020-07-191-3/+5
* net/smc: fix work request handlingKarsten Graul2020-07-081-4/+4
* net/smc: separate LLC wait queues for flow and messagesKarsten Graul2020-07-081-31/+52
* net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing2020-05-071-7/+1
* net/smc: log important pnetid and state change eventsKarsten Graul2020-05-051-6/+19
* net/smc: save SMC-R peer link_uidKarsten Graul2020-05-041-0/+9
* net/smc: create improved SMC-R link_uidKarsten Graul2020-05-041-4/+14
* net/smc: add termination reason and handle LLC protocol violationKarsten Graul2020-05-041-0/+14
* net/smc: asymmetric link taggingKarsten Graul2020-05-041-6/+14
* net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul2020-05-041-0/+44
* net/smc: switch connections to alternate linkKarsten Graul2020-05-041-3/+3
* net/smc: enqueue local LLC messagesKarsten Graul2020-05-031-1/+29
* net/smc: delete link processing as SMC serverKarsten Graul2020-05-031-0/+72
* net/smc: delete link processing as SMC clientKarsten Graul2020-05-031-0/+72
* net/smc: llc_del_link_work and use the LLC flow for delete linkKarsten Graul2020-05-031-19/+36
* net/smc: delete an asymmetric link as SMC serverKarsten Graul2020-05-031-1/+80
* net/smc: final part of add link processing as SMC serverKarsten Graul2020-05-031-1/+28
* net/smc: rkey processing for a new link as SMC serverKarsten Graul2020-05-031-1/+42
* net/smc: first part of add link processing as SMC serverKarsten Graul2020-05-031-1/+90
* net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-031-3/+70
* net/smc: rkey processing for a new link as SMC clientKarsten Graul2020-05-031-1/+156
* net/smc: first part of add link processing as SMC clientKarsten Graul2020-05-031-0/+107
* smc: Remove unused function.David S. Miller2020-05-021-24/+0
* net/smc: llc_add_link_work to handle ADD_LINK LLC requestsKarsten Graul2020-05-011-2/+22
* net/smc: allocate index for a new linkKarsten Graul2020-05-011-0/+24
* net/smc: take link down instead of terminating the link groupKarsten Graul2020-05-011-2/+2
* net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-011-8/+1
* net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul2020-05-011-43/+46
* net/smc: remove obsolete link state DELETINGKarsten Graul2020-04-301-7/+0
* 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: 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-301-20/+19
* net/smc: multiple link support and LLC flow for smc_llc_do_confirm_rkeyKarsten Graul2020-04-301-23/+42
* net/smc: adapt SMC client code to use the LLC flowKarsten Graul2020-04-301-47/+25
* net/smc: adapt SMC server code to use the LLC flowKarsten Graul2020-04-301-15/+5
* net/smc: add logic to evaluate CONFIRM_LINK messages to LLC layerKarsten Graul2020-04-301-0/+11
* net/smc: enqueue all received LLC messagesKarsten Graul2020-04-301-17/+29
* net/smc: add event-based llc_flow frameworkKarsten Graul2020-04-301-0/+165