summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/main.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-11-16RDMA/bnxt_re: Remove unneeded variableChangcheng Deng1-2/+1
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib1-1/+0
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib1-1/+1
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier1-1/+1
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeEdwin Peer1-3/+4
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier1-0/+4
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe1-1/+3
2021-08-19RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu1-1/+0
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-0/+1
2021-07-12RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS1-1/+3
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-1/+1
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma1-0/+3
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck1-12/+0
2021-04-19RDMA/bnxt_re: Get rid of custom module reference countingLeon Romanovsky1-14/+2
2021-04-19RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky1-6/+1
2021-03-26RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier1-0/+40
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-2/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-9/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe1-6/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-09RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'YueHaibing1-2/+0
2020-08-27RDMA/bnxt_re: Static NQ depth allocationNaresh Kumar PBS1-2/+1
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