summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-03-142-3/+3
* infiniband: qplib_fp: fix pointer castArnd Bergmann2018-03-141-2/+2
* IB/mlx5: Fix cleanup order on unloadMark Bloch2018-03-142-10/+14
* RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky2018-03-141-4/+8
* IB/mlx5: Fix integer overflows in mlx5_ib_create_srqBoris Pismenny2018-03-131-6/+9
* IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rqBoris Pismenny2018-03-131-7/+16
* RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-101-1/+6
* Revert "RDMA/mlx5: Fix integer overflow while resizing CQ"Doug Ledford2018-03-101-6/+1Star
* RDMA/mlx5: Fix integer overflow while resizing CQLeon Romanovsky2018-03-071-1/+6
* RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier2018-03-076-90/+55Star
* IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()Dan Carpenter2018-03-071-1/+3
* IB/mlx5: When not in dual port RoCE mode, use provided port as nativeMark Bloch2018-03-071-3/+7
* IB/mlx4: Include GID type when deleting GIDs from HW table under RoCEJack M2018-03-071-2/+7
* IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDsJack Morgenstein2018-03-071-2/+0Star
* RDMA/qedr: Fix iWARP write and send with immediateKalderon, Michal2018-03-071-0/+10
* RDMA/qedr: Fix kernel panic when running fio over NFSoRDMAKalderon, Michal2018-03-071-1/+2
* RDMA/qedr: Fix iWARP connect with port mapperKalderon, Michal2018-03-071-6/+10
* RDMA/qedr: Fix ipv6 destination address resolutionKalderon, Michal2018-03-071-2/+1Star
* RDMA/bnxt_re: Fix the ib_reg failure cleanupSelvin Xavier2018-02-281-1/+4
* RDMA/bnxt_re: Fix incorrect DB offset calculationDevesh Sharma2018-02-284-3/+32
* RDMA/bnxt_re: Unconditionly fence non wire memory operationsDevesh Sharma2018-02-281-4/+11
* IB/mlx: Set slid to zero in Ethernet completion structMoni Shoua2018-02-282-2/+5
* {net, IB}/mlx5: Raise fatal IB event when sys error occursDaniel Jurgens2018-02-281-9/+2Star
* IB/mlx5: Avoid passing an invalid QP type to firmwareNoa Osherovich2018-02-281-1/+6
* IB/mlx5: Fix incorrect size of klms in the memory regionSergey Gorenko2018-02-281-1/+1
* RDMA/bnxt_re: Avoid system hang during device un-regSelvin Xavier2018-02-202-5/+4Star
* RDMA/bnxt_re: Fix system crash during load/unloadSelvin Xavier2018-02-201-0/+5
* RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier2018-02-204-19/+47
* RDMA/bnxt_re: Unpin SQ and RQ memory if QP create failsDevesh Sharma2018-02-201-1/+8
* RDMA/bnxt_re: Disable atomic capability on bnxt_re adaptersDevesh Sharma2018-02-202-17/+3Star
* RDMA/vmw_pvrdma: Fix usage of user response structures in ABI fileAdit Ranadive2018-02-153-3/+9
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-8/+8
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-0640-584/+853
|\
| * RDMA/hns: Fix the endian problem for hnsoulijun2018-02-058-320/+363
| * IB/hfi1: Add 16B rcvhdr trace supportDon Hiatt2018-02-012-4/+6
| * IB/hfi1: Convert kzalloc_node and kcalloc to use kcalloc_nodeKamenee Arumugam2018-02-013-16/+19
| * IB/hfi1: Show fault stats in both TX and RX directionsMitko Haralanov2018-02-011-1/+8
| * IB/hfi1: Remove blind constants from 16B updateMike Marciniszyn2018-02-014-14/+25
| * IB/hfi1: Convert PortXmitWait/PortVLXmitWait counters to flit timesKamenee Arumugam2018-02-016-19/+239
| * IB/hfi1: Do not override given pcie_pset valueBartlomiej Dudek2018-02-011-11/+12
| * IB/hfi1: Optimize process_receive_ib()Sebastian Sanchez2018-02-012-32/+17Star
| * IB/hfi1: Remove unnecessary fecn and becn fieldsSebastian Sanchez2018-02-016-30/+20Star
| * IB/hfi1: Look up ibport using a pointer in receive pathSebastian Sanchez2018-02-013-23/+30
| * IB/hfi1: Optimize packet type comparison using 9B and bypass code pathsSebastian Sanchez2018-02-014-13/+13
| * IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packetSebastian Sanchez2018-02-016-12/+6Star
| * IB/hfi1: Remove dependence on qp->s_hdrwordsMitko Haralanov2018-02-0110-59/+61
| * IB/hfi1: Fix for potential refcount leak in hfi1_open_file()Alex Estrin2018-02-011-3/+1Star
| * IB/hfi1: Fix for early release of sdma contextAlex Estrin2018-02-013-6/+9
| * IB/hfi1: Re-order IRQ cleanup to address driver cleanup raceMichael J. Ruhl2018-02-013-7/+16
| * RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_tableoulijun2018-02-011-1/+0Star