aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18IB: Let ib_core resolve destination mac addressParav Pandit1-15/+0
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
2016-08-24RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier3-13/+17
2016-06-23IB/ocrdma: Support device FW version stringIra Weiny1-10/+9
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche2-2/+2
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2-7/+5
2016-03-03IB/ocrdma: Skip using unneeded intermediate variableMarkus Elfring1-3/+1
2016-03-03IB/ocrdma: Skip using unneeded intermediate variableMarkus Elfring1-2/+1
2016-03-03IB/ocrdma: Delete unnecessary variable initialisations in 11 functionsMarkus Elfring4-11/+11
2016-02-29RDMA/ocrdma: Support user AH creation for RoCE-v2Devesh Sharma2-2/+8
2016-02-29RDMA/ocrdma: Support RoCE-v2 in the RC pathDevesh Sharma2-2/+23
2016-02-29RDMA/ocrdma: Support RoCE-v2 in the UD pathDevesh Sharma4-16/+82
2016-02-29RDMA/ocrdma: Export udp encapsulation capabilitySomnath Kotur4-2/+21
2016-02-17RDMA/ocrdma: Fix arm logic to align with new cq APIDevesh Sharma2-17/+4
2016-02-05RDMA/ocrdma: Fixing ocrdma debugfs directory removeSelvin Xavier1-1/+1
2016-02-05RDMA/ocrdma: Fix pkey_index returned by driver in rq work completionSelvin Xavier1-2/+1
2016-02-05RDMA/ocrdma: populate max_sge_rd in device attributesSelvin Xavier1-2/+2
2016-02-05RDMA/ocrdma: Initialize stats resources in the driver before ib device registration.Selvin Xavier3-10/+12
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak1-1/+2
2016-01-19IB/core: Rename rdma_addr_find_dmac_by_grhMatan Barak1-3/+3
2016-01-19RDMA/ocrdma: Depend on async link events from CNADevesh Sharma6-22/+119
2016-01-19RDMA/ocrdma: Dispatch only port event when port state changesDevesh Sharma1-23/+0
2016-01-19RDMA/ocrdma: Fix vlan-id assignment in qp parametersDevesh Sharma1-3/+4
2015-12-23IB: remove support for phys MRsChristoph Hellwig3-167/+0
2015-12-23IB/core: Validate route when we init ahMatan Barak1-1/+1