summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/mlx4: Check for egress flow steeringBoris Pismenny2018-04-041-0/+3
* IB/mlx5: Initialize the parsing tree root without the help of uverbsMatan Barak2018-04-042-0/+39
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-046-67/+43Star
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-049-70/+53Star
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-045-19/+1Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-049-68/+1Star
* IB/qedr: Remove GID add/del dummy routinesParav Pandit2018-04-033-39/+0Star
* i40iw: Remove pre-production workaround for resource profile 1Shiraz Saleem2018-04-031-2/+0Star
* RDMA/mlx5: Fix definition of mlx5_ib_create_qp_respJason Gunthorpe2018-04-031-2/+2
* IB/ocrdma_hw: Remove redundant checks and goto labelsGustavo A. R. Silva2018-04-031-9/+5Star
* iw_cxgb4: print mapped ports correctlyBharat Potnuri2018-03-301-12/+12
* RDMA: Use u64_to_user_ptr everywhereJason Gunthorpe2018-03-293-7/+7
* qedr: Fix spelling mistake: "hanlde" -> "handle"Colin Ian King2018-03-291-2/+2
* IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny2018-03-272-8/+48
* IB/mlx5: Enable ECN capable bits for UD RoCE v2 QPsMajd Dibbiny2018-03-271-0/+12
* iw_cxgb4: Add ib_device->get_netdev supportSteve Wise2018-03-231-0/+19
* RDMA/hns: Fix cq record doorbell enable in kernelYixian Liu2018-03-221-21/+17Star
* RDMA/cxgb3: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-221-1/+3
* IB/mlx4: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-211-2/+2
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-1915-2/+15
* IB/mlx5: Packet packing enhancement for RAW QPBodong Wang2018-03-193-20/+80
* RDMA/hns: Fix init resp when alloc ucontextYixian Liu2018-03-191-1/+1
* IB/mlx5: Set the default active rate and width to QDR and 4XHonggang Li2018-03-191-0/+3
* IB/mlx4: Add Scatter FCS support over WQ creationGuy Levi2018-03-153-9/+32
* IB/mlx4: Report TSO capabilitiesYishai Hadas2018-03-151-2/+20
* i40iw: Tear-down connection after CQP Modify QP failureHenry Orosco2018-03-154-10/+30
* i40iw: Refactor of driver generated AEsHenry Orosco2018-03-156-10/+108
* RDMA/cxgb4: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-1/+3
* RDMA/hns: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-1/+4
* RDMA/i40iw: Move uapi header to include/uapiJason Gunthorpe2018-03-152-108/+1Star
* RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2018-03-152-5/+1Star
* RDMA/qedr: eliminate duplicate barriers on weakly-ordered archsSinan Kaya2018-03-151-2/+2
* RDMA/hns: Fix cqn type and init respYixian Liu2018-03-152-12/+11Star
* IB/ocrdma: Removed GID add/del null routinesParav Pandit2018-03-153-28/+0Star
* RDMA/mlx5: Simplify clean and destroy MR callsLeon Romanovsky2018-03-151-30/+10Star
* RDMA/mlx5: Guard ODP specific assignments with specific CONFIGLeon Romanovsky2018-03-151-0/+4
* RDMA/mlx5: Unify error flows in rereg MR failure pathsLeon Romanovsky2018-03-151-14/+18
* RDMA/mlx5: Return proper value for not-supported commandLeon Romanovsky2018-03-151-1/+1
* RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky2018-03-151-0/+2
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-1520-164/+223
|\
| * 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