aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25RDMA/ocrdma: Suppress a compiler warningBart Van Assche1-2/+3
2018-07-11RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyzeBart Van Assche1-5/+5
2018-07-10RDMA: Fix storage of PortInfo CapabilityMask in the kernelJason Gunthorpe1-5/+4
2018-07-09RDMA/ocrdma: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2-27/+18
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook3-12/+13
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit2-6/+4
2018-04-03IB/providers: Avoid zero GID check for RoCEParav Pandit1-5/+1
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit3-21/+0
2018-04-03IB/ocrdma_hw: Remove redundant checks and goto labelsGustavo A. R. Silva1-9/+5
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15IB/ocrdma: Removed GID add/del null routinesParav Pandit3-28/+0
2018-01-02IB/ocrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha3-21/+12
2017-12-20RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATSAnton Vasilyev1-1/+1
2017-12-13IB/ocrdma: Remove unneeded conversions to boolAndrew F. Davis1-1/+1
2017-11-13IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkeyGustavo A. R. Silva1-4/+2
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford3-7/+7
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-15/+0
2017-10-14RDMA/ocrdma: Remove set-but-not-used variablesBart Van Assche2-4/+2
2017-10-14RDMA/ocrdma: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+2
2017-10-14RDMA/ocrdma: Use NULL instead of 0 to represent a pointerBart Van Assche1-1/+1
2017-09-27IB/ocrdma: pr_err() strings should end with newlinesArvind Yadav2-2/+2
2017-09-22IB/ocrdma: fix incorrect fall-through on switch statementColin Ian King1-0/+3
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-20RDMA/ocrdma: Fix error codes in ocrdma_create_srq()Dan Carpenter1-0/+1
2017-07-20RDMA/ocrdma: Fix an error code in ocrdma_alloc_pd()Dan Carpenter1-1/+2
2017-05-01IB/ocrdma: fix out of bounds access to local bufferMichael Mera1-1/+1
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli3-3/+6
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli4-53/+62
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli4-9/+9
2017-05-01IB/ocrdma: Add identifier names to function definitionsDasaratharaman Chandramouli1-5/+5
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-9/+6
2017-03-24RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num()Dan Carpenter1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-4/+6
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz2-4/+6
2017-01-24IB/ocrdma: Switch from dma_device to dev.parentBart Van Assche1-1/+1
2017-01-12RDMA/ocrdma: Replace BUG() with BUG_ON()ssh101-10/+5
2017-01-10RDMA: Adding ethertype ETH_P_IBOESelvin Xavier3-8/+4
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-1/+1
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford2-2/+5
2016-12-14IB/ocrdma: fix bad initializationPan Bian1-1/+1
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua2-2/+5
2016-12-03IB/ocrdma: Remove and fix debug prints after allocation failureLeon Romanovsky2-6/+3
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-151/+3
2016-10-07IB/ocrdma: Move user vendor structuresLeon Romanovsky3-151/+2
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-0/+1