summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman2018-12-191-2/+3
* RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman2018-12-191-2/+3
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-0/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-2/+2
* RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2018-10-161-0/+1
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-2/+1
* bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur2018-09-051-0/+2
* RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-301-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-8/+8
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-9/+9
* RDMA/bnxt_re: Modify a fall-through annotationBart Van Assche2018-07-231-1/+1
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-2/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit2018-06-181-23/+10
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-41/+22
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-3/+2
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-6/+4
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-031-3/+2
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-141-7/+19
|\
| * infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-03-141-1/+1
| * RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier2018-03-061-3/+8
| * RDMA/bnxt_re: Unconditionly fence non wire memory operationsDevesh Sharma2018-02-281-4/+11
* | RDMA/bnxt_re: Remove an unused variableBart Van Assche2018-03-131-3/+2
* | infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-02-281-1/+1
|/
* RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier2018-02-201-3/+36
* RDMA/bnxt_re: Unpin SQ and RQ memory if QP create failsDevesh Sharma2018-02-201-1/+8
* RDMA/bnxt_re: Disable atomic capability on bnxt_re adaptersDevesh Sharma2018-02-201-4/+2
* RDMA/bnxt_re: Fix static checker warningDoug Ledford2018-01-311-5/+2
* RDMA/bnxt_re: Add SRQ support for Broadcom adaptersDevesh Sharma2018-01-181-3/+241
* RDMA/bnxt_re: Add support for MRs with Huge pagesSomnath Kotur2018-01-181-44/+85
* RDMA/bnxt_re: Add support for query firmware versionSelvin Xavier2018-01-171-2/+12
* RDMA/bnxt_re: Enable RoCE on virtual functionsSelvin Xavier2018-01-171-7/+10
* RDMA/bnxt_re: report vlan_id and sl in qp1 recv completionDevesh Sharma2017-11-131-1/+34
* RDMA/bnxt_re: synchronize poll_cq and req_notify_cq verbsSelvin Xavier2017-11-131-5/+10
* RDMA/bnxt_re: Flush CQ notification Work Queue before destroying QPSelvin Xavier2017-11-131-0/+1
* bnxt_re: changing the ip address shouldn't affect new connectionsSriharsha Basavapatna2017-11-131-0/+1
* RDMA/bnxt_re: Remove unused vlan_tag variableLeon Romanovsky2017-11-131-5/+1
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-7/+5
|\
| * RDMA/bnxt_re: Remove set-but-not-used variablesBart Van Assche2017-10-141-7/+5
* | IB: Let ib_core resolve destination mac addressParav Pandit2017-10-181-8/+0
|/
* bnxt_re: Don't issue cmd to delete GID for QP1 GID entry before the QP is des...Somnath Kotur2017-09-221-3/+20
* bnxt_re: Fix memory leak in FRMR pathSelvin Xavier2017-09-221-1/+1
* bnxt_re: Remove RTNL lock dependency in bnxt_re_query_portSomnath Kotur2017-09-221-8/+3
* bnxt_re: Fix compare and swap atomic operandsDevesh Sharma2017-09-221-0/+1
* bnxt_re: Fix update of qplib_qp.mtu when modifiedDevesh Sharma2017-09-221-0/+3
* IB/bnxt_re: Fix frame stack compilation warningLeon Romanovsky2017-09-221-31/+36
* RDMA/bnxt_re: remove unnecessary call to memsetHimanshu Jha2017-08-281-2/+0
* RDMA: Fix return value check for ib_get_eth_speed()Selvin Xavier2017-08-221-2/+2
* RDMA/bnxt_re: Allocate multiple notification queuesSelvin Xavier2017-08-181-4/+13
OpenPOWER on IntegriCloud