aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/bnxt_re
AgeCommit message (Expand)Author
2019-01-02infiniband: bnxt_re: qplib: Check the return value of send_messageAditya Pakki
2018-12-19RDMA/bnxt_re: Increase depth of control path command queueDevesh Sharma
2018-12-19RDMA/bnxt_re: Query HWRM Interface version from FWSelvin Xavier
2018-12-19RDMA/bnxt_re: Make use of destroy AH sleepable flagGal Pressman
2018-12-19RDMA/bnxt_re: Make use of create AH sleepable flagGal Pressman
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-12-11RDMA/bnxt_re: Initialize ib_device_ops structKamal Heib
2018-11-21RDMA/bnxt_re: Avoid accessing the device structure after it is freedSelvin Xavier
2018-11-21RDMA/bnxt_re: Fix system hang when registration with L2 driver failsSelvin Xavier
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit
2018-10-16RDMA/bnxt_re: Avoid resource leak in case the NQ registration failsSelvin Xavier
2018-10-16RDMA/bnxt_re: Wait for delayed work to finish before device removalSelvin Xavier
2018-10-16RDMA/bnxt_re: Limit max_pkey to 16 bit valueDevesh Sharma
2018-10-16RDMA/bnxt_re: Fix qp async event reportingDevesh Sharma
2018-10-16RDMA/bnxt_re: Report out of sequence hw countersSelvin Xavier
2018-10-16RDMA/bnxt_re: Expose rx discards and drop countersSelvin Xavier
2018-10-16RDMA/bnxt_re: Prevent driver crash due to NULL pointer in error message printSomnath Kotur
2018-10-16RDMA/bnxt_re: Drop L2 async events silentlyDevesh Sharma
2018-10-16RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure caseSelvin Xavier
2018-10-16RDMA/bnxt_re: Avoid NULL check after accessing the pointerSelvin Xavier
2018-10-16RDMA/bnxt_re: Remove the unnecessary version macro definitionSelvin Xavier
2018-10-16RDMA/bnxt_re: Fix recursive lock warning in debug kernelSelvin Xavier
2018-10-16RDMA/bnxt_re: Add missing spin lock initializationSelvin Xavier
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-09-24RDMA/bnxt_re: Fix system crash during RDMA resource initializationSelvin Xavier
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe
2018-09-05bnxt_re: Fix couple of memory leaks that could lead to IOMMU call tracesSomnath Kotur
2018-09-05RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmtJoe Perches
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-23RDMA/bnxt_re: Modify a fall-through annotationBart Van Assche
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe
2018-07-04RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.cDan Carpenter
2018-07-04RDMA/bnxt_re: Fix a couple off by one bugsDan Carpenter
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18RDMA: Convert drivers to use the AH's sgid_attr in post_wr pathsParav Pandit
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit
2018-05-25RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford
2018-03-14infiniband: bnxt_re: use BIT_ULL() for 64-bit bit masksArnd Bergmann