summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2025-04-25RDMA/cma: Fix workqueue crash in cma_netevent_work_handlerSharath Srinivasan1-1/+3
2025-04-25RDMA/core: Silence oversized kvmalloc() warningShay Drory1-2/+4
2025-04-10IB/mad: Check available slots before posting receive WRsMaher Sanalla1-18/+20
2025-04-10RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin2-0/+10
2025-03-07IB/core: Add support for XDR link speedOr Har-Toov3-1/+9
2025-01-09RDMA/uverbs: Prevent integer overflow issueDan Carpenter1-7/+9
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet1-3/+3
2024-11-22Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan"Leon Romanovsky1-2/+0
2024-11-01RDMA/core: Fix ENODEV error for iWARP test over vlanAnumula Murali Mohan Reddy1-0/+2
2024-10-17RDMA/mad: Improve handling of timed out WRs of mad agentSaravanan Vajravel1-6/+8
2024-10-04IB/core: Fix ib_cache_setup_one error flow cleanupPatrisious Haddad1-1/+3
2024-10-04RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependencyZhu Yanjun1-1/+1
2024-08-03RDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche1-4/+7
2024-08-03RDMA: Fix netdev tracker in ib_device_set_netdevDavid Ahern1-6/+2
2024-08-03RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge3-11/+5
2024-08-03RDMA/device: Return error earlier if port in not validLeon Romanovsky1-3/+3
2024-08-03RDMA/cache: Release GID table even if leak is detectedLeon Romanovsky1-9/+5
2024-07-11IB/core: Implement a limit on UMAD receive ListMichael Guralnik1-6/+15
2024-07-05RDMA/restrack: Fix potential invalid address accessWenchao Hao1-50/+1
2024-06-12RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun1-1/+3
2024-04-27RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang1-4/+7
2024-04-13RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil1-1/+19
2024-03-27RDMA/device: Fix a race between mad_client and cm_client initShifeng Li1-15/+22
2023-12-13RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn1-6/+0
2023-12-13RDMA/core: Fix uninit-value access in ib_get_eth_speed()Shigeru Yoshida1-1/+1
2023-11-20RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva4-8/+12
2023-10-05RDMA/core: Require admin capabilities to set system parametersLeon Romanovsky1-0/+1
2023-10-02RDMA/cma: Initialize ib_sa_multicast structure to 0 when joinMark Zhang1-1/+1
2023-09-18RDMA/cma: Fix truncation compilation warning in make_cma_portsLeon Romanovsky1-1/+1
2023-09-11RDMA/uverbs: Fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-45/+148
2023-08-24Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski1-3/+3
2023-08-20IB/core: Reorder GID delete code for RoCEPatrisious Haddad1-3/+3
2023-08-13IB/core: Add more speed parsing in ib_get_width_and_speed()Kalesh AP1-1/+10
2023-08-08RDMA: Make all 'class' structures constIvan Orlov1-17/+18
2023-08-07RDMA: Remove unnecessary NULL valuesRuan Jinjie1-1/+1
2023-08-07IB/uverbs: Fix an potential error pointer dereferenceXiang Yang1-0/+2
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie1-1/+1
2023-07-31RDMA/umem: Set iova in ODP flowMichael Guralnik1-1/+2
2023-07-30RDMA/core: Get IB width and speed from netdevHaoyue Xu1-21/+79
2023-07-21RDMA/cma: Avoid GID lookups on iWARP devicesChuck Lever1-0/+21
2023-07-21RDMA/cma: Deduplicate error flow in cma_validate_port()Chuck Lever1-5/+6
2023-07-21RDMA/core: Set gid_attr.ndev for iWARP devicesChuck Lever1-0/+11
2023-07-17RDMA/core: Update CMA destination address on rdma_resolve_addrShiraz Saleem1-0/+2
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe3-10/+13
2023-06-20RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-06-11IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas1-7/+5
2023-06-11RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji1-1/+6
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang1-2/+2
2023-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-14/+18