summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | RDMA/i40iw: Remove useless NULL checksLeon Romanovsky2019-05-211-8/+0
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-4/+8
* | | drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-022-4/+9
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-095-90/+64
|\
| * RDMA/i40iw: Use core helpers to get aligned DMA address within a supported pa...Shiraz Saleem2019-05-062-41/+8
| * RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-20/+10
| * IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-12/+8
| * IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-2/+5
| * IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-012-10/+13
| * RDMA/i40iw: Handle workqueue allocation failureKangjie Lu2019-03-273-5/+20
* | i40iw: Redefine i40iw_mmiowb() to do nothingWill Deacon2019-04-081-1/+1
|/
* i40iw: Avoid panic when handling the inetdev eventFeng Tang2019-03-171-1/+11
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-36/+14
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-4/+5
* RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-19/+16
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-082-21/+12
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-2/+2
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* | infiniband: prefix header search paths with $(srctree)/Masahiro Yamada2019-01-251-1/+1
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-3/+2
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-282-73/+56
|\
| * RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-23/+22
| * RDMA/i40iw: Make sure to initialize ib_device_opsKamal Heib2018-12-181-0/+1
| * RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
| * RDMA/i40iw: Initialize ib_device_ops structKamal Heib2018-12-111-30/+33