aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hfi1/vnic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-8/+8
2019-03-29hfi1: Convert vesw_idr to XArrayMatthew Wilcox1-8/+8
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-2/+1
2018-12-06IB/hfi1: Limit VNIC use of SDMA engines to the available countMichael J. Ruhl1-2/+2
2018-09-01IB/hfi1: Make the MSIx resource allocation a bit more flexibleMichael J. Ruhl1-6/+6
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+1
2018-06-22IB/hfi1: Remove INTx support and simplify MSIx usageMichael J. Ruhl1-5/+3
2018-06-22IB/hfi1: Remove caches of chip CSRsMike Marciniszyn1-2/+2
2017-11-13IB/hfi1: Do not allocate PIO send contexts for VNICNiranjana Vishwanathapura1-35/+2
2017-10-04IB/hfi1: Fix incorrect available receive user context countMichael J. Ruhl1-2/+5
2017-08-22IB/hfi1: Add support to receive 16B bypass packetsDon Hiatt1-2/+2
2017-08-22IB/hf1: User context locking is inconsistentMichael J. Ruhl1-10/+2
2017-08-22IB/hfi1: Protect context array set/clear with spinlockMichael J. Ruhl1-16/+6
2017-07-31IB/hfi1: Pass the context pointer rather than the indexMichael J. Ruhl1-2/+2
2017-07-31IB/hfi1: Size rcd array index correctly and consistentlyMichael J. Ruhl1-1/+1
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford1-4/+7
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura1-9/+10
2017-06-27IB/hfi1: Resolve kernel panics by reference counting receive contextsMichael J. Ruhl1-4/+7
2017-05-04IB/hfi1: Clean up context initializationMichael J. Ruhl1-5/+1
2017-05-04IB/hfi1: Correctly clear the pkeyMichael J. Ruhl1-1/+1
2017-04-20IB/hfi1: VNIC SDMA supportVishwanathapura, Niranjana1-2/+22
2017-04-20IB/hfi1: Virtual Network Interface Controller (VNIC) HW supportVishwanathapura, Niranjana1-1/+244
2017-04-20IB/hfi1: OPA_VNIC RDMA netdev supportVishwanathapura, Niranjana1-0/+644