summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-092-2/+3
* | | RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-2/+3
* | | RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-032-10/+8
|/ /
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-2/+2
|/
* RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier2020-08-201-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-077-396/+744
|\
| * RDMA/bnxt_re: Change wr posting logic to accommodate variable wqesDevesh Sharma2020-07-205-173/+398
| * RDMA/bnxt_re: Add helper data structuresDevesh Sharma2020-07-202-0/+46
| * RDMA/bnxt_re: Pull psn buffer dynamically based on prodDevesh Sharma2020-07-202-58/+74
| * RDMA/bnxt_re: introduce a function to allocate swqDevesh Sharma2020-07-203-171/+207
| * RDMA/bnxt_re: introduce wqe mode to select execution pathDevesh Sharma2020-07-204-17/+42
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-072-2/+2
* | bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan2020-07-271-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-1/+1
* RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe2020-06-034-14/+0
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-032-4/+6
* RDMA/bnxt: Delete 'nq_ptr' variable which is not usedLeon Romanovsky2020-04-221-2/+1
* RDMA/bnxt_re: Remove dead code from rcfwDevesh Sharma2020-04-141-50/+0
* RDMA/bnxt_re: Simplify obtaining queue entry from hw ringDevesh Sharma2020-04-148-228/+176
* RDMA/bnxt_re: Update missing hsi data structuresDevesh Sharma2020-04-141-0/+106
* RDMA/bnxt_re: Reduce device page size detection codeDevesh Sharma2020-04-143-147/+103
* RDMA/bnxt_re: make bnxt_re_ib_init staticYueHaibing2020-03-301-1/+1
* RDMA/bnxt_re: Wait for all the CQ events before freeing CQ data structuresSelvin Xavier2020-03-252-0/+74
* RDMA/bnxt_re: Remove unnecessary sched countSelvin Xavier2020-03-182-9/+0
* RDMA/bnxt_re: Fix lifetimes in bnxt_re_taskJason Gunthorpe2020-03-181-0/+2
* RDMA/bnxt_re: Use ib_device_try_get()Jason Gunthorpe2020-03-182-14/+14
* RDMA/bnxt_re: Remove a redundant 'memset'Christophe JAILLET2020-03-101-4/+1
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA/bnxt_re: Remove set but not used variables 'pg' and 'idx'YueHaibing2020-03-021-4/+0
* RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing2020-03-021-2/+0
* RDMA/bnxt_re: Remove set but not used variable 'pg_size'YueHaibing2020-03-021-2/+1
* RDMA/bnxt_re: Use driver_unregister and unregistration APISelvin Xavier2020-03-021-64/+42
* RDMA/bnxt_re: Refactor device add/remove functionalitiesSelvin Xavier2020-03-021-57/+82