summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* IB: Remove unneeded memsetFuqian Huang2019-07-031-3/+0Star
* Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-291-0/+1
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1Star
* | RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-0/+1
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-25/+18Star
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-113-7/+4Star
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* | RDMA/cxgb3: Delete and properly mark unimplemented resize CQ functionLeon Romanovsky2019-05-273-83/+0Star
* | RDMA/cxgb3: Don't expose DMA addressesLeon Romanovsky2019-05-272-9/+10
* | RDMA/cxgb3: Use sizeof() notation instead of plain sizeofLeon Romanovsky2019-05-273-16/+14Star
|/
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-21/+11Star
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-9/+7Star
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-2/+2
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-14/+13Star
* RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
* RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-261-5/+5
* cxgb3: Convert mmidr to XArrayMatthew Wilcox2019-03-254-35/+10Star
* cxgb3: Convert qpidr to XArrayMatthew Wilcox2019-03-254-40/+33Star
* cxgb3: Convert cqidr to XArrayMatthew Wilcox2019-03-253-6/+6
* 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
|\