summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2016-10-31i40e: removed unreachable codeFilip Sadowski4-60/+33
2016-10-31i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin3-2/+19
2016-10-31i40e: Fix for division by zeroMichal Kosiarz1-2/+4
2016-10-31i40e: clear mac filter count on resetMitch Williams1-0/+1
2016-10-31i40e: Reorder logic for coalescing RS bitsAlexander Duyck2-52/+54
2016-10-31i40e: Add common function for finding VSI by typeAlexander Duyck4-30/+27
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller4-44/+83
2016-10-31i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller2-14/+8
2016-10-31i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller1-3/+4
2016-10-31i40e: remove duplicate add/delete adminq command code for filtersJacob Keller1-72/+84
2016-10-31i40e: avoid looping to check whether we're in VLAN modeJacob Keller2-11/+38
2016-10-31i40e: fix MAC filters when removing VLANsAlan Brady1-48/+72
2016-10-31i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller1-17/+22
2016-10-31i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller5-107/+161
2016-10-31i40e: implement __i40e_del_filter and use where applicableJacob Keller1-33/+59
2016-10-31i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller1-0/+6
2016-10-31i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller1-12/+13
2016-10-31i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-57/+56
2016-10-31i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller2-54/+69
2016-10-31i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller5-272/+89
2016-10-31i40e: Add missing \n to end of dev_err messageColin Ian King1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-28/+7
2016-10-28i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck3-35/+14
2016-10-28i40e: Fix bit logic error in failure caseDavid Ertman1-1/+1
2016-10-28i40e/i40evf: Changed version from 1.6.19 to 1.6.21Bimmy Pujari1-1/+1
2016-10-28i40e: Removal of workaround for simple MAC address filter deletionFilip Sadowski1-41/+0
2016-10-28i40e: Fix for long link down notification timeCarolyn Wyborny1-1/+4
2016-10-28i40e: Drop redundant Rx descriptor processing codeAlexander Duyck1-12/+6
2016-10-28i40e: fix confusing dmesg info for ethtool -L optionLihong Yang1-2/+2
2016-10-28i40e: Make struct i40e_stats constJoe Perches1-1/+1
2016-10-28i40e/i40evf: Changed version from 1.6.16 to 1.6.19Bimmy Pujari1-1/+1
2016-10-28i40e/i40evf: fix interrupt affinity bugAlan Brady3-21/+81
2016-10-28i40e: group base mode VF offload flagsPreethi Banala1-0/+4
2016-10-28i40e: reopen client after resetMitch Williams2-32/+17
2016-10-28i40e: Drop code for unsupported flow typesAlexander Duyck1-26/+5
2016-10-28i40e: Remove unused function i40e_vsi_lookupAlexander Duyck2-33/+0
2016-10-28i40e: Bit test mask correctionFilip Sadowski1-1/+1
2016-10-28i40e: Rewrite Flow Director busy wait loopAlexander Duyck1-9/+4
2016-10-28i40e: Fix client interactionCarolyn Wyborny1-16/+13
2016-10-27i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang1-1/+1
2016-10-27i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli1-0/+1
2016-10-27i40e: Fix configure TCs after initial DCB disableDavid Ertman2-27/+5
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-5/+5
2016-10-03i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli1-0/+6
2016-10-03i40e: fix sideband flow director vector allocationStefan Assmann1-2/+9
2016-10-03i40e: fix MSI-X vector redistribution if hw limit is reachedStefan Assmann1-16/+22
2016-10-03i40e: check if vectors are already depleted when doing VMDq allocationStefan Assmann1-11/+16
2016-09-24i40evf: support queue-specific settings for interrupt moderationJacob Keller2-8/+85
2016-09-24i40e: don't configure zero-size RSS tableMitch Williams1-0/+2
2016-09-24i40e: Strip out debugfs hook for Flow Director filter programmingAlexander Duyck3-84/+3