summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang2019-02-161-13/+7Star
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-168-116/+156
|\
| * IB/mlx5: Add support for 50Gbps per lane link modesAya Levin2019-02-141-5/+61
| * net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2019-02-141-1/+2
| * net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-141-2/+4
| * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-141-2/+2
| * IB/mlx5: Use unified register/load function for uplink and VF vportsBodong Wang2019-02-143-72/+37Star
| * net/mlx5: Make mlx5_cmd_exec_cb() a safe APIJason Gunthorpe2019-01-242-32/+9Star
| * RDMA/mad: Reduce MAD scope to mlx5_ib onlyLeon Romanovsky2019-01-154-7/+46
* | RDMA/mlx5: Fix flow creation on representorsMark Bloch2019-01-251-2/+1Star
* | RDMA/hns: Update the kernel header file of hnsLijun Ou2019-01-251-2/+8
* | IB/mlx5: Fix how advise_mr() launches async workJason Gunthorpe2019-01-211-5/+5
* | IB/hfi1: Remove overly conservative VM_EXEC flag checkMichael J. Ruhl2019-01-211-1/+1
* | IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMMBrian Welty2019-01-212-2/+0Star
* | IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOVJack Morgenstein2019-01-211-3/+3
* | RDMA/mlx5: Fix check for supported user flags when creating a QPMark Bloch2019-01-211-7/+9
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-183-3/+42
|\ \ | |/ |/|
| * RDMA/mthca: Clear QP objects during their allocationLeon Romanovsky2019-01-111-2/+2
| * RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-01-112-1/+40
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-0816-79/+71Star
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-064-20/+9Star
|\
| * infiniband/qedr: Potential null ptr dereference of qpAditya Pakki2019-01-031-0/+2
| * infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki2019-01-031-3/+2Star
| * Revert "IB/mlx5: Fix long EEH recover time with NVMe offloads"Leon Romanovsky2019-01-021-16/+3Star
| * IB/mlx5: Allow XRC INI usage via verbs in DEVX contextYishai Hadas2019-01-021-1/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-291-8/+5Star
|\ \ | |/ |/|
| * mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-281-8/+5Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-28108-1609/+3681
|\ \ | |/ |/|
| * RDMA/mlx5: Signedness bug in UVERBS_HANDLER()Dan Carpenter2018-12-231-1/+1
| * IB/mlx5: Allocate the per-port Q counter shared when DEVX is supportedYishai Hadas2018-12-213-2/+26
| * IB/mlx5: Fix wrong error unwindJason Gunthorpe2018-12-211-3/+5
| * IB/mlx4: Remove set but not used variable 'pd'YueHaibing2018-12-211-3/+0Star
| * IB/mlx5: Fix long EEH recover time with NVMe offloadsHuy Nguyen2018-12-211-3/+16
| * IB/mlx5: Simplify netdev unbindingOr Gerlitz2018-12-201-5/+9
| * IB/mlx5: Use the correct commands for UMEM and UCTX allocationYishai Hadas2018-12-201-19/+15Star
| * IB/mlx5: Use uid as part of alloc/dealloc transport domainYishai Hadas2018-12-201-0/+2
| * Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe2018-12-204-28/+25Star
| |\
| * | RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma2018-12-203-26/+68
| * | RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier2018-12-202-0/+32
| * | IB/usnic: Fix potential deadlockParvi Kaustubhi2018-12-201-4/+7
| * | RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman2018-12-203-5/+8
| * | RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman2018-12-203-5/+8
| * | RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-2020-32/+35
| * | RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-2021-16/+24
| * | IB/mlx5: Fix compile issue when ODP disabledDoug Ledford2018-12-191-4/+4
| * | RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-1921-109/+120
| * | IB/mlx5: Add advise_mr() supportMoni Shoua2018-12-184-9/+157
| * | IB/uverbs: Add helper to get array size from ptr attributeMoni Shoua2018-12-181-7/+5Star
| * | IB/mlx4: Utilize macro to calculate SQ spare sizeYuval Shaia2018-12-181-1/+1