aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-13Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into k.o/for-4.7Doug Ledford1-1/+35
2016-05-13IB/nes: Deinline nes_free_qp_mem, save 1072 bytesDenys Vlasenko1-1/+1
2016-05-13RDMA/nes: Adding queue drain functionsTatyana Nikolova1-0/+34
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-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford1-0/+2
2016-03-16iw_nes: remove port mapper related codeFaisal Latif1-0/+2
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak1-1/+2
2015-12-23nes: simplify nes_reg_phys_mr calling conventionsChristoph Hellwig1-108/+32
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-75/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig1-2/+1
2015-10-28RDMA/nes: Remove old FRWR APISagi Grimberg1-161/+1
2015-10-28RDMA/nes: Support the new memory registration APISagi Grimberg1-1/+116
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-20/+21
2015-08-30nes: Support ib_alloc_mr verbSagi Grimberg1-5/+14
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+3
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-3/+8
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-2/+2
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+16
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+6
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-3/+3
2014-08-08infiniband: use pci_zalloc_consistentJoe Perches1-3/+2