summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-12-01RDMA/rxe: Make responder support atomic write on RC serviceXiao Yang1-5/+79
2022-12-01RDMA/rxe: Make requester support atomic write on RC serviceXiao Yang1-2/+13
2022-12-01RDMA/rxe: Extend rxe packet format to support atomic writeXiao Yang2-0/+21
2022-12-01IB/hfi1: Switch to netif_napi_add()Yang Yang1-1/+1
2022-11-30RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-11-30RDMA/siw: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-11-30RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-11-30RDMA/umem: remove FOLL_FORCE usageDavid Hildenbrand1-4/+4
2022-11-30RDMA/nldev: Fix failure to send large messagesMark Zhang1-1/+1
2022-11-30RDMA/nldev: Add NULL check to silence false warningsOr Har-Toov1-8/+36
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2-9/+8
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi1-8/+4
2022-11-28RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can1-0/+2
2022-11-28RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe1-2/+4
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-25[infiniband] READ is "data destination", not source...Al Viro1-1/+1
2022-11-24RDMA/erdma: Notify the latest PI to FW for reflushing when necessaryCheng Xu2-9/+26
2022-11-24RDMA/erdma: Implement the lifecycle of reflushing work for each QPCheng Xu3-0/+28
2022-11-24RDMA/erdma: Add a workqueue for WRs reflushingCheng Xu2-2/+13
2022-11-24RDMA/erdma: Fix a typo in annotationCheng Xu1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman3-4/+4
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie9-21/+30
2022-11-22RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2022-11-22RDMA/rxe: Do not NULL deref on debugging failure pathJason Gunthorpe1-1/+1
2022-11-22RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2022-11-22RDMA/irdma: Initialize net_type before checking itMustafa Ismail1-0/+1
2022-11-22RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2022-11-21IB/isert: use the ISCSI_LOGIN_CURRENT_STAGE macroMaurizio Lombardi1-3/+2
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman9-21/+30
2022-11-21RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2-18/+5
2022-11-21RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig1-18/+3
2022-11-18RDMA/hns: Fix incorrect sge nums calculationLuoyouming4-30/+110
2022-11-18RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2022-11-18RDMA/rxe: Fix mr->map double freeLi Zhijian1-7/+2
2022-11-18RDMA/rxe: Remove reliable datagram supportZhu Yanjun1-1/+0
2022-11-18IB/hfi1: Replace 1-element array with singletonKees Cook1-11/+11
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2-4/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld4-6/+6
2022-11-17RDMA/rtrs-srv: Remove kobject_del from rtrs_srv_destroy_once_sysfs_root_foldersGuoqing Jiang1-1/+0
2022-11-17RDMA/rtrs-srv: Fix several issues in rtrs_srv_destroy_path_filesGuoqing Jiang1-3/+9
2022-11-17RDMA/rtrs: Clean up rtrs_rdma_dev_pd_opsGuoqing Jiang2-21/+4
2022-11-17RDMA/rtrs-srv: Remove outdated comments from create_conGuoqing Jiang1-6/+0
2022-11-17RDMA/rtrs-clt: Correct the checking of ib_map_mr_sgGuoqing Jiang1-4/+2
2022-11-17RDMA/rtrs-srv: Correct the checking of ib_map_mr_sgGuoqing Jiang1-1/+1
2022-11-17RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufsGuoqing Jiang1-27/+20
2022-11-17RDMA/rtrs-srv: Refactor rtrs_srv_rdma_cm_handlerGuoqing Jiang1-9/+8
2022-11-17RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail1-10/+5
2022-11-17RDMA/irdma: Fix RQ completion opcodeMustafa Ismail5-45/+71
2022-11-17RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail3-104/+119