aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_provider.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18RDMA/cxgb3: Convert timers to use timer_setup()Kees Cook1-1/+0
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-20IB/cxgb3: Fix error codes in iwch_alloc_mr()Dan Carpenter1-5/+4
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-2/+2
2017-04-20cxgb3: Convert PDBG to pr_debugJoe Perches1-51/+50
2017-04-20cxgb3: Use more common logging styleJoe Perches1-7/+4
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-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
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+2
2016-10-07IB/cxgb3: Move user vendor structuresLeon Romanovsky1-1/+1
2016-10-07IB/{core,hw}: Add constant for node_descYuval Shaia1-0/+1
2016-06-23IB/cxgb3: Support device FW version stringIra Weiny1-14/+13
2016-05-26IB/core: Make device counter infrastructure dynamicChristoph Lameter1-43/+104
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-26iw_cxgb3: initialize ibdev.iwcm->ifname for port mappingSteve Wise1-0/+2
2016-03-01IB/core: Add vendor's specific data to alloc mwMatan Barak1-1/+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 Hellwig1-47/+26
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig1-1/+0
2015-12-23IB: remove support for phys MRsChristoph Hellwig1-69/+0
2015-10-28RDMA/cxgb3: Remove old FRWR APISagi Grimberg1-24/+0
2015-10-28RDMA/cxgb3: Support the new memory registration APISagi Grimberg1-0/+33
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-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-12/+7
2013-07-30RDMA/cxgb3: Fix stack info leak in iwch_create_cq()Dan Carpenter1-0/+1
2013-04-16RDMA/cxgb3: Fix uninitialized variableCong Ding1-1/+1
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+4
2013-02-21IB/core: Add "type 2" memory windows supportShani Michaeli1-1/+4
2013-01-29IB: cxgb3: delay freeing mem untill entirely done with itJesper Juhl1-1/+1
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-1/+1
2011-10-31RDMA/cxgb3: Serialize calls to CQ's comp_handlerKumar Sanghvi1-0/+1
2011-07-18RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche1-8/+0
2010-10-22RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in errorSteve Wise1-5/+19
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-24RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise1-1/+1