summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-2/+2
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-18/+11
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-4/+2
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-18/+0
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-27/+20
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-19/+31
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-8/+7
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-24/+14
* RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-32/+23
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-53/+39
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-3/+3
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
* | RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman2019-01-101-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-1/+1
|/
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-3/+4
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-12/+0
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-2/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-8/+8
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-6/+6
* 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/+4
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-6/+6
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-031-18/+0
* IB/ocrdma: Removed GID add/del null routinesParav Pandit2018-03-151-16/+0
* IB/ocrdma: Use zeroing memory allocator than allocator/memsetHimanshu Jha2018-01-021-5/+3
* IB/ocrdma: Remove unneeded conversions to boolAndrew F. Davis2017-12-131-1/+1
* RDMA/ocrdma: Remove set-but-not-used variablesBart Van Assche2017-10-141-2/+0
* RDMA/ocrdma: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+2
* 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/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-19/+19
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-9/+6
* RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num()Dan Carpenter2017-03-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-0/+1
|\
| * IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-0/+1
* | RDMA/ocrdma: Replace BUG() with BUG_ON()ssh102017-01-121-10/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+1
|\
| * IB/ocrdma: Move user vendor structuresLeon Romanovsky2016-10-071-1/+1
* | RDMA/ocrdma: Fix the max_sge reported from FWSelvin Xavier2016-08-241-2/+2
|/
* IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
* IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-4/+3
* IB/ocrdma: Skip using unneeded intermediate variableMarkus Elfring2016-03-031-3/+1
* IB/ocrdma: Delete unnecessary variable initialisations in 11 functionsMarkus Elfring2016-03-031-6/+6
* RDMA/ocrdma: Support RoCE-v2 in the UD pathDevesh Sharma2016-02-291-3/+19
* RDMA/ocrdma: Fix arm logic to align with new cq APIDevesh Sharma2016-02-171-14/+4
* RDMA/ocrdma: Fix pkey_index returned by driver in rq work completionSelvin Xavier2016-02-051-2/+1