Age | Commit message (Expand) | Author | Files | Lines |
2019-01-25 | RDMA/mlx5: Fix flow creation on representors | Mark Bloch | 1 | -2/+1 |
2019-01-25 | RDMA/hns: Update the kernel header file of hns | Lijun Ou | 1 | -2/+8 |
2019-01-21 | IB/mlx5: Fix how advise_mr() launches async work | Jason Gunthorpe | 1 | -5/+5 |
2019-01-21 | IB/hfi1: Remove overly conservative VM_EXEC flag check | Michael J. Ruhl | 1 | -1/+1 |
2019-01-21 | IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM | Brian Welty | 2 | -2/+0 |
2019-01-21 | IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOV | Jack Morgenstein | 1 | -3/+3 |
2019-01-21 | RDMA/mlx5: Fix check for supported user flags when creating a QP | Mark Bloch | 1 | -7/+9 |
2019-01-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -3/+42 |
2019-01-10 | RDMA/mthca: Clear QP objects during their allocation | Leon Romanovsky | 1 | -2/+2 |
2019-01-10 | RDMA/vmw_pvrdma: Return the correct opcode when creating WR | Adit Ranadive | 2 | -1/+40 |
2019-01-08 | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 16 | -79/+71 |
2019-01-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 4 | -20/+9 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 2 | -2/+2 |
2019-01-02 | infiniband/qedr: Potential null ptr dereference of qp | Aditya Pakki | 1 | -0/+2 |
2019-01-02 | infiniband: bnxt_re: qplib: Check the return value of send_message | Aditya Pakki | 1 | -3/+2 |
2019-01-02 | Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads" | Leon Romanovsky | 1 | -16/+3 |
2019-01-02 | IB/mlx5: Allow XRC INI usage via verbs in DEVX context | Yishai Hadas | 1 | -1/+2 |
2018-12-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -8/+5 |
2018-12-28 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 108 | -1609/+3681 |
2018-12-28 | mm/mmu_notifier: use structure for invalidate_range_start/end callback | Jérôme Glisse | 1 | -8/+5 |
2018-12-22 | RDMA/mlx5: Signedness bug in UVERBS_HANDLER() | Dan Carpenter | 1 | -1/+1 |
2018-12-21 | IB/mlx5: Allocate the per-port Q counter shared when DEVX is supported | Yishai Hadas | 3 | -2/+26 |
2018-12-20 | IB/mlx5: Fix wrong error unwind | Jason Gunthorpe | 1 | -3/+5 |
2018-12-20 | IB/mlx4: Remove set but not used variable 'pd' | YueHaibing | 1 | -3/+0 |
2018-12-20 | IB/mlx5: Fix long EEH recover time with NVMe offloads | Huy Nguyen | 1 | -3/+16 |
2018-12-20 | IB/mlx5: Simplify netdev unbinding | Or Gerlitz | 1 | -5/+9 |
2018-12-20 | IB/mlx5: Use the correct commands for UMEM and UCTX allocation | Yishai Hadas | 1 | -19/+15 |
2018-12-20 | IB/mlx5: Use uid as part of alloc/dealloc transport domain | Yishai Hadas | 1 | -0/+2 |
2018-12-20 | Merge branch 'mlx5-next' into rdma.git | Jason Gunthorpe | 4 | -28/+25 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -8/+19 |
2018-12-19 | RDMA/bnxt_re: Increase depth of control path command queue | Devesh Sharma | 3 | -26/+68 |
2018-12-19 | RDMA/bnxt_re: Query HWRM Interface version from FW | Selvin Xavier | 2 | -0/+32 |
2018-12-19 | IB/usnic: Fix potential deadlock | Parvi Kaustubhi | 1 | -4/+7 |
2018-12-19 | RDMA/bnxt_re: Make use of destroy AH sleepable flag | Gal Pressman | 3 | -5/+8 |
2018-12-19 | RDMA/bnxt_re: Make use of create AH sleepable flag | Gal Pressman | 3 | -5/+8 |
2018-12-19 | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 20 | -32/+35 |
2018-12-19 | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 21 | -16/+24 |
2018-12-19 | IB/mlx5: Fix compile issue when ODP disabled | Doug Ledford | 1 | -4/+4 |
2018-12-18 | RDMA: Cleanup undesired pd->uobject usage | Shamir Rabinovitch | 21 | -109/+120 |
2018-12-18 | IB/mlx5: Add advise_mr() support | Moni Shoua | 4 | -9/+157 |
2018-12-18 | IB/uverbs: Add helper to get array size from ptr attribute | Moni Shoua | 1 | -7/+5 |
2018-12-18 | IB/mlx4: Utilize macro to calculate SQ spare size | Yuval Shaia | 1 | -1/+1 |
2018-12-18 | RDMA/hns: Fix an error code in hns_roce_create_srq() | Dan Carpenter | 1 | -0/+1 |
2018-12-18 | IB/qib: Fix an error code in qib_sdma_verbs_send() | Dan Carpenter | 1 | -1/+3 |
2018-12-18 | RDMA/mlx5: Fix function name typo 'fileds' -> 'fields' | Gal Pressman | 1 | -4/+4 |
2018-12-18 | RDMA/i40iw: Make sure to initialize ib_device_ops | Kamal Heib | 1 | -0/+1 |
2018-12-18 | RDMA/mlx5: Delete unreachable handle_atomic code by simplifying SW completion | Leon Romanovsky | 3 | -100/+5 |
2018-12-14 | net/mlx5: Make RoCE and SR-IOV LAG modes explicit | Aviv Heller | 3 | -6/+10 |
2018-12-14 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 3 | -22/+19 |
2018-12-14 | IB/mlx5: Unify e-switch representors load approach between uplink and VFs | Mark Bloch | 3 | -22/+19 |