aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-24i40e: Split Flow Director descriptor config into separate functionAlexander Duyck1-51/+64
2016-09-24i40e/i40evf: Add txring_txq function to match fm10k and ixgbeAlexander Duyck2-11/+15
2016-09-24i40e: Fix Flow Director raw_buf cleanupAlexander Duyck1-4/+4
2016-09-24i40e: Increase minimum number of allocated VSIAkeem Abodunrin1-1/+1
2016-09-24i40e/i40evf: Changed version to 1.6.16Bimmy Pujari1-1/+1
2016-09-24i40e: removing unreachable codeHenry Tieman1-5/+1
2016-09-24i40e: check conflicting ntuple/sideband rules when re-enabling ATRJacob Keller1-3/+7
2016-09-24i40e: cleanup ATR auto_disable_flags useJacob Keller3-20/+17
2016-09-24i40e: add encap csum VF offload flagPreethi Banala1-0/+1
2016-09-24i40e: fix deleting mac filtersAlan Brady1-2/+2
2016-09-24i40e: Remove 100 Mbps SGMII support for X722Harshitha Ramamurthy1-1/+0
2016-09-24Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller6-21/+34