summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCEParav Pandit2019-07-031-24/+36
| * | | | | RDMA/hns: Remove set but not used variable 'fclr_write_fail_flag'YueHaibing2019-07-031-2/+0Star
| * | | | | RDMA/i40iw: Set queue pair state when being queriedLiu, Changcheng2019-07-031-0/+2
| * | | | | IB/i40iw: Use kmemdup rather than open codingFuqian Huang2019-07-031-2/+2
| * | | | | IB/ipoib: Remove memset after vzalloc in ipoib_cm.cFuqian Huang2019-07-031-1/+0Star
| * | | | | IB: Remove unneeded memsetFuqian Huang2019-07-037-14/+0Star
| * | | | | rdma/siw: addition to kernel build environmentBernard Metzler2019-07-024-0/+30
| * | | | | rdma/siw: completion queue methodsBernard Metzler2019-07-021-0/+101
| * | | | | rdma/siw: receive pathBernard Metzler2019-07-021-0/+1456
| * | | | | rdma/siw: transmit pathBernard Metzler2019-07-021-0/+1269
| * | | | | rdma/siw: queue pair methodsBernard Metzler2019-07-021-0/+1322
| * | | | | rdma/siw: application buffer managementBernard Metzler2019-07-022-0/+534
| * | | | | rdma/siw: application interfaceBernard Metzler2019-07-022-0/+1851
| * | | | | rdma/siw: connection managementBernard Metzler2019-07-022-0/+2205
| * | | | | rdma/siw: network and RDMA core interfaceBernard Metzler2019-07-021-0/+687
| * | | | | rdma/siw: main include fileBernard Metzler2019-07-021-0/+745
| * | | | | rdma/siw: iWarp wire packet formatBernard Metzler2019-07-021-0/+380
| * | | | | IB/hfi1: No need to use try_module_get for debugfsDennis Dalessandro2019-06-291-3/+2Star
| * | | | | IB/rdmavt: Add trace for map_mr_sgMike Marciniszyn2019-06-292-0/+37
| * | | | | IB/rdmavt: Enhance trace information for FRWR debugMike Marciniszyn2019-06-292-4/+18
| * | | | | IB/hfi1: Add missing INVALIDATE opcodes for traceMike Marciniszyn2019-06-291-0/+2
| * | | | | IB/hfi1: Reduce excessive aspm inlinesMichael J. Ruhl2019-06-294-259/+280
| * | | | | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl2019-06-295-27/+29
| * | | | | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl2019-06-296-37/+86
| * | | | | IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl2019-06-291-23/+12Star
| * | | | | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam2019-06-299-20/+30
| * | | | | IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam2019-06-293-60/+90
| * | | | | IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam2019-06-294-71/+152
| * | | | | IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam2019-06-292-71/+125
| * | | | | Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-2975-154/+324
| |\ \ \ \ \
| * | | | | | RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King2019-06-251-1/+1
| * | | | | | RDMA/netlink: Audit policy settings for netlink attributesDoug Ledford2019-06-251-13/+12Star
| * | | | | | RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou2019-06-2512-56/+16Star
| * | | | | | docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-252-2/+2
| * | | | | | RDMA/hns: Fix an error code in hns_roce_set_user_sq_size()Dan Carpenter2019-06-251-2/+2
| * | | | | | RDMA/hns: fix potential integer overflow on left shiftColin Ian King2019-06-251-1/+1
| * | | | | | RDMA/mlx5: Refactor MR descriptors allocationMax Gurtovoy2019-06-241-133/+157
| * | | | | | RDMA/mlx5: Use PA mapping for PI handoverMax Gurtovoy2019-06-243-30/+114
| * | | | | | RDMA/mlx5: Improve PI handover performanceIsrael Rukshin2019-06-243-24/+164
| * | | | | | RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin2019-06-243-154/+17Star
| * | | | | | RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin2019-06-242-99/+72Star
| * | | | | | RDMA/rw: Introduce rdma_rw_inv_key helperIsrael Rukshin2019-06-241-8/+17
| * | | | | | RDMA/core: Validate integrity handover device capMax Gurtovoy2019-06-243-7/+8
| * | | | | | RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin2019-06-246-16/+15Star
| * | | | | | RDMA/core: Add an integrity MR pool supportIsrael Rukshin2019-06-242-4/+8
| * | | | | | IB/iser: Unwind WR union at iser_tx_descIsrael Rukshin2019-06-244-38/+27Star
| * | | | | | IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin2019-06-244-193/+95Star
| * | | | | | RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work requestMax Gurtovoy2019-06-241-20/+198
| * | | | | | RDMA/mlx5: Update set_sig_data_segment attribute for new signature APIMax Gurtovoy2019-06-241-6/+5Star
| * | | | | | RDMA/mlx5: Pass UMR segment flags instead of booleanMax Gurtovoy2019-06-241-7/+12