aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-25RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja1-0/+1
2020-05-12RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja1-4/+3
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2-2/+6
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-6/+6
2020-02-11RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju2-2/+6
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-6/+7
2019-11-17RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET1-2/+2
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe3-22/+23
2019-10-28RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja1-2/+0
2019-10-28RDMA/iw_cxgb4: Report correct port speed/widthPotnuri Bharat Teja1-3/+4
2019-10-18iw_cxgb4: fix ECN check on the passive acceptPotnuri Bharat Teja1-14/+14
2019-10-04RDMA/cxgb4: Do not dma memory off of the stackGreg KH1-11/+17
2019-10-01RDMA/iw_cxgb4: fix SRQ access from dump_qp()Potnuri Bharat Teja2-11/+6
2019-08-12RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib1-24/+0
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-125/+99
2019-07-03IB: Remove unneeded memsetFuqian Huang2-2/+0
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2-0/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-2/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky3-20/+13
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2-9/+6
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal1-2/+7
2019-05-27iw_cxgb4: Fix qpid leakNirranjan Kirubaharan2-33/+19
2019-05-27RDMA/cxgb4: Don't expose DMA addressesLeon Romanovsky1-3/+3
2019-05-27RDMA/cxgb4: Use sizeof() notationLeon Romanovsky7-53/+53
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-344/+251
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib1-21/+12
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-4/+4
2019-04-18RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"Colin Ian King1-1/+1
2019-04-16RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King1-0/+2
2019-04-09RDMA/cxgb4: Use ib_device_set_netdev()Steve Wise1-19/+17
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-24/+16
2019-04-04RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja1-2/+2
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch3-9/+6
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2-4/+6
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch5-16/+14
2019-03-28RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-25cxgb4: Convert stid_idr to XArrayMatthew Wilcox3-83/+22
2019-03-25cxgb4: Convert atid_idr to XArrayMatthew Wilcox3-20/+24
2019-03-25cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox3-22/+33
2019-03-25cxgb4: Convert mmidr to XArrayMatthew Wilcox3-24/+20
2019-03-25cxgb4: Convert qpidr to XArrayMatthew Wilcox4-95/+73
2019-03-25cxgb4: Convert cqidr to XArrayMatthew Wilcox4-12/+11
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-133/+251