summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-10/+7Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-1/+3
* RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-17/+12Star
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-15/+10Star
* iw_cxgb*: kzalloc the iwcm verbs structSteve Wise2019-02-051-1/+1
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-3/+3
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
* | infiniband: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-251-1/+1
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-6/+8
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
|/
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-1/+1
* RDMA/cxgb3: Initialize ib_device_ops structKamal Heib2018-12-111-30/+34
* infiniband/hw/cxgb3/cxio_hal.c: Use dma_zalloc_coherentSabyasachi Gupta2018-11-211-2/+1Star
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-33/+19Star
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-41/+0Star
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-312-10/+10
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-10/+10
* RDMA/cxgb3: Make iwch_poll_cq_one() easier to analyzeBart Van Assche2018-07-091-28/+36
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* RDMA/cxgb3: Don't crash kernel just because IDR is fullLeon Romanovsky2018-06-011-1/+0Star
* 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-155-232/+0Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-156-17/+14Star
|\
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-183-9/+5Star
| |\
| | * RDMA/cxgb3: Convert timers to use timer_setup()Kees Cook2017-10-183-9/+5Star
| * | RDMA/cxgb3: Remove a set-but-not-used variableBart Van Assche2017-10-151-3/+3
| * | RDMA/cxgb3: Annotate locking assumptionsBart Van Assche2017-10-151-0/+3
| * | RDMA/cxgb3: remove redundant first assignement of sqpColin Ian King2017-09-271-4/+2Star
| * | 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/+2Star
* RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0Star
* IB/cxgb3: Fix error codes in iwch_alloc_mr()Dan Carpenter2017-07-201-5/+4Star
* 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/+5Star
* 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/+329Star
* cxgb3: Use more common logging styleJoe Perches2017-04-209-86/+70Star
* 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
| |/