summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_hw.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe2019-05-131-3/+2
* RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-3/+4
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-5/+3
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-2/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-7/+7
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA/ocrdma: Suppress a compiler warningBart Van Assche2018-07-251-2/+3
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-12/+9
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-031-1/+1
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-031-5/+1
* IB/ocrdma_hw: Remove redundant checks and goto labelsGustavo A. R. Silva2018-04-031-9/+5
* IB/ocrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-12/+7
* IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkeyGustavo A. R. Silva2017-11-131-4/+2
* RDMA/ocrdma: Remove set-but-not-used variablesBart Van Assche2017-10-141-2/+2
* RDMA/ocrdma: Use NULL instead of 0 to represent a pointerBart Van Assche2017-10-141-1/+1
* IB/ocrdma: pr_err() strings should end with newlinesArvind Yadav2017-09-271-1/+1
* IB/ocrdma: fix incorrect fall-through on switch statementColin Ian King2017-09-221-0/+3
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-9/+12
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2017-01-101-1/+2
*-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-1/+1
|\ \
| * | IB/ocrdma: fix bad initializationPan Bian2016-12-141-1/+1
| |/
* / IB/ocrdma: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-031-3/+2
|/
* RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier2016-08-241-7/+7
* IB/ocrdma: Skip using unneeded intermediate variableMarkus Elfring2016-03-031-2/+1
* IB/ocrdma: Delete unnecessary variable initialisations in 11 functionsMarkus Elfring2016-03-031-2/+2
* RDMA/ocrdma: Support RoCE-v2 in the RC pathDevesh Sharma2016-02-291-2/+21
* RDMA/ocrdma: Export udp encapsulation capabilitySomnath Kotur2016-02-291-0/+3
* RDMA/ocrdma: Depend on async link events from CNADevesh Sharma2015-12-281-7/+35
* RDMA/ocrdma: Fix vlan-id assignment in qp parametersDevesh Sharma2015-12-281-3/+4
* IB/core: Use GID table in AH creation and dmac resolutionMatan Barak2015-10-211-13/+17
* RDMA/ocrdma: Check resource ids received in Async CQENaga Irrinki2015-10-211-4/+26
* RDMA/ocrdma: update ocrdma license to dual-licenseDevesh Sharma2015-07-241-19/+34
* RDMA/ocrdma: Fail connection for MTU lesser than 512Naga Irrinki2015-05-181-1/+3
* RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support itMitesh Ahuja2015-05-181-27/+26
* RDMA/ocrdma: Fix the request length for RDMA_QUERY_QP mailbox command to FW.Mitesh Ahuja2015-05-181-1/+1
* RDMA/ocrdma: Use VID 0 if PFC is enabled and vlan is not configuredDevesh Sharma2015-05-181-1/+11
* RDMA/ocrdma: Report EQ full fatal errorDevesh Sharma2015-05-181-0/+6
* RDMA/ocrdma: Fix EQ destroy failure during driver unloadSelvin Xavier2015-05-181-3/+3
* RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structureMitesh Ahuja2015-02-181-19/+25
* RDMA/ocrdma: Add support for interrupt moderationMitesh Ahuja2015-02-181-0/+77
* RDMA/ocrdma: Honor return value of ocrdma_resolve_dmacDevesh Sharma2015-02-181-1/+3
* RDMA/ocrdma: Allow expansion of the SQ CQEs via buddy CQ expansion of the QPSelvin Xavier2015-02-181-22/+44
* RDMA/ocrdma: Debugfs enhancments for ocrdma driverSelvin Xavier2015-02-181-0/+3
* RDMA/ocrdma: Move PD resource management to driver.Mitesh Ahuja2015-02-181-0/+120
* RDMA/ocrdma: The kernel has a perfectly good BIT() macro - use itJes Sorensen2014-10-101-2/+2
* RDMA/ocrdma: Don't memset() buffers we just allocated with kzalloc()Jes Sorensen2014-10-101-9/+3
* RDMA/ocrdma: Get vlan tag from ib_qp_attrsSelvin Xavier2014-10-101-4/+5
* RDMA/ocrdma: Update sli data structure for endiannessDevesh Sharma2014-08-121-11/+21