summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: User/kernel compatibility handshake mechanismGal Pressman2020-07-291-0/+40
* RDMA/efa: Expose minimum SQ sizeGal Pressman2020-07-294-2/+5
* RDMA/efa: Expose maximum TX doorbell batchGal Pressman2020-07-294-0/+14
* RDMA/mlx5: Delete unreachable codeLeon Romanovsky2020-07-282-9/+4
* Merge branch 'mlx5_uar' into rdma.git /for-nextJason Gunthorpe2020-07-272-29/+57
|\
| * RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger2020-07-272-11/+42
| * RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger2020-07-272-19/+16
* | IB/hfi1: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2411-60/+41
* | RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb2020-07-241-0/+9
* | RDMA/mlx5: Allow SQ modificationMaor Gottlieb2020-07-241-10/+8
* | RDMA/bnxt_re: Change wr posting logic to accommodate variable wqesDevesh Sharma2020-07-205-173/+398
* | RDMA/bnxt_re: Add helper data structuresDevesh Sharma2020-07-202-0/+46
* | RDMA/bnxt_re: Pull psn buffer dynamically based on prodDevesh Sharma2020-07-202-58/+74
* | RDMA/bnxt_re: introduce a function to allocate swqDevesh Sharma2020-07-203-171/+207
* | RDMA/bnxt_re: introduce wqe mode to select execution pathDevesh Sharma2020-07-204-17/+42
* | RDMA/qedr: Remove the query_pkey callbackKamal Heib2020-07-202-3/+1
* | RDMA/i40iw: Remove the query_pkey callbackKamal Heib2020-07-201-19/+0
* | RDMA/cxgb4: Remove the query_pkey callbackKamal Heib2020-07-201-11/+0
* | RDMA/qedr: Add EDPM max size to alloc ucontext responseMichal Kalderon2020-07-161-3/+6
* | RDMA/qedr: Add EDPM mode type for user-fw compatibilityMichal Kalderon2020-07-162-3/+9
* | RDMA/usnic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-161-2/+2
* | IB/hfi1: Remove unnecessary fall-through markingsGustavo A. R. Silva2020-07-161-13/+14
* | RDMA/qedr: SRQ's bug fixesYuval Basson2020-07-162-14/+12
* | RDMA/mlx5: Init dest_type when create flowDaria Velikovsky2020-07-161-1/+1
* | RDMA/mlx5: Remove unused to_mibmr functionGal Pressman2020-07-101-5/+0
* | RDMA/mlx5: Delete one-time used functionsLeon Romanovsky2020-07-071-277/+198
* | RDMA/mlx5: Cleanup DEVX initialization flowLeon Romanovsky2020-07-074-54/+51
* | RDMA/mlx5: Separate flow steering logic from main.cLeon Romanovsky2020-07-078-2557/+2579
* | RDMA/mlx5: Separate counters from main.cLeon Romanovsky2020-07-079-709/+737
* | RDMA/mlx5: Separate restrack callbacks initialization from main.cLeon Romanovsky2020-07-074-77/+46
* | RDMA/mlx5: Limit the scope of mlx5_ib_enable_driver functionLeon Romanovsky2020-07-072-13/+12
* | RDMA/hns: Optimize MTR level-0 addressing to access huge pageXi Wang2020-07-074-132/+147
* | RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-074-50/+26
* | RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-071-14/+6
* | RDMA/mlx5: Introduce UAPI to query PD attributesYishai Hadas2020-07-074-1/+50
* | RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas2020-07-071-0/+35
* | RDMA/mlx5: Refactor mlx5_ib_alloc_ucontext() responseYishai Hadas2020-07-071-103/+93
* | IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2020-07-072-2/+0
* | RDMA/mlx5: Get XRCD number directly for the internal useLeon Romanovsky2020-07-074-34/+23
* | RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-0717-18/+17
* | RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb2020-07-032-9/+13
* | IB/hfi1: Convert PCIBIOS_* errors to generic -E* errorsBolarinwa Olayemi Saheed2020-06-301-7/+15
* | Merge branch 'raw_dumps' into rdma.git for-nextJason Gunthorpe2020-06-249-67/+116
|\ \
| * | RDMA/mlx5: Add support to get MR resource in RAW formatMaor Gottlieb2020-06-243-0/+10
| * | RDMA/mlx5: Add support to get CQ resource in RAW formatMaor Gottlieb2020-06-243-0/+10
| * | RDMA/mlx5: Add support to get QP resource in RAW formatMaor Gottlieb2020-06-243-0/+79
| * | RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-233-18/+4
| * | RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-232-4/+2
| * | RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-236-19/+8
| * | RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-236-34/+11
| |/