summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
AgeCommit message (Expand)Author
2023-08-15RDMA/bnxt_re: Add support for dmabuf pinned memory regionsSaravanan Vajravel
2023-08-15RDMA/bnxt_re: Protect the PD table bitmapSelvin Xavier
2023-08-07RDMA/bnxt_re: Remove unnecessary variable initializationsKalesh AP
2023-08-07RDMA/bnxt_re: Avoid unnecessary memsetKalesh AP
2023-08-07RDMA/bnxt_re: Cleanup bnxt_re_process_raw_qp_pkt_rx() functionKalesh AP
2023-07-31RDMA: Remove unnecessary ternary operatorsRuan Jinjie
2023-07-30bnxt_re: Update the hw counters for resource statsChandramohan Akula
2023-07-30bnxt_re: Reorganize the resource statsChandramohan Akula
2023-07-21RDMA/bnxt_re: Add a new uapi for driver notificationChandramohan Akula
2023-07-21RDMA/bnxt_re: Update alloc_page uapi for pacingChandramohan Akula
2023-07-21RDMA/bnxt_re: Enable pacing support for the user appsChandramohan Akula
2023-07-17RDMA/bnxt_re: Prevent handling any completions after qp destroyKashyap Desai
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-06-27RDMA/bnxt_re: Fix an IS_ERR() vs NULL checkDan Carpenter
2023-06-21RDMA/bnxt_re: Enable low latency pushSelvin Xavier
2023-06-21RDMA/bnxt_re: Reorg the bar mappingSelvin Xavier
2023-06-21RDMA/bnxt_re: Use the common mmap helper functionsSelvin Xavier
2023-06-12RDMA/bnxt_re: consider timeout of destroy ah as success.Kashyap Desai
2023-06-01RDMA/bnxt_re: Fix reporting active_{speed,width} attributesKamal Heib
2023-05-19RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP
2023-03-29RDMA/bnxt_re: Add resize_cq supportSelvin Xavier
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2021-11-25RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-08-19RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-24RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-01-18RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier
2021-01-18RDMA/bnxt_re: Code refactor while populating user MRsSelvin Xavier
2020-10-27RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib
2020-10-06RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King
2020-10-06RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds