summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* rdma: Remove nesJason Gunthorpe2019-06-131-3721/+0Star
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-39/+21Star
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-21/+9Star
* RDMA/nes: Avoid memory allocation during CQ destroyLeon Romanovsky2019-06-111-17/+11Star
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-0/+2
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA/nes: Remove useless NULL checksLeon Romanovsky2019-05-211-6/+0Star
* RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2019-05-211-4/+5
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-17/+10Star
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-17/+18
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-4/+12
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+8Star
* RDMA/nes: remove redundant check on udataColin Ian King2019-03-261-39/+34Star
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-21/+11Star
* RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky2019-02-161-8/+1Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-6/+6
* RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem2019-02-131-131/+89Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-21/+11Star
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-1/+1
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-2/+2
* RDMA/nes: Initialize ib_device_ops structKamal Heib2018-12-121-32/+35
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-38/+20Star
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-60/+0Star
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-4/+4
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-1/+2
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+3
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-221-1/+1
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-6/+4Star
|\
| * RDMA/nes: Convert timers to use timer_setup()Kees Cook2017-10-091-6/+4Star
* | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-6/+6
|\ \ | |/ |/|
| * IB/nes: Fix indentationBart Van Assche2017-10-151-6/+6
* | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-2/+2
|/
* RDMA/nes: Remove zeroed parameter from port query callbackLeon Romanovsky2017-08-241-5/+0Star
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2Star
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+2
* IB/nes: use setup_timerGeliang Tang2017-04-281-3/+2Star
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-2/+2
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+0Star
|\
| * IB/nes: Remove a superfluous assignment statementBart Van Assche2017-01-241-1/+0Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+3
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-2/+3
| |/
* / RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-241-11/+1Star
|/