summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-173-24/+15
* RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-1/+1
* RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-091-3/+3
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-092-2/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-064-44/+14
|\
| * RDMA/cxgb4: Remove the query_pkey callbackKamal Heib2020-07-201-11/+0
| * IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2020-07-061-1/+0
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-062-2/+2
| * RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-233-18/+4
| * RDMA: Add dedicated QP resource tracker functionMaor Gottlieb2020-06-232-4/+2
| * RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-233-4/+3
| * RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-233-4/+3
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-162-2/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja2020-05-251-0/+1
* RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja2020-05-121-4/+3
* Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-042-2/+6
|\
| * RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju2020-02-112-2/+6
* | RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-202-6/+6
|/
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-273-6/+7
|\
| * RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET2019-11-171-2/+2
| * IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
| * Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-283-22/+23
| |\
| * | RDMA/iw_cxgb4: Report correct port speed/widthPotnuri Bharat Teja2019-10-281-3/+4
* | | 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