aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re/main.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21RDMA/bnxt_re: Move the interface version to chip context structureGravatar Selvin Xavier 1-1/+1
2023-06-21RDMA/bnxt_re: Query function capabilities from firmwareGravatar Selvin Xavier 1-0/+21
2023-06-21RDMA/bnxt_re: Optimize the bnxt_re_init_hwrm_hdr usageGravatar Selvin Xavier 1-29/+19
2023-06-21RDMA/bnxt_re: Add disassociate ucontext supportGravatar Selvin Xavier 1-0/+5
2023-06-21RDMA/bnxt_re: Use the common mmap helper functionsGravatar Selvin Xavier 1-0/+1
2023-06-12RDMA/bnxt_re: use firmware provided max request timeoutGravatar Kashyap Desai 1-0/+8
2023-06-12RDMA/bnxt_re: cancel all control path command waiters upon errorGravatar Kashyap Desai 1-0/+1
2023-06-12RDMA/bnxt_re: remove virt_func check while creating RoCE FW channelGravatar Kashyap Desai 1-1/+1
2023-05-19RDMA/bnxt_re: Remove a redundant check inside bnxt_re_update_gidGravatar Kalesh AP 1-7/+1
2023-05-19RDMA/bnxt_re: Disable/kill tasklet only if it is enabledGravatar Selvin Xavier 1-3/+9
2023-04-04RDMA/bnxt_re: Enable congestion control by defaultGravatar Selvin Xavier 1-1/+23
2023-04-04RDMA/bnxt_re: Remove HW queue mapping from RoCE DriverGravatar Selvin Xavier 1-77/+0
2023-03-29RDMA/bnxt_re: Add resize_cq supportGravatar Selvin Xavier 1-0/+2
2023-02-01bnxt_en: Remove runtime interrupt vector allocationGravatar Ajit Khaparde 1-36/+12
2023-02-01RDMA/bnxt_re: Remove the sriov config callbackGravatar Ajit Khaparde 1-4/+7
2023-02-01bnxt_en: Remove struct bnxt access from RoCE driverGravatar Hongguang Gao 1-15/+7
2023-02-01bnxt_en: Use auxiliary bus calls over proprietary callsGravatar Ajit Khaparde 1-41/+61
2023-02-01bnxt_en: Use direct API instead of indirectionGravatar Ajit Khaparde 1-55/+16
2023-02-01bnxt_en: Remove usage of ulp_idGravatar Ajit Khaparde 1-13/+11
2023-02-01RDMA/bnxt_re: Use auxiliary driver interfaceGravatar Ajit Khaparde 1-265/+130
2022-08-21IB: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2021-11-16RDMA/bnxt_re: Remove unneeded variableGravatar Changcheng Deng 1-2/+1
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackGravatar Kamal Heib 1-1/+0
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsGravatar Kamal Heib 1-1/+1
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextGravatar Selvin Xavier 1-1/+1
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeGravatar Edwin Peer 1-3/+4
2021-09-20RDMA/bnxt_re: Add extended statistics countersGravatar Selvin Xavier 1-0/+4
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+1
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextGravatar Jason Gunthorpe 1-1/+3
2021-08-19RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Gravatar Dinghao Liu 1-1/+0
2021-08-03RDMA: Globally allocate and release QP memoryGravatar Leon Romanovsky 1-0/+1
2021-07-12RDMA/bnxt_re: Fix stats countersGravatar Naresh Kumar PBS 1-1/+3
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Gravatar Jason Gunthorpe 1-1/+1
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsGravatar Jason Gunthorpe 1-1/+1
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsGravatar Devesh Sharma 1-0/+3
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGravatar Guenter Roeck 1-12/+0
2021-04-19RDMA/bnxt_re: Get rid of custom module reference countingGravatar Leon Romanovsky 1-14/+2
2021-04-19RDMA/bnxt_re: Create direct symbol link between bnxt modulesGravatar Leon Romanovsky 1-6/+1
2021-03-26RDMA/bnxt_re: Move device to error state upon device crashGravatar Selvin Xavier 1-0/+40
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Gravatar Joe Perches 1-2/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskGravatar Jason Gunthorpe 1-9/+1
2020-10-26RDMA: Move more uverbs_cmd_mask settings to the coreGravatar Jason Gunthorpe 1-6/+0
2020-10-26RDMA: Remove elements in uverbs_cmd_mask that all drivers setGravatar Jason Gunthorpe 1-15/+1
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceGravatar Jason Gunthorpe 1-1/+2
2020-09-09RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'Gravatar YueHaibing 1-2/+0
2020-08-27RDMA/bnxt_re: Static NQ depth allocationGravatar Naresh Kumar PBS 1-2/+1
2020-08-20RDMA/bnxt_re: Do not add user qps to flushlistGravatar Selvin Xavier 1-1/+2
2020-07-20RDMA/bnxt_re: introduce wqe mode to select execution pathGravatar Devesh Sharma 1-6/+17
2020-03-30RDMA/bnxt_re: make bnxt_re_ib_init staticGravatar YueHaibing 1-1/+1
2020-03-17RDMA/bnxt_re: Remove unnecessary sched countGravatar Selvin Xavier 1-8/+0