aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-18/+0
2018-03-15IB/ocrdma: Removed GID add/del null routinesParav Pandit1-16/+0
2018-01-02IB/ocrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha1-5/+3
2017-12-13IB/ocrdma: Remove unneeded conversions to boolAndrew F. Davis1-1/+1
2017-10-14RDMA/ocrdma: Remove set-but-not-used variablesBart Van Assche1-2/+0
2017-10-14RDMA/ocrdma: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+2
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/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+1
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-19/+19
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-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-0/+1
2017-01-12RDMA/ocrdma: Replace BUG() with BUG_ON()ssh101-10/+5
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-10-07IB/ocrdma: Move user vendor structuresLeon Romanovsky1-1/+1
2016-08-24RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier1-2/+2
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-1/+1
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-4/+3
2016-03-03IB/ocrdma: Skip using unneeded intermediate variableMarkus Elfring1-3/+1
2016-03-03IB/ocrdma: Delete unnecessary variable initialisations in 11 functionsMarkus Elfring1-6/+6
2016-02-29RDMA/ocrdma: Support RoCE-v2 in the UD pathDevesh Sharma1-3/+19
2016-02-17RDMA/ocrdma: Fix arm logic to align with new cq APIDevesh Sharma1-14/+4
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-01-19RDMA/ocrdma: Depend on async link events from CNADevesh Sharma1-1/+1
2015-12-23IB: remove support for phys MRsChristoph Hellwig1-163/+0
2015-10-28RDMA/ocrdma: Remove old FRWR APISagi Grimberg1-103/+1
2015-10-28RDMA/ocrdma: Support the new memory registration APISagi Grimberg1-0/+90
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-26/+27
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-1/+1
2015-10-21RDMA/ocrdma: Prevent CQ-Doorbell floodsDevesh Sharma1-8/+3
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-26/+27
2015-08-30RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/CoreSomnath Kotur1-2/+43
2015-08-30ocrdma: Support ib_alloc_mr verbSagi Grimberg1-3/+8
2015-07-24RDMA/ocrdma: update ocrdma license to dual-licenseDevesh Sharma1-19/+34
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+17
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-1/+5
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-1/+6
2015-06-11RDMA/ocrdma: fix double free on pdColin Ian King1-1/+0
2015-06-02RDMA/ocrdma: Fix memory leak in _ocrdma_alloc_pd()Roland Dreier1-1/+6
2015-05-18RDMA/ocrdma: Prevent allocation of DPP PDs if FW doesnt support itMitesh Ahuja1-1/+1
2015-05-18RDMA/ocrdma: Fix QP state transition in destroy_qpDevesh Sharma1-4/+6
2015-02-18RDMA/ocrdma: Fix off by one in ocrdma_query_gid()Dan Carpenter1-1/+1
2015-02-18RDMA/ocrdma: Use unsigned for bit indexRasmus Villemoes1-3/+3
2015-02-18RDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bitRasmus Villemoes1-4/+1
2015-02-18RDMA/ocrdma: set vlan present bit for user AHDevesh Sharma1-0/+2
2015-02-18RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structureMitesh Ahuja1-9/+9
2015-02-18RDMA/ocrdma: Discontinue support of RDMA-READ-WITH-INVALIDATEDevesh Sharma1-2/+0