aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2-12/+16
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-5/+7
2020-01-03RDMA/bnxt_re: Report more number of completion vectorsSelvin Xavier1-1/+1
2020-01-03RDMA/bnxt_re: Fix Send Work Entry state check while polling completionsSelvin Xavier1-6/+6
2020-01-03RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier1-1/+3
2019-11-25RDMA/bnxt_re: Fix missing le16_to_cpuDevesh Sharma1-4/+4
2019-11-25RDMA/bnxt_re: Fix stat push into dma buffer on gen p5 devicesDevesh Sharma1-0/+1
2019-11-25RDMA/bnxt_re: Fix chip number validation Broadcom's Gen P5 seriesLuke Starrett1-2/+6
2019-11-25RDMA/bnxt_re: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-5/+5
2019-10-08RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma3-57/+82
2019-10-01RDMA/bnxt_re: Remove unsupported modify_device callbackKamal Heib3-22/+0
2019-09-16RDMA/bnxt_re: Fix spelling mistake "missin_resp" -> "missing_resp"Colin Ian King1-1/+1
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2-4/+15
2019-09-13RDMA: Fix goto target to release the allocated memoryNavid Emamdoost1-1/+1
2019-08-22RDMA/bnxt_re: Fix stack-out-of-bounds in bnxt_qplib_rcfw_send_messageSelvin Xavier2-4/+15
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-2/+2
2019-07-29IB/bnxt_re: Do not notifify GID change eventParav Pandit1-1/+0
2019-07-22RDMA/bnxt_re: Honor vlan_id in GID entry comparisonSelvin Xavier5-13/+30
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-0/+1
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-20/+9
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-17/+11
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-11/+4
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2-4/+4
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-06RDMA/bnxt_re: Use core helpers to get aligned DMA addressShiraz Saleem1-17/+10
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-6/+12
2019-04-25ib/bnxt: Remove mention of idr_alloc from commentMatthew Wilcox1-1/+1
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe3-18/+5
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky5-36/+23
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky5-48/+23
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch2-16/+9
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2-14/+14
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier7-53/+67
2019-03-26drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult1-6/+6
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-358/+604
2019-03-04bnxt_re: Clean cq for kernel consumers onlyDevesh Sharma1-1/+1
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski1-1/+0
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky3-26/+14
2019-02-22bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma3-22/+14
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-11/+9
2019-02-11RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King1-1/+1
2019-02-11RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2-18/+14
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky3-30/+17
2019-02-07RDMA/bnxt_re: Update kernel user abi to pass chip contextDevesh Sharma1-3/+14
2019-02-07RDMA/bnxt_re: Add extended psn structure for 57500 adaptersDevesh Sharma5-18/+70
2019-02-07RDMA/bnxt_re: Enable GSI QP support for 57500 seriesDevesh Sharma4-55/+99
2019-02-07RDMA/bnxt_re: Skip backing store allocation for 57500 seriesDevesh Sharma4-7/+14