summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma
Commit message (Expand)AuthorAgeFilesLines
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-40/+31Star
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+2
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-313-8/+0Star
* 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-6/+6
* RDMA/ocrdma: Suppress a compiler warningBart Van Assche2018-07-251-2/+3
* RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyzeBart Van Assche2018-07-111-5/+5
* RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe2018-07-101-5/+4Star
* RDMA/ocrdma: Remove a set-but-not-used variableBart Van Assche2018-07-091-2/+0Star
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-182-27/+18Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-133-12/+13
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-042-6/+4Star
* IB/providers: Avoid zero GID check for RoCEParav Pandit2018-04-041-5/+1Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-043-21/+0Star
* IB/ocrdma_hw: Remove redundant checks and goto labelsGustavo A. R. Silva2018-04-031-9/+5Star
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* IB/ocrdma: Removed GID add/del null routinesParav Pandit2018-03-153-28/+0Star
* IB/ocrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-023-21/+12Star
* RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATSAnton Vasilyev2017-12-211-1/+1
* IB/ocrdma: Remove unneeded conversions to boolAndrew F. Davis2017-12-131-1/+1
* IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkeyGustavo A. R. Silva2017-11-131-4/+2Star
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-183-7/+7
|\
| * RDMA/ocrdma: Remove set-but-not-used variablesBart Van Assche2017-10-152-4/+2Star
| * RDMA/ocrdma: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+2
| * RDMA/ocrdma: Use NULL instead of 0 to represent a pointerBart Van Assche2017-10-151-1/+1
| * IB/ocrdma: pr_err() strings should end with newlinesArvind Yadav2017-09-272-2/+2
* | IB: Let ib_core resolve destination mac addressParav Pandit2017-10-181-15/+0Star
|/
* IB/ocrdma: fix incorrect fall-through on switch statementColin Ian King2017-09-221-0/+3
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2Star
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0Star
* RDMA/ocrdma: Fix error codes in ocrdma_create_srq()Dan Carpenter2017-07-201-0/+1
* RDMA/ocrdma: Fix an error code in ocrdma_alloc_pd()Dan Carpenter2017-07-201-1/+2
* IB/ocrdma: fix out of bounds access to local bufferMichael Mera2017-05-011-1/+1
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-013-3/+6
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-014-53/+62
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-014-9/+9
* IB/ocrdma: Add identifier names to function definitionsDasaratharaman Chandramouli2017-05-011-5/+5
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-9/+6Star
* RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num()Dan Carpenter2017-03-251-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/ocrdma: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-232-4/+6
|\ \ | |/ |/|
| * IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-142-4/+6
* | RDMA/ocrdma: Replace BUG() with BUG_ON()ssh102017-01-121-10/+5Star
* | RDMA: Adding ethertype ETH_P_IBOESelvin Xavier2017-01-103-8/+4Star
|/