aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-07RDMA/bnxt_re: Add 64bit doorbells for 57500 seriesDevesh Sharma9-153/+276
2019-02-07RDMA/bnxt_re: Add chip context to identify 57500 seriesDevesh Sharma5-1/+51
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2-6/+6
2019-01-25infiniband: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-01-14RDMA/bnxt_re: fix a size calculationDan Carpenter1-2/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+4
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-8/+5
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-6/+6
2019-01-02infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki1-3/+2
2018-12-19RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma3-26/+68
2018-12-19RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier2-0/+32
2018-12-19RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman3-5/+8
2018-12-19RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman3-5/+8
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-0/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-2/+2
2018-12-11RDMA/bnxt_re: Initialize ib_device_ops structKamal Heib1-51/+45
2018-11-21RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier1-0/+2
2018-11-21RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier1-0/+1
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-43/+31
2018-10-16RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier2-9/+24
2018-10-16RDMA/bnxt_re: Wait for delayed work to finish before device removalSelvin Xavier1-1/+1
2018-10-16RDMA/bnxt_re: Limit max_pkey to 16 bit valueDevesh Sharma1-1/+9
2018-10-16RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma1-4/+9
2018-10-16RDMA/bnxt_re: Report out of sequence hw countersSelvin Xavier6-1/+34
2018-10-16RDMA/bnxt_re: Expose rx discards and drop countersSelvin Xavier2-0/+8
2018-10-16RDMA/bnxt_re: Prevent driver crash due to NULL pointer in error message printSomnath Kotur1-4/+6
2018-10-16RDMA/bnxt_re: Drop L2 async events silentlyDevesh Sharma1-3/+4
2018-10-16RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier1-1/+2
2018-10-16RDMA/bnxt_re: Avoid NULL check after accessing the pointerSelvin Xavier1-7/+6
2018-10-16RDMA/bnxt_re: Remove the unnecessary version macro definitionSelvin Xavier2-2/+1
2018-10-16RDMA/bnxt_re: Fix recursive lock warning in debug kernelSelvin Xavier1-2/+11