aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-0/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-21RDMA/nes: Remove useless NULL checksLeon Romanovsky1-6/+0
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-4/+5
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib1-17/+10
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-17/+18
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-4/+12
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+8
2019-03-26RDMA/nes: remove redundant check on udataColin Ian King1-39/+34
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-21/+11
2019-02-15RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky1-8/+1
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-6/+6
2019-02-13RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem1-131/+89
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-21/+11
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky1-1/+1
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-1/+1
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+1
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-2/+2
2018-12-12RDMA/nes: Initialize ib_device_ops structKamal Heib1-32/+35
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-38/+20
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib1-60/+0
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-4/+4
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-1/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-6/+4
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-6/+6
2017-10-14IB/nes: Fix indentationBart Van Assche1-6/+6
2017-10-09RDMA/nes: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-09-25IB: Correct MR length field to be 64-bitParav Pandit1-2/+2
2017-08-24RDMA/nes: Remove zeroed parameter from port query callbackLeon Romanovsky1-5/+0
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+2
2017-04-28IB/nes: use setup_timerGeliang Tang1-3/+2
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-2/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+0
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+3
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-2/+3
2017-01-24RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram1-11/+1
2017-01-24IB/nes: Remove a superfluous assignment statementBart Van Assche1-1/+0
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-1/+2
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+2
2016-12-03IB/nes: Remove debug prints after allocation failureLeon Romanovsky1-4/+0
2016-06-23IB/nes: Support device FW version stringIra Weiny1-19/+14