summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/vnic_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-8/+8
|\
| * hfi1: Convert vesw_idr to XArrayMatthew Wilcox2019-03-291-8/+8
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1Star
|/
* IB/hfi1: Limit VNIC use of SDMA engines to the available countMichael J. Ruhl2018-12-071-2/+2
* IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl2018-09-011-6/+6
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+1
* | IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl2018-06-221-5/+3Star
* | IB/hfi1: Remove caches of chip CSRsMike Marciniszyn2018-06-221-2/+2
|/
* IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura2017-11-131-35/+2Star
* IB/hfi1: Fix incorrect available receive user context countMichael J. Ruhl2017-10-041-2/+5
* IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt2017-08-221-2/+2
* IB/hf1: User context locking is inconsistentMichael J. Ruhl2017-08-221-10/+2Star
* IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl2017-08-221-16/+6Star
* IB/hfi1: Pass the context pointer rather than the indexMichael J. Ruhl2017-07-311-2/+2
* IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl2017-07-311-1/+1
* Merge branch 'hfi1' into k.o/for-4.14Doug Ledford2017-07-241-4/+7
|\
| * IB/hfi1: Resolve kernel panics by reference counting receive contextsMichael J. Ruhl2017-06-271-4/+7
* | IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-051-9/+10
|/
* IB/hfi1: Clean up context initializationMichael J. Ruhl2017-05-051-5/+1Star
* IB/hfi1: Correctly clear the pkeyMichael J. Ruhl2017-05-051-1/+1
* IB/hfi1: VNIC SDMA supportVishwanathapura, Niranjana2017-04-201-2/+22
* IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana2017-04-201-1/+244
* IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana2017-04-201-0/+644