summaryrefslogtreecommitdiffstats
path: root/net/smc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0318-970/+3183
|\
| * net/smc: pre-fetch send buffer outside of send_lockKarsten Graul2020-05-303-11/+21
| * net/smc: mark smc_pnet_policy as constDmitry Vyukov2020-05-261-1/+1
| * net/smc: remove set but not used variables 'del_llc, del_llc_resp'YueHaibing2020-05-071-7/+1
| * net/smc: remove unused inline function smc_curs_readYueHaibing2020-05-051-17/+0
| * net/smc: log important pnetid and state change eventsKarsten Graul2020-05-058-20/+113
| * net/smc: save SMC-R peer link_uidKarsten Graul2020-05-044-0/+13
| * net/smc: create improved SMC-R link_uidKarsten Graul2020-05-044-5/+19
| * net/smc: improve termination processingKarsten Graul2020-05-041-30/+31
| * net/smc: add termination reason and handle LLC protocol violationKarsten Graul2020-05-044-2/+30
| * net/smc: asymmetric link taggingKarsten Graul2020-05-043-9/+41
| * net/smc: assign link to a new connectionKarsten Graul2020-05-041-19/+46
| * net/smc: send DELETE_LINK, ALL message and wait for send to completeKarsten Graul2020-05-043-0/+51
| * net/smc: wait for departure of an IB messageKarsten Graul2020-05-043-0/+42
| * net/smc: handle incoming CDC validation messageKarsten Graul2020-05-043-6/+48
| * net/smc: send failover validation messageKarsten Graul2020-05-043-1/+27
| * net/smc: switch connections to alternate linkKarsten Graul2020-05-046-9/+162
| * net/smc: save state of last sent CDC messageKarsten Graul2020-05-042-0/+10
| * net/smc: enqueue local LLC messagesKarsten Graul2020-05-033-2/+33
| * 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-033-34/+45
| * net/smc: delete an asymmetric link as SMC serverKarsten Graul2020-05-033-2/+82
| * 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-033-2/+92
| * net/smc: final part of add link processing as SMC clientKarsten Graul2020-05-033-4/+72
| * net/smc: rkey processing for a new link as SMC clientKarsten Graul2020-05-032-1/+157
| * net/smc: first part of add link processing as SMC clientKarsten Graul2020-05-033-2/+111
| * 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-012-2/+23
| * net/smc: allocate index for a new linkKarsten Graul2020-05-012-1/+25
| * net/smc: introduce smc_pnet_find_alt_roce()Karsten Graul2020-05-012-3/+17
| * net/smc: remove DELETE LINK processing from smc_core.cKarsten Graul2020-05-011-33/+0
| * net/smc: take link down instead of terminating the link groupKarsten Graul2020-05-014-19/+13
| * net/smc: add smcr_port_err() and smcr_link_down() processingKarsten Graul2020-05-014-32/+98
| * net/smc: add smcr_port_add() and smcr_link_up() processingKarsten Graul2020-05-013-0/+88
| * net/smc: remember PNETID of IB device for later device matchingKarsten Graul2020-05-012-0/+4
| * net/smc: mutex to protect the lgr against parallel reconfigurationsKarsten Graul2020-05-014-12/+34
| * net/smc: extend smc_llc_send_add_link() and smc_llc_send_delete_link()Karsten Graul2020-05-013-46/+62
| * net/smc: map and register buffers for a new linkKarsten Graul2020-05-012-0/+62
| * net/smc: unmapping of buffers to support multiple linksKarsten Graul2020-05-012-17/+60
| * net/smc: multiple link support for rmb buffer registrationKarsten Graul2020-05-013-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