aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
AgeCommit message (Expand)Author
2024-03-01RDMA/bnxt_re: Return error for SRQ resizeKalesh AP
2023-06-09RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier
2023-06-09RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing
2023-06-09RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP
2023-06-09RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma
2021-11-26RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier
2021-09-03RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS
2020-12-30RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib
2020-09-17RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier
2020-01-17RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier
2019-09-13RDMA: Fix goto target to release the allocated memoryNavid Emamdoost
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib
2019-07-22RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe
2019-05-06RDMA/bnxt_re: Use core helpers to get aligned DMA addressShiraz Saleem
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit
2019-04-25ib/bnxt: Remove mention of idr_alloc from commentMatthew Wilcox
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier
2019-03-04bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-22bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-02-11RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King
2019-02-11RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-07RDMA/bnxt_re: Update kernel user abi to pass chip contextDevesh Sharma
2019-02-07RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma
2019-02-07RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe
2018-12-19RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman
2018-12-19RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-10-16RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-09-05bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-23RDMA/bnxt_re: Modify a fall-through annotationBart Van Assche