summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li2023-06-201-2/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-04-293-14/+18
|\
| * RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang2023-04-091-1/+2
| * RDMA/cma: Remove NULL check before dev_{put, hold}Yang Li2023-04-031-4/+2
| * RDMA/core: Fix multiple -Warray-bounds warningsGustavo A. R. Silva2023-03-231-9/+14
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-3/+3
|\ \
| * | driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2023-03-291-2/+2
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
| |/
* | RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel2023-04-131-0/+2
* | RDMA/cma: Allow UD qp_type to join multicast onlyMark Zhang2023-03-231-26/+34
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-242-257/+214
|\
| * RDMA/cma: Distinguish between sockaddr_in and sockaddr_in6 by sizeKees Cook2023-02-161-5/+12
| * RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang2023-01-102-129/+72