summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re
Commit message (Expand)AuthorAgeFilesLines
* RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier2021-11-261-1/+2
* RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong2021-05-221-0/+1
* RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib2020-12-301-0/+1
* RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS2020-09-232-1/+2
* RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier2020-09-171-3/+18
* RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier2020-08-261-1/+2
* RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2020-01-272-0/+2
* RDMA/bnxt_re: Fix Send Work Entry state check while polling completionsSelvin Xavier2020-01-171-6/+6
* RDMA/bnxt_re: Avoid freeing MR resources if dereg failsSelvin Xavier2020-01-171-1/+3
* RDMA: Fix goto target to release the allocated memoryNavid Emamdoost2020-01-171-1/+1
* infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki2019-12-051-3/+2
* RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier2019-12-012-9/+24
* RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma2019-12-011-4/+9
* RDMA/bnxt_re: Avoid NULL check after accessing the pointerSelvin Xavier2019-12-011-7/+6
* RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier2018-12-171-0/+2
* RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier2018-12-171-0/+1
* RDMA/bnxt_re: Fix recursive lock warning in debug kernelSelvin Xavier2018-11-131-2/+11
* RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier2018-11-131-1/+2
* RDMA/bnxt_re: Fix system crash during RDMA resource initializationSelvin Xavier2018-09-241-55/+38
* bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur2018-09-052-1/+3
* 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-302-14/+14
* 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
* RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.cDan Carpenter2018-07-041-6/+6
* RDMA/bnxt_re: Fix a couple off by one bugsDan Carpenter2018-07-041-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-182-5/+3
* RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma2018-05-255-53/+163
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-032-10/+6
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-031-3/+2
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-031-1/+0
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-149-98/+102
|\
| * infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-03-142-3/+3
| * infiniband: qplib_fp: fix pointer castArnd Bergmann2018-03-141-2/+2
| * RDMA/bnxt_re: Avoid Hard lockup during error CQE processingSelvin Xavier2018-03-066-90/+55
| * RDMA/bnxt_re: Fix the ib_reg failure cleanupSelvin Xavier2018-02-281-1/+4
| * RDMA/bnxt_re: Fix incorrect DB offset calculationDevesh Sharma2018-02-284-3/+32
| * 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
* | RDMA/bnxt_re/qplib_sp: Use true and false for boolean valuesGustavo A. R. Silva2018-03-061-1/+1
* | infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann2018-02-282-3/+3
* | infiniband: qplib_fp: fix pointer castArnd Bergmann2018-02-281-2/+2
|/
* RDMA/bnxt_re: Avoid system hang during device un-regSelvin Xavier2018-02-202-5/+4
* RDMA/bnxt_re: Fix system crash during load/unloadSelvin Xavier2018-02-201-0/+5
* RDMA/bnxt_re: Synchronize destroy_qp with poll_cqSelvin Xavier2018-02-204-19/+47