aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-20RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier1-1/+2
2020-07-20RDMA/bnxt_re: introduce wqe mode to select execution pathDevesh Sharma1-6/+17
2020-03-30RDMA/bnxt_re: make bnxt_re_ib_init staticYueHaibing1-1/+1
2020-03-17RDMA/bnxt_re: Remove unnecessary sched countSelvin Xavier1-8/+0
2020-03-17RDMA/bnxt_re: Fix lifetimes in bnxt_re_taskJason Gunthorpe1-0/+2
2020-03-17RDMA/bnxt_re: Use ib_device_try_get()Jason Gunthorpe1-13/+14
2020-03-02RDMA/bnxt_re: Use driver_unregister and unregistration APISelvin Xavier1-64/+42
2020-03-02RDMA/bnxt_re: Refactor device add/remove functionalitiesSelvin Xavier1-57/+82
2020-02-21RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma1-59/+72
2020-02-21RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma1-5/+7
2020-02-21RDMA/bnxt_re: Refactor net ring allocation functionDevesh Sharma1-29/+35
2020-02-21RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma1-9/+11
2020-02-21RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma1-13/+27
2020-02-21RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma1-1/+2
2020-01-03RDMA/bnxt_re: Report more number of completion vectorsSelvin Xavier1-1/+1
2019-11-25RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma1-4/+4
2019-11-25RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma1-0/+1
2019-10-08RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma1-56/+77
2019-10-01RDMA/bnxt_re: Remove unsupported modify_device callbackKamal Heib1-1/+0
2019-07-29IB/bnxt_re: Do not notifify GID change eventParav Pandit1-1/+0
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-1/+5
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-07RDMA/bnxt_re: Skip backing store allocation for 57500 seriesDevesh Sharma1-1/+2
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma1-33/+52
2019-02-07RDMA/bnxt_re: Add chip context to identify 57500 seriesDevesh Sharma1-0/+34
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+4
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-19RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma1-0/+1
2018-12-19RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier1-0/+31
2018-12-11RDMA/bnxt_re: Initialize ib_device_ops structKamal Heib1-51/+45
2018-11-21RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier1-0/+2
2018-11-21RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier1-0/+1
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-43/+31
2018-10-16RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier1-9/+22
2018-10-16RDMA/bnxt_re: Wait for delayed work to finish before device removalSelvin Xavier1-1/+1
2018-10-16RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma1-4/+9
2018-10-16RDMA/bnxt_re: Remove the unnecessary version macro definitionSelvin Xavier1-1/+1
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-55/+38
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-09-24RDMA/bnxt_re: Fix system crash during RDMA resource initializationSelvin Xavier1-55/+38
2018-05-25RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma1-1/+54
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-1/+0