summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Return error for SRQ resizeKalesh AP2024-01-251-3/+2
* RDMA/bnxt_re: Fix unconditional fence for newer adaptersKalesh AP2024-01-251-12/+16
* RDMA/bnxt_re: Avoid creating fence MR for newer adaptersKalesh AP2024-01-251-0/+10
* RDMA/bnxt_re: Fix error code in bnxt_re_create_cq()Dan Carpenter2024-01-081-2/+4
* RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier2023-12-171-7/+54
* RDMA/bnxt_re: Add UAPI to share a page with user spaceSelvin Xavier2023-12-171-0/+105
* RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier2023-12-111-5/+5
* RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resourcesChandramohan Akula2023-11-131-19/+38
* RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier2023-09-211-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-011-74/+181
|\
| * RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel2023-08-151-26/+57
| * RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier2023-08-151-1/+1
| * RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP2023-08-071-7/+7
| * RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP2023-08-071-1/+0
| * RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP2023-08-071-13/+8
| * RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-311-3/+2
| * bnxt_re: Update the hw counters for resource statsChandramohan Akula2023-07-301-9/+46
| * bnxt_re: Reorganize the resource statsChandramohan Akula2023-07-301-20/+20
| * RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula2023-07-211-0/+15
| * RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula2023-07-211-3/+32
| * RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula2023-07-211-0/+2
* | RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai2023-07-171-0/+12
|/
* Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-271-6/+5
|\
| * RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib2023-06-011-3/+4
| * RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP2023-05-191-3/+1
* | RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter2023-06-271-2/+2
* | RDMA/bnxt_re: Enable low latency pushSelvin Xavier2023-06-211-0/+148
* | RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier2023-06-211-4/+3
* | RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier2023-06-211-23/+102
* | RDMA/bnxt_re: consider timeout of destroy ah as success.Kashyap Desai2023-06-121-4/+12
|/
* RDMA/bnxt_re: Add resize_cq supportSelvin Xavier2023-03-291-0/+109
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib2021-11-251-5/+4
* RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib2021-11-031-5/+0
* RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib2021-10-291-2/+3
* RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier2021-09-201-3/+9
* RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier2021-09-201-1/+2
* RDMA/bnxt_re: Support multiple page sizesSelvin Xavier2021-09-201-2/+2
* RDMA/bnxt_re: Add extended statistics countersSelvin Xavier2021-09-201-3/+13
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-091-2/+2
|\
| * RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker2021-09-081-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-18/+8
|\|
| * RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-18/+8
* | RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS2021-08-191-0/+1
|/
* RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King2021-06-241-4/+1
* RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma2021-06-211-0/+3
* RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma2021-06-031-0/+4
* RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck2021-05-201-18/+0
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-5/+5
* RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier2021-01-181-8/+0