summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-09-111-1/+1
* IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey2023-04-091-2/+2
* IB/hfi1: Split IB counter allocationDean Luick2023-01-101-49/+32
* RDMA/hfi1: Remove the unneeded result variableye xingchen2022-09-051-3/+1
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-1/+1
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
* IB/hfi1: Allow larger MTU without AIPMike Marciniszyn2022-03-041-2/+1
* IB/hfi1: Properly allocate rdma counter desc memoryDennis Dalessandro2021-11-161-3/+2
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-26/+27
* RDMA/hfi1: Convert to SPDX identifierCai Huoqing2021-08-251-43/+1
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-3/+1
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-161-1/+1
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-43/+43
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-4/+4
* RDMA/hw/hfi1/verbs: Demote non-conforming doc header and fix a misspellingLee Jones2021-01-281-3/+3
* RDMA: Fix link active_speed sizeAharon Landau2020-09-181-1/+1
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* IB/hfi1: Enable the transmit side of the datagram ipoib netdevPiotr Stankiewicz2020-05-211-0/+2
* IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan2020-05-211-0/+2
* IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-211-1/+1
* IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner2020-05-211-4/+3
* IB/hfi1, qib: Ensure RCU is locked when accessing listDennis Dalessandro2020-03-021-1/+3
* IB/hfi1: Use a common pad buffer for 9B and 16B packetsMike Marciniszyn2019-10-171-6/+4
* IB/hfi1: remove unlikely() from IS_ERR*() conditionDenis Efremov2019-09-261-1/+1
* Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-0/+2
|\
| * IB/hfi1: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-011-0/+2
* | IB/hfi1: Do not update hcrc for a KDETH packet during fault injectionKaike Wan2019-07-221-8/+9
|/
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-8/+8
|\
| * IB/hfi1: Handle port down properly in pioMike Marciniszyn2019-06-171-2/+2
| * IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn2019-06-171-4/+6
| * IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-291-2/+0
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+3
|/
* hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-011-4/+4
* IB/hfi1: Add running average for adaptive pioMike Marciniszyn2019-03-261-3/+4
* IB/hfi1: Prioritize the sending of ACK packetsKaike Wan2019-02-051-0/+1
* IB/hfi1: Add TID RDMA WRITE functionality into RDMA verbsKaike Wan2019-02-051-1/+16
* IB/hfi1: Allow for extra entries in QP's s_ack_queueKaike Wan2019-02-051-1/+1
* IB/hfi1: Integrate TID RDMA READ protocol into RC protocolKaike Wan2019-02-051-0/+1
* IB/hfi1: Add TID RDMA handlersKaike Wan2019-02-051-0/+125
* IB/hfi1: Set PbcInsertHcrc for TID RDMA packetsKaike Wan2019-02-051-2/+19
* IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-10/+19
* IB/hfi1: Integrate OPFN into RC transactionsKaike Wan2019-01-311-0/+1
* IB/hfi1, IB/rdmavt: Allow for extending of QP's s_ack_queueKaike Wan2019-01-311-0/+1
* IB/{hfi1,qib}: Cleanup open coded sge sizingMichael J. Ruhl2019-01-301-10/+2
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-11/+17
|\
| * RDMA/hfi1: Initialize ib_device_ops structKamal Heib2018-12-111-7/+11
| * IB/hfi1: Reduce lock contention on iowait_lock for sdma and pioMike Marciniszyn2018-12-061-4/+3
| * IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-061-0/+1