summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-1/+2
|\
| * IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+2
* | IB/nes: Remove debug prints after allocation failureLeon Romanovsky2016-12-031-4/+0Star
|/
* IB/nes: Support device FW version stringIra Weiny2016-06-231-19/+14Star
*-. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-141-1/+35
|\ \
| | * IB/nes: Deinline nes_free_qp_mem, save 1072 bytesDenys Vlasenko2016-05-141-1/+1
| | * RDMA/nes: Adding queue drain functionsTatyana Nikolova2016-05-141-0/+34
| |/
* | 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/+3Star
|/
*-. Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-161-0/+2
|\ \
| | * iw_nes: remove port mapper related codeFaisal Latif2016-03-161-0/+2
| |/
* / IB/core: Add vendor's specific data to alloc mwMatan Barak2016-03-011-1/+2
|/
* nes: simplify nes_reg_phys_mr calling conventionsChristoph Hellwig2015-12-231-108/+32Star
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-231-75/+0Star
* IB: remove support for phys MRsChristoph Hellwig2015-12-231-2/+1Star
* RDMA/nes: Remove old FRWR APISagi Grimberg2015-10-291-161/+1Star
* RDMA/nes: Support the new memory registration APISagi Grimberg2015-10-291-1/+116
* IB: split struct ib_send_wrChristoph Hellwig2015-10-081-20/+21
* nes: Support ib_alloc_mr verbSagi Grimberg2015-08-311-5/+14
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-1/+3
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-1/+5
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-121-3/+8
* IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-021-2/+2
* IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-7/+1Star