aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-22RDMA/cxgb3: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-1/+3
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-02-14IB/cxgb3: remove cxio_dbg.cCorentin Labbe5-232/+0
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-17/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford3-9/+5
2017-10-18RDMA/cxgb3: Convert timers to use timer_setup()Kees Cook3-9/+5
2017-10-14RDMA/cxgb3: Remove a set-but-not-used variableBart Van Assche1-3/+3
2017-10-14RDMA/cxgb3: Annotate locking assumptionsBart Van Assche1-0/+3
2017-09-27RDMA/cxgb3: remove redundant first assignement of sqpColin Ian King1-4/+2
2017-09-27IB/{cxgb3,cxgb4}: Remove unneeded config dependenciesYuval Shaia1-1/+1
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-3/+2
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-20IB/cxgb3: Fix error codes in iwch_alloc_mr()Dan Carpenter1-5/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-3/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-12/+12
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg3-10/+5
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 Perches13-330/+329
2017-04-20cxgb3: Use more common logging styleJoe Perches9-86/+70
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