aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Merge branch 'mlx5_realtime_ts' into rdma.git for-nextJason Gunthorpe6-55/+84
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe737-3858/+7110
2021-06-22RDMA/mlx5: Support real-time timestamp directly from the deviceAharon Landau4-6/+43
2021-06-22RDMA/mlx5: Refactor get_ts_format functions to simplify codeAharon Landau3-55/+47
2021-06-21RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-06-21IB/mlx4: Avoid field-overflowing memcpy()Kees Cook1-1/+1
2021-06-21rnbd/rtrs-clt: Query and use max_segments from rtrs-clt.Jack Wang4-17/+13
2021-06-21RDMA/rtrs-clt: Raise MAX_SEGMENTSJack Wang1-2/+4
2021-06-21RDMA/rtrs_clt: Alloc less memory with write path fast memory registrationJack Wang1-3/+2
2021-06-21RDMA/rtrs-clt: Write path fast memory registrationJack Wang2-27/+74
2021-06-21RDMA/rtrs: Introduce head/tail wrJack Wang3-20/+27
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma3-6/+5
2021-06-21IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje4-21/+6
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky16-28/+31
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li4-41/+25
2021-06-21RDMA/hns: Use IDA interface to manage pd indexYangyang Li4-37/+25
2021-06-21RDMA/hns: Use IDA interface to manage mtpt indexYangyang Li5-48/+43
2021-06-21RDMA/hns: Remove unused RR mechanismYangyang Li6-19/+12
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_free_range functionYangyang Li2-14/+1
2021-06-21RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range functionYangyang Li2-41/+0
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang15-45/+45
2021-06-21RDMA/hns: Clean SRQC structure definitionXi Wang2-93/+4
2021-06-21RDMA/hns: Use new interface to write DB related fieldsYixing Liu2-78/+49
2021-06-21RDMA/hns: Use new interface to write FRMR fieldsYixing Liu2-29/+22
2021-06-21RDMA/hns: Use new interface to get CQE fieldsLang Cheng2-97/+48
2021-06-21RDMA/hns: Use new interface to modify QP contextLang Cheng2-881/+449
2021-06-21RDMA/hns: Use new interface to write CQ context.Yixing Liu2-121/+79
2021-06-21RDMA/hns: Add hr_reg_write_bool()Lang Cheng2-12/+20
2021-06-21RDMA/hns: Add a check to ensure integer mtu is positiveWeihang Li1-5/+10
2021-06-21RDMA/hns: Do not use !! for values that are already bool when calling hr_reg_...Weihang Li1-2/+1
2021-06-21RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon2-5/+10
2021-06-20Merge tag 'irq_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+35
2021-06-19Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+9
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds63-208/+396
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-131/+262
2021-06-18net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin1-1/+3
2021-06-18net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal1-0/+5
2021-06-18net: ll_temac: Fix TX BD buffer overwriteEsben Haabendal1-1/+1
2021-06-18net: ll_temac: Add memory-barriers for TX BD accessEsben Haabendal1-1/+13
2021-06-18net: ll_temac: Make sure to free skb when it is completely usedEsben Haabendal1-1/+5
2021-06-18bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error pathSomnath Kotur1-0/+1
2021-06-18bnxt_en: Fix TQM fastpath ring backing store computationRukhsana Ansari1-1/+1
2021-06-18bnxt_en: Rediscover PHY capabilities after firmware resetMichael Chan1-0/+5
2021-06-18cxgb4: fix wrong shift.Pavel Machek1-1/+1
2021-06-18Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-243/+12
2021-06-18Merge tag 'usb-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-3/+22
2021-06-18Merge tag 'drm-fixes-2021-06-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+10
2021-06-18RDMA/hns: Clear extended doorbell info before usingXi Wang2-0/+22
2021-06-18RDMA/rtrs: Check device max_qp_wr limit when create QPJack Wang2-23/+19
2021-06-18RDMA/rtrs: Rename cq_size/queue_size to cq_num/queue_numGuoqing Jiang5-31/+30