summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-091-2/+2
|\
| * RDMA/bnxt_re: Prefer kcalloc over open coded arithmeticLen Baker2021-09-081-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-023-22/+12
|\|
| * Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-303-7/+8
| |\
| * | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-033-22/+12
* | | RDMA/bnxt_re: Remove unpaired rtnl unlock in bnxt_re_dev_init()Dinghao Liu2021-08-191-1/+0
* | | RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS2021-08-191-0/+1
| |/ |/|
* | RDMA/bnxt_re: Fix stats countersNaresh Kumar PBS2021-07-123-7/+8
|/
* RDMA/bnxt_re: Fix uninitialized struct bit field rsvd1Colin Ian King2021-06-241-4/+1
* RDMA/bnxt_re: Update ABI to pass wqe-mode to user spaceDevesh Sharma2021-06-213-6/+5
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-163-8/+5
* RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma2021-06-036-3/+37
* RDMA/bnxt_re: Drop unnecessary NULL checks after container_ofGuenter Roeck2021-05-202-30/+0
* RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong2021-04-271-0/+1
* RDMA/bnxt_re: Get rid of custom module reference countingLeon Romanovsky2021-04-191-14/+2
* RDMA/bnxt_re: Create direct symbol link between bnxt modulesLeon Romanovsky2021-04-191-6/+1
* RDMA/bnxt_re: Depend on bnxt ethernet driver and not blindly select itLeon Romanovsky2021-04-191-3/+1
* RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()Wang Wensheng2021-04-121-0/+1
* RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier2021-03-264-0/+47
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-264-14/+14
* RDMA/bnxt_re: Allow bigger MR creationSelvin Xavier2021-01-182-20/+2
* RDMA/bnxt_re: Code refactor while populating user MRsSelvin Xavier2021-01-183-47/+13
* RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier2020-12-071-1/+1
* RDMA/bnxt_re: Fix entry size during SRQ createSelvin Xavier2020-10-271-2/+2
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-2/+2
* RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-9/+1
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+3
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-6/+0
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib2020-10-261-0/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA/bnxt_re: Fix sizeof mismatch for allocation of pbl_tbl.Colin Ian King2020-10-061-1/+1
* RDMA/bnxt_re: Use rdma_umem_for_each_dma_block()Jason Gunthorpe2020-10-063-29/+22
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-188-34/+60
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-117-33/+59
| |\
| | * RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'YueHaibing2020-09-091-2/+0
| | * RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier2020-08-271-11/+11
| | * RDMA/bnxt_re: Fix driver crash on unaligned PSN entry addressNaresh Kumar PBS2020-08-271-2/+2
| | * RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS2020-08-272-1/+2
| | * RDMA/bnxt_re: Static NQ depth allocationNaresh Kumar PBS2020-08-271-2/+1
| | * RDMA/bnxt_re: Fix the qp table indexingSelvin Xavier2020-08-273-12/+25
| | * RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier2020-08-271-3/+18
* | | RDMA/bnxt: Do not use ib_umem_page_count() or ib_umem_num_pages()Jason Gunthorpe2020-09-111-46/+24
* | | RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-091-1/+1
* | | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* | | RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3