summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16 hours7-74/+53
|\
| * RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun7 days1-1/+3
| * RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-053-11/+5
| * RDMA/core: Add an option to display driver-specific QPs in the rdmatoolChiara Meiohas2024-04-302-6/+29
| * IB/core: Implement a limit on UMAD receive ListMichael Guralnik2024-04-211-6/+15
| * RDMA/restrack: Fix potential invalid address accessWenchao Hao2024-04-011-50/+1
* | inet: introduce dst_rtable() helperEric Dumazet2024-04-301-9/+3
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-3/+3
* | RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang2024-04-011-4/+7
|/
* RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil2024-03-101-1/+19
* RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-03-031-33/+45
* RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer2024-02-211-8/+8
* RDMA/device: Fix a race between mad_client and cm_client initShifeng Li2024-02-211-15/+22
* RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn2023-12-041-6/+0
* RDMA/core: Fix uninit-value access in ib_get_eth_speed()Shigeru Yoshida2023-11-131-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-0212-27/+112
|\
| * Merge tag 'v6.6' into rdma.git for-nextJason Gunthorpe2023-10-314-3/+4
| |\
| * | RDMA/core: Remove NULL check before dev_{put, hold}Yang Li2023-10-242-4/+2
| * | RDMA/core: Add support to set privileged QKEY parameterPatrisious Haddad2023-10-193-9/+58
| * | RDMA/core: Fix a couple of obvious typos in commentsChuck Lever2023-10-041-1/+1
| * | RDMA/core: Annotate struct ib_pkey_cache with __counted_byKees Cook2023-10-021-1/+1
| * | IB/core: Add support for XDR link speedOr Har-Toov2023-09-263-1/+9
| * | RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa2023-09-202-0/+18
| * | RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa2023-09-202-1/+9
| * | RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()Gustavo A. R. Silva2023-09-194-8/+12
| * | RDMA/core: Fix repeated words in commentsRohit Chavan2023-09-111-2/+2
* | | Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-11-012-2/+0
|\ \ \ | |_|/ |/| |
| * | infiniband: Remove the now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-112-2/+0
| |/
* | RDMA/core: Require admin capabilities to set system parametersLeon Romanovsky2023-10-051-0/+1
* | RDMA/cma: Initialize ib_sa_multicast structure to 0 when joinMark Zhang2023-10-021-1/+1
* | RDMA/cma: Fix truncation compilation warning in make_cma_portsLeon Romanovsky2023-09-181-1/+1
* | RDMA/uverbs: Fix typo of sizeof argumentKonstantin Meskhidze2023-09-111-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-017-45/+148
|\
| * IB/core: Add more speed parsing in ib_get_width_and_speed()Kalesh AP2023-08-131-1/+10
| * RDMA: Make all 'class' structures constIvan Orlov2023-08-081-17/+18
| * RDMA: Remove unnecessary NULL valuesRuan Jinjie2023-08-071-1/+1
| * IB/uverbs: Fix an potential error pointer dereferenceXiang Yang2023-08-071-0/+2
| * RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-311-1/+1
| * RDMA/core: Get IB width and speed from netdevHaoyue Xu2023-07-301-21/+79
| * RDMA/cma: Avoid GID lookups on iWARP devicesChuck Lever2023-07-211-0/+21
| * RDMA/cma: Deduplicate error flow in cma_validate_port()Chuck Lever2023-07-211-5/+6
| * RDMA/core: Set gid_attr.ndev for iWARP devicesChuck Lever2023-07-211-0/+11
* | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski2023-08-241-3/+3
|\ \
| * | IB/core: Reorder GID delete code for RoCEPatrisious Haddad2023-08-201-3/+3
* | | RDMA/umem: Set iova in ODP flowMichael Guralnik2023-07-311-1/+2
|/ /
* / RDMA/core: Update CMA destination address on rdma_resolve_addrShiraz Saleem2023-07-171-0/+2
|/
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-273-10/+13
|\
| * IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas2023-06-111-7/+5
| * RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji2023-06-111-1/+6
| * RDMA/cma: Always set static rate to 0 for RoCEMark Zhang2023-06-111-2/+2