summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
| * 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