summaryrefslogtreecommitdiffstats
path: root/net/smc/smc_wr.c
Commit message (Expand)AuthorAgeFilesLines
* net/smc: preallocated memory for rdma work requestsUrsula Braun2019-02-041-1/+37
* net/smc: fix use of variable in cleared areaKarsten Graul2019-02-011-4/+4
* net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun2018-11-221-1/+3
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-26/+6Star
|\
| * net/smc: improve delete link processingKarsten Graul2018-07-261-5/+2Star
| * net/smc: add function to get link group from linkStefan Raspl2018-07-231-22/+5Star
* | net/smc: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-6/+2Star
* | net/smc: Remove a WARN_ON() statementBart Van Assche2018-07-251-1/+0Star
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-3/+3
* net/smc: periodic testlink supportKarsten Graul2018-05-021-0/+1
* net/smc: check for healthy link group resp. connectionsUrsula Braun2018-01-251-5/+6
* net/smc: terminate link group for ib_post_send problemsUrsula Braun2018-01-251-1/+7
* net/smc: make wait for work request uninterruptibleUrsula Braun2018-01-241-7/+6Star
* net/smc: get rid of tx_pend waits in socket closingUrsula Braun2018-01-241-18/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net/smc: adapt send request completion notificationUrsula Braun2017-09-221-1/+1
* net/smc: register RMB-related memory regionUrsula Braun2017-07-291-0/+63
* net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2017-04-121-1/+1
* smc: socket closing and linkgroup cleanupUrsula Braun2017-01-091-9/+38
* smc: connection data control (CDC)Ursula Braun2017-01-091-0/+19
* smc: initialize IB transport incl. PD, MR, QP, CQ, event, WRUrsula Braun2017-01-091-0/+2
* smc: work request (WR) base for use by LLC and CDCUrsula Braun2017-01-091-0/+564