summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* RDMA/cxgb3: Don't crash kernel just because IDR is fullLeon Romanovsky2018-06-011-1/+0
* RDMA/cxgb3: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-221-1/+3
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* IB/cxgb3: remove cxio_dbg.cCorentin Labbe2018-02-145-232/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-156-17/+14
|\
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-183-9/+5
| |\
| | * RDMA/cxgb3: Convert timers to use timer_setup()Kees Cook2017-10-183-9/+5
| * | RDMA/cxgb3: Remove a set-but-not-used variableBart Van Assche2017-10-141-3/+3
| * | RDMA/cxgb3: Annotate locking assumptionsBart Van Assche2017-10-141-0/+3
| * | RDMA/cxgb3: remove redundant first assignement of sqpColin Ian King2017-09-271-4/+2
| * | IB/{cxgb3,cxgb4}: Remove unneeded config dependenciesYuval Shaia2017-09-271-1/+1
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
* IB/cxgb3: Fix error codes in iwch_alloc_mr()Dan Carpenter2017-07-201-5/+4
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-12/+12
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-163-10/+5
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-2/+2
* cxgb3: Convert PDBG to pr_debugJoe Perches2017-04-2013-330/+329
* cxgb3: Use more common logging styleJoe Perches2017-04-209-86/+70
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/cxgb3: Set dev.parent instead of dma_deviceBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-3/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-3/+4
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-202-4/+4
|\ \
| * | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-142-4/+4
| |/
* | RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-241-10/+1
|/
* 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/cxgb3: Remove debug prints after allocation failureLeon Romanovsky2016-12-031-12/+8
|/
* IB/cxgb3: Move user vendor structuresLeon Romanovsky2016-10-073-76/+2
* IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-0/+1
* iw_cxgb3: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
*-. Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8Doug Ledford2016-08-031-2/+2
|\ \
| * | RDMA/cxgb3: Use AF_INET for sin_family fieldAmitoj Kaur Chawla2016-08-021-2/+2
| |/
* | IB/cxgb3: Support device FW version stringIra Weiny2016-06-231-14/+13
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-282-44/+105
|\
| * IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-261-43/+104
| * RDMA/cxgb3: device driver frees DMA memory with different sizeHonggang Li2016-05-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-201-4/+3
|\ \ | |/
| * 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/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\ \ | |/ |/|
| * treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
* | iw_cxgb3: initialize ibdev.iwcm->ifname for port mappingSteve Wise2016-04-261-0/+2
|/
*-. Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-161-8/+8
|\ \
OpenPOWER on IntegriCloud