summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja2019-10-281-2/+0
* iw_cxgb4: fix ECN check on the passive acceptPotnuri Bharat Teja2019-10-181-14/+14
* RDMA/cxgb4: Do not dma memory off of the stackGreg KH2019-10-041-11/+17
* RDMA/iw_cxgb4: fix SRQ access from dump_qp()Potnuri Bharat Teja2019-10-012-11/+6
* RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib2019-08-121-24/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-158-125/+99
|\
| * IB: Remove unneeded memsetFuqian Huang2019-07-032-2/+0
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-282-0/+2
| |\
| * | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-113-20/+13
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-112-9/+6
| * | 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/+19
| * | 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-021-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/+251
|\
| * RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-21/+12
| * 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/+17
| * RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-24/+16
| * 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/+6
| * 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/+14
| * RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
| * cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-253-83/+22
| * cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-253-20/+24
| * cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-253-22/+33
| * cxgb4: Convert mmidr to XArrayMatthew Wilcox2019-03-253-24/+20
| * cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-254-95/+73
| * cxgb4: Convert cqidr to XArrayMatthew Wilcox2019-03-254-12/+11
* | 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-098-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/+9
| * iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-191-1/+1
| * RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-153-29/+3
| * 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/+13
| * iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-02-081-2/+3
| * iw_cxgb4: complete the cached SRQ buffersRaju Rangoju2019-02-083-8/+157
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-15/+10
| * iw_cxgb4: use tos when finding ipv6 routesSteve Wise2019-02-081-2/+3
| * iw_cxgb4: use tos when importing the endpointSteve Wise2019-02-081-1/+1
| * iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise2019-02-081-2/+7