summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/bnxt_re
Commit message (Expand)AuthorAgeFilesLines
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-6/+6
* infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki2019-01-031-3/+2Star
* RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma2018-12-203-26/+68
* RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier2018-12-202-0/+32
* RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman2018-12-203-5/+8
* RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman2018-12-203-5/+8
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-202-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-202-0/+2
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-2/+2
* RDMA/bnxt_re: Initialize ib_device_ops structKamal Heib2018-12-111-51/+45Star
* RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier2018-11-211-0/+2
* RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier2018-11-211-0/+1
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-43/+31Star
* RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier2018-10-162-9/+24
* RDMA/bnxt_re: Wait for delayed work to finish before device removalSelvin Xavier2018-10-161-1/+1
* RDMA/bnxt_re: Limit max_pkey to 16 bit valueDevesh Sharma2018-10-161-1/+9
* RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma2018-10-161-4/+9
* RDMA/bnxt_re: Report out of sequence hw countersSelvin Xavier2018-10-166-1/+34
* RDMA/bnxt_re: Expose rx discards and drop countersSelvin Xavier2018-10-162-0/+8
* RDMA/bnxt_re: Prevent driver crash due to NULL pointer in error message printSomnath Kotur2018-10-161-4/+6
* RDMA/bnxt_re: Drop L2 async events silentlyDevesh Sharma2018-10-161-3/+4
* RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier2018-10-161-1/+2
* RDMA/bnxt_re: Avoid NULL check after accessing the pointerSelvin Xavier2018-10-161-7/+6Star
* RDMA/bnxt_re: Remove the unnecessary version macro definitionSelvin Xavier2018-10-162-2/+1Star
* RDMA/bnxt_re: Fix recursive lock warning in debug kernelSelvin Xavier2018-10-161-2/+11
* RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier2018-10-162-0/+2
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-55/+38Star
|\
| * RDMA/bnxt_re: Fix system crash during RDMA resource initializationSelvin Xavier2018-09-241-55/+38Star
* | RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
* | RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* | Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe2018-09-062-1/+3
|\|
| * bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur2018-09-062-1/+3
* | RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches2018-09-054-151/+116Star
|/
* RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-311-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-312-14/+14
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-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/+10Star
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-41/+22Star
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-182-5/+3Star
* 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-042-10/+6Star
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-041-3/+2Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-1/+0Star
* 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-159-98/+102
|\