summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re/ib_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-1/+1
|\
| * RDMA/bnxt_re: fix spelling mistake: "Deallocte" -> "Deallocate"Colin Ian King2017-08-181-1/+1
* | RDMA/bnxt_re: Allow posting when QPs are in errorSelvin Xavier2017-07-241-0/+22
* | IB/core: Add generic function to extract IB speed from netdevYuval Shaia2017-07-241-46/+3
* | RDMA/bnxt_re: Delete unsupported modify_port functionLeon Romanovsky2017-07-241-17/+0
|/
* RDMA/bnxt_re: Fix the value reported for local ack delaySelvin Xavier2017-07-201-1/+1
* RDMA/bnxt_re: Report MISSED_EVENTS in req_notify_cqSelvin Xavier2017-07-201-0/+5
* RDMA/bnxt_re: Fix return value of poll routineDevesh Sharma2017-07-201-0/+1
* RDMA/bnxt_re: Enable atomics only if host bios supportsDevesh Sharma2017-07-201-2/+4
* RDMA/bnxt_re: Fixed the max_rd_atomic support for initiator and destination QPEddie Wai2017-07-201-2/+13
* RDMA/bnxt_re: Report supported value to IB stack in query_deviceSelvin Xavier2017-07-201-4/+8
* RDMA/bnxt_re: Do not free the ctx_tbl entry if delete GID failsSelvin Xavier2017-07-201-7/+9
* RDMA/bnxt_re: Free doorbell page index (DPI) during dealloc ucontextDevesh Sharma2017-07-201-29/+29
* RDMA/bnxt_re: checking for NULL instead of IS_ERR()Dan Carpenter2017-07-201-2/+2
* RDMA/bnxt_re: Remove FMR supportSelvin Xavier2017-06-141-96/+2
* RDMA/bnxt_re: Fix RQE posting logicDevesh Sharma2017-06-141-1/+17
* RDMA/bnxt_re: Add HW workaround for avoiding stall for UD QPsSomnath Kotur2017-06-141-0/+18
* RDMA/bnxt_re: Dereg MR in FW before freeing the fast_reg_page_listSelvin Xavier2017-06-141-2/+6
* RDMA/bnxt_re: HW workarounds for handling specific conditionsEddie Wai2017-06-141-47/+326
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-5/+8
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-39/+38
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-3/+3
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-6/+6
* RDMA/bnxt_re: Use IS_ERR_OR_NULL where appropriateDoug Ledford2017-04-251-4/+4
* RDMA/bnxt_re: remove redundant initialization of rc to zeroColin Ian King2017-04-251-1/+1
* RDMA/bnxt_re: Add bnxt_re RoCE driverSelvin Xavier2017-02-141-0/+3202