aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-18RDMA/ocrdma: Host crash on destroying device resourcesMitesh Ahuja1-13/+8
2015-02-18RDMA/ocrdma: Report correct state in ibv_query_qpPadmanabh Ratnakar1-2/+4
2015-02-18RDMA/ocrdma: Debugfs enhancments for ocrdma driverSelvin Xavier1-0/+7
2015-02-18RDMA/ocrdma: Move PD resource management to driver.Mitesh Ahuja1-2/+112
2014-12-15Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-nextRoland Dreier1-1/+3
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-1/+1
2014-12-15RDMA/ocrdma: Fix ocrdma_query_qp() to report q_key value for UD QPsMitesh Ahuja1-0/+2
2014-10-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-5/+5
2014-10-10RDMA/ocrdma: Convert kernel VA to PA for mmap in userDevesh Sharma1-5/+5
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-09-19RDMA/ocrdma: Do not skip setting deferred_armDevesh Sharma1-3/+1
2014-09-19RDMA/ocrdma: Report correct value of max_fast_reg_page_list_lenDevesh Sharma1-1/+1
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-12RDMA/ocrdma: report asic-id in query deviceMitesh Ahuja1-1/+1
2014-08-01RDMA/ocrdma: Return proper value for max_mr_sizeMitesh Ahuja1-1/+1
2014-08-01RDMA/ocrdma: Do proper cleanup even if FW is in error stateMitesh Ahuja1-1/+11
2014-08-01RDMA/ocrdma: Allow only SEND opcode in case of UD QPsMitesh Ahuja1-0/+7
2014-08-01RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEsSelvin Xavier1-0/+10