summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
2021-03-03RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2020-12-29RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-10-29IB/rdmavt: Fix sizeof mismatchColin Ian King1-3/+1
2020-10-01RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche1-3/+4
2020-09-23RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang1-1/+1
2020-09-23IB/rxe: Remove a pointless indirection layerBart Van Assche8-67/+42
2020-09-23RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib1-3/+0
2020-09-23RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu1-0/+1
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+5
2020-02-28RDMA/rxe: Fix error type of mmap_offsetJiewei Ke1-1/+1
2020-01-29IB/rxe: replace kvfree with vfreeZhu Yanjun2-4/+5
2019-11-25IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2019-08-04RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2-1/+5
2019-07-10IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn1-0/+2
2019-07-10IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn1-1/+2
2019-05-02IB/rdmavt: Fix frwr memory registrationJosh Collier1-7/+10
2019-01-26rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever1-0/+1
2019-01-13rxe: fix error completion wr_id and qp_numSagi Grimberg1-4/+9
2018-11-10IB/rxe: put the pool on allocation failureDoug Ledford1-7/+9
2018-11-10rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai1-7/+2
2018-09-26IB/rxe: Drop QP0 silentlyZhu Yanjun1-2/+7
2018-09-19IB/rxe: do not copy extra stack memory to skbKees Cook1-1/+3
2018-09-09RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche1-0/+1
2018-08-24IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel1-0/+3
2018-04-24RDMA/rxe: Fix an out-of-bounds readBart Van Assche1-3/+2
2018-04-13IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn1-3/+7
2018-03-24IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn1-2/+0
2018-03-24IB/rdmavt: restore IRQs on error path in rvt_create_ah()Dan Carpenter1-1/+1
2018-02-22RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche1-0/+2
2017-12-25IB/rxe: check for allocation failure on elemColin Ian King1-0/+2
2017-12-25IB/rxe: increment msn only when completing a requestDavid Marchand1-5/+4
2017-12-25IB/rxe: double free on errorDan Carpenter1-1/+1
2017-12-25infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe2-4/+4
2017-11-15IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2-0/+2
2017-10-08IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-10-08IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1
2017-02-15IB/rxe: Fix mem_check_range integer overflowEyal Itkin1-3/+5
2017-02-15IB/rxe: Fix resid updateEyal Itkin1-1/+1
2017-02-01IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen1-2/+1
2017-02-01IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb1-1/+1
2017-01-26IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann1-7/+7
2017-01-26IB/rxe: Increase max number of completions to 32kYonatan Cohen1-1/+1
2017-01-09IB/rxe: Fix a memory leak in rxe_qp_cleanup()Bart Van Assche1-0/+1
2016-11-17Merge branches 'hfi1' and 'mlx' into k.o/for-4.9-rcDoug Ledford5-14/+28
2016-11-17IB/rxe: Update qp state for user queryYonatan Cohen1-0/+1
2016-11-17IB/rxe: Clear queue buffer when modifying QP to resetYonatan Cohen3-0/+12
2016-11-17IB/rxe: Fix handling of erroneous WRYonatan Cohen1-8/+13
2016-11-17IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksumYonatan Cohen1-6/+2
2016-11-16IB/rdmavt: rdmavt can handle non aligned page mapsDennis Dalessandro1-3/+0
2016-10-12kthread: kthread worker API cleanupPetr Mladek1-5/+5