summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-168-125/+99Star
|\
| * IB: Remove unneeded memsetFuqian Huang2019-07-032-2/+0Star
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-292-0/+2
| |\
| * | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1Star
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-20/+13Star
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-9/+6Star
| * | 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
| * | iw_cxgb4: Fix qpid leakNirranjan Kirubaharan2019-05-272-33/+19Star
| * | RDMA/cxgb4: Don't expose DMA addressesLeon Romanovsky2019-05-271-3/+3
| * | RDMA/cxgb4: Use sizeof() notationLeon Romanovsky2019-05-277-53/+53
* | | drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-031-2/+7
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-098-344/+251Star
|\
| * RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-21/+12Star
| * RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"Colin Ian King2019-04-181-1/+1
| * RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King2019-04-161-0/+2
| * RDMA/cxgb4: Use ib_device_set_netdev()Steve Wise2019-04-091-19/+17Star
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-24/+16Star
| * RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja2019-04-041-2/+2
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-013-9/+6Star
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-012-4/+6
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-015-16/+14Star
| * RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
| * cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-263-83/+22Star
| * cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-263-20/+24
| * cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-253-22/+33
| * cxgb4: Convert mmidr to XArrayMatthew Wilcox2019-03-253-24/+20Star
| * cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-254-95/+73Star
| * cxgb4: Convert cqidr to XArrayMatthew Wilcox2019-03-254-12/+11Star
* | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-4/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-108-133/+251
|\
| * cxgb4: kfree mhp after the debug printShaobo He2019-03-041-1/+1
| * RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-17/+9Star
| * iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-201-1/+1
| * RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-163-29/+3Star
| * IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-4/+5
| * RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-19/+13Star
| * iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-02-091-2/+3
| * iw_cxgb4: complete the cached SRQ buffersRaju Rangoju2019-02-093-8/+157
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-15/+10Star
| * iw_cxgb4: use tos when finding ipv6 routesSteve Wise2019-02-091-2/+3
| * iw_cxgb4: use tos when importing the endpointSteve Wise2019-02-091-1/+1
| * iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise2019-02-091-2/+7
| * iw_cxgb*: kzalloc the iwcm verbs structSteve Wise2019-02-051-1/+1
| * RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky2019-01-311-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/+2Star
| |\
| * | infiniband: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-251-2/+2