summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe2021-08-225-33/+107
| |\ \
| * | | RDMA/qedr: Move variables reset to qedr_set_common_qp_params()Prabhakar Kushwaha2021-08-191-18/+14
| * | | RDMA/hfi1: Stop using seq_get_buf in _driver_stats_seq_showChristoph Hellwig2021-08-191-9/+4
| * | | RDMA/hns: Fix return in hns_roce_rereg_user_mr()YueHaibing2021-08-191-1/+3
| * | | RDMA/mlx5: Delete not-available udata checkLeon Romanovsky2021-08-031-3/+0
| * | | RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-71/+21
| * | | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-0338-392/+240
| * | | RDMA/mlx5: Rework custom driver QP type creationLeon Romanovsky2021-08-033-27/+14
| * | | RDMA/mlx5: Delete device resource mutex that didn't protect anythingLeon Romanovsky2021-08-033-29/+16
| * | | RDMA/mlx5: Cancel pkey work before destroying device resourcesLeon Romanovsky2021-08-031-4/+9
| * | | RDMA/efa: Remove double QP type assignmentLeon Romanovsky2021-08-031-1/+0
| * | | RDMA/hns: Don't overwrite supplied QP attributesLeon Romanovsky2021-08-031-7/+1
| * | | RDMA/hns: Don't skip IB creation flow for regular RC QPLeon Romanovsky2021-08-031-3/+3
| * | | RDMA/qedr: Improve error logs for rdma_alloc_tid error returnPrabhakar Kushwaha2021-07-301-3/+15
| * | | RDMA/hfi1: Fix typo in commentsCai Huoqing2021-07-305-7/+7
| * | | RDMA/hfi1: Convert from atomic_t to refcount_t on hfi1_devdata->user_refcountXiyu Yang2021-07-304-6/+7
| * | | IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn2021-07-301-6/+1
| * | | IB/hfi1: Indicate DMA wait when txq is queued for wakeupMike Marciniszyn2021-07-301-0/+3
| * | | Merge branch 'mlx5_dcs' into rdma.git for-nextJason Gunthorpe2021-07-202-0/+178
| |\ \ \
| | * | | RDMA/mlx5: Add DCS offload supportLior Nahmanson2021-07-202-0/+21
| | * | | RDMA/mlx5: Separate DCI QP creation logicLior Nahmanson2021-07-201-0/+157
| * | | | RDMA/efa: Split hardware stats to device and port statsGal Pressman2021-07-151-48/+70
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-266-8/+9
|\ \ \ \
| * | | | RDMA/efa: Free IRQ vectors on error flowGal Pressman2021-08-201-0/+1
| * | | | RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu2021-08-191-1/+0
| * | | | IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li2021-08-191-5/+4
| * | | | RDMA/irdma: Use correct kconfig symbol for AUXILIARY_BUSLukas Bulwahn2021-08-191-1/+1
| * | | | RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS2021-08-191-0/+1
| * | | | RDMA/mlx5: Fix crash when unbind multiport slaveMaor Gottlieb2021-08-191-1/+2
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-138-22/+21
|\ \ \ \ | |/ / /
| * | | Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-122-5/+2
| |\ \ \
| | * | | net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-092-5/+2
| * | | | RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati2021-08-053-8/+13
| * | | | RDMA/hns: Fix the double unlock problem of poll_semYangyang Li2021-08-032-7/+4
| * | | | RDMA/mlx5: Delay emptying a cache entry when a new MR is added to it recentlyAharon Landau2021-08-021-2/+2
| |/ / /
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2021-08-105-33/+107
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | RDMA/mlx5: Add shared FDB supportMark Bloch2021-08-052-24/+95
| * | {net, RDMA}/mlx5: Extend send to vport rulesMark Bloch2021-08-051-1/+1
| * | RDMA/mlx5: Fill port info based on the relevant eswitchMark Bloch2021-08-051-3/+7
| * | IB/mlx5: Rename is_apu_thread_cq function to is_apu_cqTal Gilboa2021-07-252-5/+4
| |/
* | RDMA/irdma: Change returned type of irdma_setup_virt_qp to voidZhu Yanjun2021-07-151-4/+2
* | RDMA/irdma: Change the returned type of irdma_set_hw_rsrc to voidZhu Yanjun2021-07-151-9/+2
* | RDMA/irdma: change the returned type of irdma_sc_repost_aeq_entries to voidZhu Yanjun2021-07-152-5/+2
* | RDMA/irdma: Check vsi pointer before using itTatyana Nikolova2021-07-151-3/+6
* | RDMA/irdma: Change the returned type to voidZhu Yanjun2021-07-121-5/+4
* | RDMA/irdma: Fix unused variable total_size warningTatyana Nikolova2021-07-121-4/+1
* | RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS2021-07-123-7/+8
|/
* Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-034-11/+11
|\
| * treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-304-11/+11
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-01134-32025/+34932
|\ \