aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-1/+1
2021-12-06RDMA/bnxt_re: Fix endianness warning for req.pkeyKamal Heib1-1/+1
2021-11-29RDMA/bnxt_re: Use bitmap_zalloc() when applicableChristophe JAILLET1-4/+2
2021-11-25RDMA/bnxt_re: Remove dynamic pkey tableKamal Heib6-175/+10
2021-11-16RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pending cmd-bit"Christophe JAILLET2-5/+2
2021-11-16RDMA/bnxt_re: Remove unneeded variableChangcheng Deng1-2/+1
2021-11-03RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib3-7/+0
2021-10-29RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib4-21/+4
2021-10-29RDMA/bnxt_re: Fix kernel panic when trying to access bnxt_re_stat_descsKamal Heib1-0/+2
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski4-7/+8
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-70/+67
2021-09-20RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-09-20RDMA/bnxt_re: Correct FRMR size calculationSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Use GFP_KERNEL in non atomic contextSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Fix FRMR issue with single page MR allocationSelvin Xavier1-2/+3
2021-09-20RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-09-20RDMA/bnxt_re: Suppress unwanted error messagesSelvin Xavier1-3/+6
2021-09-20RDMA/bnxt_re: Support multiple page sizesSelvin Xavier2-14/+4
2021-09-20RDMA/bnxt_re: Reduce the delay in polling for hwrm command completionSelvin Xavier2-2/+2
2021-09-20RDMA/bnxt_re: Use separate response buffer for stat_ctx_freeEdwin Peer1-3/+4
2021-09-20RDMA/bnxt_re: Update statistics counter nameSelvin Xavier2-3/+3
2021-09-20RDMA/bnxt_re: Add extended statistics countersSelvin Xavier10-101/+401
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2021-09-08RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker1-2/+2
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-22/+12
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe3-7/+8
2021-08-19RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu1-1/+0
2021-08-19RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS1-0/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-22/+12
2021-07-12RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS3-7/+8
2021-06-24RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King1-4/+1
2021-06-21RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma3-6/+5
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 Gunthorpe3-8/+5
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma6-3/+37
2021-05-20RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck2-30/+0
2021-04-27RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong1-0/+1
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-04-19RDMA/bnxt_re: Depend on bnxt ethernet driver and not blindly select itLeon Romanovsky1-3/+1
2021-04-12RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()Wang Wensheng1-0/+1
2021-03-26RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier4-0/+47
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch4-14/+14
2021-01-18RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier2-20/+2
2021-01-18RDMA/bnxt_re: Code refactor while populating user MRsSelvin Xavier3-47/+13
2020-12-07RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier1-1/+1
2020-10-27RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier1-2/+2
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: Check create_flags during create_qpJason Gunthorpe1-1/+3