aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-25RDMA/bnxt_re: Return error for SRQ resizeKalesh AP1-3/+2
2024-01-25RDMA/bnxt_re: Fix unconditional fence for newer adaptersKalesh AP1-12/+16
2024-01-25RDMA/bnxt_re: Avoid creating fence MR for newer adaptersKalesh AP1-0/+10
2024-01-08RDMA/bnxt_re: Fix error code in bnxt_re_create_cq()Dan Carpenter1-2/+4
2023-12-17RDMA/bnxt_re: Share a page to expose per CQ info with userspaceSelvin Xavier1-7/+54
2023-12-17RDMA/bnxt_re: Add UAPI to share a page with user spaceSelvin Xavier1-0/+105
2023-12-11RDMA/bnxt_re: Support new 5760X P7 devicesSelvin Xavier1-5/+5
2023-11-13RDMA/bnxt_re: Remove roundup_pow_of_two depth for all hardware queue resourcesChandramohan Akula1-19/+38
2023-09-21RDMA/bnxt_re: Decrement resource stats correctlySelvin Xavier1-0/+4
2023-09-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-74/+181
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel1-26/+57
2023-08-15RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier1-1/+1
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP1-7/+7
2023-08-07RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP1-1/+0
2023-08-07RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP1-13/+8
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie1-3/+2
2023-07-30bnxt_re: Update the hw counters for resource statsChandramohan Akula1-9/+46
2023-07-30bnxt_re: Reorganize the resource statsChandramohan Akula1-20/+20
2023-07-21RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula1-0/+15
2023-07-21RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula1-3/+32
2023-07-21RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula1-0/+2
2023-07-17RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai1-0/+12
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe1-6/+5
2023-06-27RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2023-06-21RDMA/bnxt_re: Enable low latency pushSelvin Xavier1-0/+148
2023-06-21RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier1-4/+3
2023-06-21RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier1-23/+102
2023-06-12RDMA/bnxt_re: consider timeout of destroy ah as success.Kashyap Desai1-4/+12
2023-06-01RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib1-3/+4
2023-05-19RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP1-3/+1
2023-03-29RDMA/bnxt_re: Add resize_cq supportSelvin Xavier1-0/+109
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2021-11-25RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib1-5/+4
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib1-5/+0
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib1-2/+3
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier1-2/+2
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier1-3/+13
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker1-2/+2
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-18/+8
2021-08-19RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS1-0/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-18/+8
2021-06-24RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King1-4/+1
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma1-0/+3
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma1-0/+4
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck1-18/+0
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-5/+5
2021-01-18RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier1-8/+0