aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+4
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+4
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-3/+4
2017-01-24RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram1-10/+1
2017-01-24IB/cxgb3: Set dev.parent instead of dma_deviceBart Van Assche1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra2-4/+4
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/cxgb3: Remove debug prints after allocation failureLeon Romanovsky1-12/+8
2016-10-07IB/cxgb3: Move user vendor structuresLeon Romanovsky3-76/+2
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-0/+1
2016-10-07iw_cxgb3: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-03Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8Doug Ledford1-2/+2
2016-08-02RDMA/cxgb3: Use AF_INET for sin_family fieldAmitoj Kaur Chawla1-2/+2
2016-06-23IB/cxgb3: Support device FW version stringIra Weiny1-14/+13
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-44/+105
2016-05-26IB/core: Make device counter infrastructure dynamicChristoph Lameter1-43/+104
2016-05-24RDMA/cxgb3: device driver frees DMA memory with different sizeHonggang Li1-1/+1
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+3
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
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-04-28treewide: Fix typos in printkMasanari Iida1-1/+1
2016-04-26iw_cxgb3: initialize ibdev.iwcm->ifname for port mappingSteve Wise1-0/+2
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford1-8/+8
2016-03-16iw_cxgb3: support for iWARP port mappingSteve Wise1-8/+8
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak1-1/+2
2015-12-24iw_cxgb3: Fix incorrectly returning error on successHariprasad S1-2/+2
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig1-3/+0
2015-12-23cxgb3: simplify iwch_get_dma_wrChristoph Hellwig3-126/+26
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig4-90/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig3-104/+0
2015-10-28RDMA/cxgb3: Remove old FRWR APISagi Grimberg3-72/+1
2015-10-28RDMA/cxgb3: Support the new memory registration APISagi Grimberg3-0/+83
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-18/+18
2015-08-30cxgb3: Support ib_alloc_mr verbSagi Grimberg1-4/+10
2015-07-24RDMA/cxgb3: fail get_dma_mr on 64 bit archesSteve Wise1-0/+4
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+5
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-2/+6
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-3/+3
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/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+7
2014-05-28RDMA/cxgb3: Remove a couple unneeded conditionsDan Carpenter1-4/+2
2014-05-27RDMA/cxgb3: Fix information leak in send_abort()Dan Carpenter1-0/+1
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-12/+7
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise1-14/+32