summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Merge tag 'mlx5-next-netdev-deadlock' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2-24/+57
2023-02-09RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregisterJiri Pirko2-24/+57
2023-02-07Merge branch 'aux-bus-v11' of https://github.com/ajitkhaparde1/linuxJakub Kicinski2-419/+226
2023-02-02bnxt_en: Remove runtime interrupt vector allocationAjit Khaparde2-37/+12
2023-02-02RDMA/bnxt_re: Remove the sriov config callbackAjit Khaparde1-4/+7
2023-02-02bnxt_en: Remove struct bnxt access from RoCE driverHongguang Gao1-15/+7
2023-02-02bnxt_en: Use auxiliary bus calls over proprietary callsAjit Khaparde1-41/+61
2023-02-02bnxt_en: Use direct API instead of indirectionAjit Khaparde1-55/+16
2023-02-02bnxt_en: Remove usage of ulp_idAjit Khaparde1-13/+11
2023-02-02RDMA/bnxt_re: Use auxiliary driver interfaceAjit Khaparde2-273/+131
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-60/+143
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+3
2023-01-10IB/hfi1: Remove user expected buffer invalidate raceDean Luick2-5/+55
2023-01-10IB/hfi1: Immediately remove invalid memory from hardwareDean Luick2-14/+30
2023-01-10IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-01-10IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-01-10IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2023-01-01RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-01RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for deviceShay Drory1-3/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds42-346/+2393
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+5
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+8
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds3-36/+8
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe5-17/+16
2022-12-08RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB defineZhu Yanjun1-1/+0
2022-12-08RDMA/hns: Fix XRC caps on HIP08Chengchang Tang1-2/+3
2022-12-08RDMA/hns: Fix error code of CMDChengchang Tang2-1/+30
2022-12-08RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2022-12-08RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2022-12-08RDMA/hns: Fix AH attr queried by query_qpChengchang Tang1-0/+2
2022-12-08RDMA/hns: Fix the gid problem caused by free mrYixing Liu2-46/+137
2022-12-07RDMA/hfi1: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-12-04RDMA/mlx5: no need to kfree NULL pointerLi Zhijian1-4/+2
2022-12-04RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2022-12-01IB/hfi1: Switch to netif_napi_add()Yang Yang1-1/+1
2022-12-01RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-12-01RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-11-30net/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-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-Hartman1-2/+2
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-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