summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson2021-03-031-3/+8
* RDMA/rxe: Compute PSN windows correctlyBob Pearson2020-12-291-1/+2
* IB/rdmavt: Fix sizeof mismatchColin Ian King2020-10-291-3/+1
* RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-10-011-3/+4
* RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang2020-09-231-1/+1
* IB/rxe: Remove a pointless indirection layerBart Van Assche2020-09-238-67/+42
* RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib2020-09-231-3/+0
* RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu2020-09-231-0/+1
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-05-201-3/+5
* RDMA/rxe: Fix error type of mmap_offsetJiewei Ke2020-02-281-1/+1
* IB/rxe: replace kvfree with vfreeZhu Yanjun2020-01-292-4/+5
* IB/rxe: fixes for rdma read retryVijay Immanuel2019-11-252-11/+25
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-08-042-1/+5
* IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-07-101-0/+2
* IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-07-101-1/+2
* IB/rdmavt: Fix frwr memory registrationJosh Collier2019-05-021-7/+10
* rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2019-01-261-0/+1
* rxe: fix error completion wr_id and qp_numSagi Grimberg2019-01-131-4/+9
* IB/rxe: put the pool on allocation failureDoug Ledford2018-11-101-7/+9
* rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2018-11-101-7/+2
* IB/rxe: Drop QP0 silentlyZhu Yanjun2018-09-261-2/+7
* IB/rxe: do not copy extra stack memory to skbKees Cook2018-09-191-1/+3
* RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche2018-09-091-0/+1
* IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel2018-08-241-0/+3
* RDMA/rxe: Fix an out-of-bounds readBart Van Assche2018-04-241-3/+2
* IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-04-131-3/+7
* IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn2018-03-241-2/+0
* IB/rdmavt: restore IRQs on error path in rvt_create_ah()Dan Carpenter2018-03-241-1/+1
* RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche2018-02-221-0/+2
* IB/rxe: check for allocation failure on elemColin Ian King2017-12-251-0/+2
* IB/rxe: increment msn only when completing a requestDavid Marchand2017-12-251-5/+4
* IB/rxe: double free on errorDan Carpenter2017-12-251-1/+1
* infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe2017-12-252-4/+4
* IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2017-11-152-0/+2
* IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche2017-10-081-10/+10
* IB/rxe: Add a runtime check in alloc_index()Bart Van Assche2017-10-081-0/+1
* IB/rxe: Fix mem_check_range integer overflowEyal Itkin2017-02-141-3/+5
* IB/rxe: Fix resid updateEyal Itkin2017-02-141-1/+1
* IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen2017-02-011-2/+1
* IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb2017-02-011-1/+1
* IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann2017-01-261-7/+7
* IB/rxe: Increase max number of completions to 32kYonatan Cohen2017-01-261-1/+1
* IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche2017-01-091-0/+1
* Merge branches 'hfi1' and 'mlx' into k.o/for-4.9-rcDoug Ledford2016-11-165-14/+28
|\
| * IB/rxe: Update qp state for user queryYonatan Cohen2016-11-161-0/+1
| * IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen2016-11-163-0/+12
| * IB/rxe: Fix handling of erroneous WRYonatan Cohen2016-11-161-8/+13
| * IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen2016-11-161-6/+2
* | IB/rdmavt: rdmavt can handle non aligned page mapsDennis Dalessandro2016-11-151-3/+0
|/
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-5/+5