summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma2019-10-083-57/+82
* RDMA/bnxt_re: Remove unsupported modify_device callbackKamal Heib2019-10-013-22/+0
* RDMA/bnxt_re: Fix spelling mistake "missin_resp" -> "missing_resp"Colin Ian King2019-09-161-1/+1
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-132-4/+15
|\
| * RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_messageSelvin Xavier2019-08-222-4/+15
* | RDMA: Fix goto target to release the allocated memoryNavid Emamdoost2019-09-131-1/+1
* | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-2/+2
* | IB/bnxt_re: Do not notifify GID change eventParav Pandit2019-07-291-1/+0
|/
* RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier2019-07-225-13/+30
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-20/+9
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-17/+11
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-11/+4
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-102-4/+4
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
|/
* RDMA/bnxt_re: Use core helpers to get aligned DMA addressShiraz Saleem2019-05-061-17/+10
* RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-6/+12
* ib/bnxt: Remove mention of idr_alloc from commentMatthew Wilcox2019-04-251-1/+1
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-093-18/+5
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-085-36/+23
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-085-48/+23
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-012-16/+9
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-012-14/+14
* RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier2019-03-287-53/+67
* drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult2019-03-261-6/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-0914-358/+604
|\
| * bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma2019-03-041-1/+1
| * RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-26/+14
| * bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-223-22/+14
| * IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-11/+9
| * RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King2019-02-111-1/+1
| * RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-112-18/+14
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-083-30/+17
| * RDMA/bnxt_re: Update kernel user abi to pass chip contextDevesh Sharma2019-02-071-3/+14
| * RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma2019-02-075-18/+70
| * RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma2019-02-074-55/+99
| * RDMA/bnxt_re: Skip backing store allocation for 57500 seriesDevesh Sharma2019-02-074-7/+14
| * RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma2019-02-079-153/+276
| * RDMA/bnxt_re: Add chip context to identify 57500 seriesDevesh Sharma2019-02-075-1/+51