summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re
Commit message (Expand)AuthorAgeFilesLines
* 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-062-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* RDMA/bnxt_re: Remove FMR leftoversJason Gunthorpe2020-06-024-14/+0
* RDMA: Group create AH arguments in structMaor Gottlieb2020-05-022-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-242-0/+74
* RDMA/bnxt_re: Remove unnecessary sched countSelvin Xavier2020-03-172-9/+0
* RDMA/bnxt_re: Fix lifetimes in bnxt_re_taskJason Gunthorpe2020-03-171-0/+2
* RDMA/bnxt_re: Use ib_device_try_get()Jason Gunthorpe2020-03-172-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
* RDMA/bnxt_re: Using vmalloc requires including vmalloc.hJason Gunthorpe2020-02-261-0/+1
* RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma2020-02-212-203/+208
* RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma2020-02-215-147/+141
* RDMA/bnxt_re: Refactor notification queue management codeDevesh Sharma2020-02-212-74/+94
* RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma2020-02-214-205/+313
* RDMA/bnxt_re: Refactor net ring allocation functionDevesh Sharma2020-02-212-29/+44
* RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma2020-02-219-332/+525
* RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma2020-02-214-21/+36
* RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma2020-02-213-217/+428
* RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid indexSelvin Xavier2020-02-191-11/+12
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-311-1/+1
|\
| * Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-212-12/+16
| |\
| * | RDMA/bnxt_re: Report more number of completion vectorsSelvin Xavier2020-01-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-5/+7
|\ \ \ | | |/ | |/|
| * | IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-5/+7
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-273-4/+4
|\ \ \ | |/ / |/| |
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-4/+4
| |/
* | RDMA/bnxt_re: Fix Send Work Entry state check while polling completionsSelvin Xavier2020-01-031-6/+6
* | RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier2020-01-031-1/+3
|/
* RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma2019-11-251-4/+4
* RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma2019-11-251-0/+1
* RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 seriesLuke Starrett2019-11-251-2/+6
* RDMA/bnxt_re: Fix Kconfig indentationKrzysztof Kozlowski2019-11-251-6/+6
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-5/+5