summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/i40iw: Constify ops structsRikard Falkeborn2020-11-232-20/+20
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-3/+3
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-7/+0
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-1/+1
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA/i40iw: Remove intermediate pointer that points to the same structLeon Romanovsky2020-09-291-6/+3
* i40iw: Add support to make destroy QP synchronousSindhu, Devale2020-09-226-71/+45
* RDMA/i40iw: Avoid typecast from void to pci_devParav Pandit2020-09-165-7/+8
* RDMA/i40iw: Use ib_umem_num_dma_pages()Jason Gunthorpe2020-09-111-9/+1
* RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe2020-09-091-2/+1
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* RDMA/i40iw: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-237-28/+21
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-21/+1
|\
| * RDMA/i40iw: Remove the query_pkey callbackKamal Heib2020-07-201-19/+0
| * RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-2/+1
* | i40e: Move client header locationShiraz Saleem2020-06-252-2/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/i40iw: Remove FMR leftoversJason Gunthorpe2020-06-022-10/+0
* IB/i40iw: Remove bogus call to netdev_master_upper_dev_get()Denis V. Lunev2020-05-121-8/+0
* i40iw: Fix error handling in i40iw_manage_arp_cache()Dan Carpenter2020-05-041-1/+1
* i40iw: fix null pointer dereference on a null wqe pointerColin Ian King2020-04-141-1/+1
* i40iw: Report correct firmware versionSindhu, Devale2020-03-188-9/+167
* 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-201-2/+2
* i40iw: Do an RCU lookup in i40iw_add_ipv4_addrShiraz Saleem2020-02-111-12/+6
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-9/+10
|\
| * IB/core: Introduce ib_reg_user_mrMoni Shoua2020-01-161-0/+3
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
| * i40iw: Remove setting of VMA private data and use rdma_user_mmap_ioShiraz Saleem2020-01-071-8/+6
* | RDMA/i40iw: fix a potential NULL pointer dereferenceXiyu Yang2020-01-031-0/+2
|/
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/i40iw: Fix potential use after freePan Bian2019-11-141-1/+1
* RDMA/i40iw: Associate ibdev to netdev before IB device registrationShiraz, Saleem2019-10-041-0/+4
* RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib2019-08-121-11/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-152-36/+24
|\
| * RDMA/i40iw: Set queue pair state when being queriedLiu, Changcheng2019-07-031-0/+2
| * IB/i40iw: Use kmemdup rather than open codingFuqian Huang2019-07-031-2/+2
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-0/+1
| |\
| * | RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
| * | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-20/+13
| * | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-2/+1
| * | 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-0/+2
| * | RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2