aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier1-0/+1
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-05bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur1-0/+2
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-8/+8
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-9/+9
2018-07-23RDMA/bnxt_re: Modify a fall-through annotationBart Van Assche1-1/+1
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-2/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit1-23/+10
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-41/+22
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-3/+2
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-6/+4
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-3/+2
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-7/+19
2018-03-14infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann1-1/+1
2018-03-13RDMA/bnxt_re: Remove an unused variableBart Van Assche1-3/+2
2018-03-06RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier1-3/+8
2018-02-28infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann1-1/+1
2018-02-28RDMA/bnxt_re: Unconditionly fence non wire memory operationsDevesh Sharma1-4/+11
2018-02-20RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier1-3/+36
2018-02-20RDMA/bnxt_re: Unpin SQ and RQ memory if QP create failsDevesh Sharma1-1/+8
2018-02-20RDMA/bnxt_re: Disable atomic capability on bnxt_re adaptersDevesh Sharma1-4/+2
2018-01-31RDMA/bnxt_re: Fix static checker warningDoug Ledford1-5/+2
2018-01-18RDMA/bnxt_re: Add SRQ support for Broadcom adaptersDevesh Sharma1-3/+241
2018-01-18RDMA/bnxt_re: Add support for MRs with Huge pagesSomnath Kotur1-44/+85
2018-01-17RDMA/bnxt_re: Add support for query firmware versionSelvin Xavier1-2/+12
2018-01-17RDMA/bnxt_re: Enable RoCE on virtual functionsSelvin Xavier1-7/+10
2017-11-13RDMA/bnxt_re: report vlan_id and sl in qp1 recv completionDevesh Sharma1-1/+34
2017-11-13RDMA/bnxt_re: synchronize poll_cq and req_notify_cq verbsSelvin Xavier1-5/+10
2017-11-13RDMA/bnxt_re: Flush CQ notification Work Queue before destroying QPSelvin Xavier1-0/+1
2017-11-13bnxt_re: changing the ip address shouldn't affect new connectionsSriharsha Basavapatna1-0/+1
2017-11-13RDMA/bnxt_re: Remove unused vlan_tag variableLeon Romanovsky1-5/+1
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-7/+5
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-8/+0
2017-10-14RDMA/bnxt_re: Remove set-but-not-used variablesBart Van Assche1-7/+5
2017-09-22bnxt_re: Don't issue cmd to delete GID for QP1 GID entry before the QP is destroyedSomnath Kotur1-3/+20
2017-09-22bnxt_re: Fix memory leak in FRMR pathSelvin Xavier1-1/+1
2017-09-22bnxt_re: Remove RTNL lock dependency in bnxt_re_query_portSomnath Kotur1-8/+3
2017-09-22bnxt_re: Fix compare and swap atomic operandsDevesh Sharma1-0/+1
2017-09-22bnxt_re: Fix update of qplib_qp.mtu when modifiedDevesh Sharma1-0/+3
2017-09-22IB/bnxt_re: Fix frame stack compilation warningLeon Romanovsky1-31/+36
2017-08-28RDMA/bnxt_re: remove unnecessary call to memsetHimanshu Jha1-2/+0
2017-08-22RDMA: Fix return value check for ib_get_eth_speed()Selvin Xavier1-2/+2
2017-08-18RDMA/bnxt_re: Allocate multiple notification queuesSelvin Xavier1-4/+13
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-18RDMA/bnxt_re: fix spelling mistake: "Deallocte" -> "Deallocate"Colin Ian King1-1/+1
2017-07-24RDMA/bnxt_re: Allow posting when QPs are in errorSelvin Xavier1-0/+22
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia1-46/+3
2017-07-24RDMA/bnxt_re: Delete unsupported modify_port functionLeon Romanovsky1-17/+0