summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-034-8/+24
|\
| * ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
| * igb/igbvf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck2016-12-012-4/+12
* | ptp: igb: Use the high resolution frequency method.Richard Cochran2016-11-091-8/+8
* | ixgbevf: Handle previously-freed msix_entriesMark Rustad2016-11-041-2/+7
* | ixgbe: ixgbe_atr() compute l4_proto only if non-paged data has network/transp...Sowmini Varadhan2016-11-041-0/+17
* | ixgbe: ixgbe_atr() should access udp_hdr(skb) only for UDP packetsSowmini Varadhan2016-11-041-1/+1
* | ixgbe: Correct X550 phy IDDon Skidmore2016-11-042-2/+4
* | ixgbe: Add X553 FW ALEF supportDon Skidmore2016-11-043-97/+255
* | ixgbe: set device if before calling get_invariantsEmil Tantilov2016-11-041-4/+6
* | ixgbe: use link instead of I2C combined abstractionEmil Tantilov2016-11-045-90/+124
* | ixgbe: remove SFP ixfi supportEmil Tantilov2016-11-041-65/+11
* | ixgbe: Handle previously-freed msix_entriesMark Rustad2016-11-041-0/+3
* | ixgbe: Add X553 PHY FC autoneg supportDon Skidmore2016-11-047-8/+232
* | ixgbe: fix link status check for copper X550emEmil Tantilov2016-11-041-8/+13
* | ixgbe: do not use ixgbe specific mdio definesEmil Tantilov2016-11-043-56/+33
* | ixgbe: Update setup PHY link to unset all speedsDon Skidmore2016-11-041-39/+38
* | ixgbe: Add support to retrieve and store LED link activeDon Skidmore2016-11-048-2/+57
* | ixgbe: Add X552 iXFI configuration helper functionDon Skidmore2016-11-041-34/+52
* | i40e: removed unreachable codeFilip Sadowski2016-10-314-60/+33
* | i40e: Implementation of ERROR state for NVM update state machineMaciej Sosin2016-10-315-4/+22
* | i40e: Fix for division by zeroMichal Kosiarz2016-10-311-2/+4
* | i40e: clear mac filter count on resetMitch Williams2016-10-311-0/+1
* | i40e: Reorder logic for coalescing RS bitsAlexander Duyck2016-10-314-104/+108
* | i40e: Add common function for finding VSI by typeAlexander Duyck2016-10-314-30/+27
* | i40evf: avoid an extra msleep whileJacob Keller2016-10-311-3/+5
* | i40e: replace PTP Rx timestamp hang logicJacob Keller2016-10-314-44/+83
* | i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller2016-10-312-14/+8
* | i40e: correct check for reading TSYNINDX from the receive descriptorJacob Keller2016-10-311-3/+4
* | i40e: remove duplicate add/delete adminq command code for filtersJacob Keller2016-10-311-72/+84
* | i40e: avoid looping to check whether we're in VLAN modeJacob Keller2016-10-312-11/+38
* | i40e: fix MAC filters when removing VLANsAlan Brady2016-10-311-48/+72
* | i40e: properly cleanup on allocation failure in i40e_sync_vsi_filtersJacob Keller2016-10-311-17/+22
* | i40e: store MAC/VLAN filters in a hash with the MAC Address as keyJacob Keller2016-10-315-107/+161
* | i40e: implement __i40e_del_filter and use where applicableJacob Keller2016-10-311-33/+59
* | i40e: When searching all MAC/VLAN filters, ignore removed filtersJacob Keller2016-10-311-0/+6
* | i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlanJacob Keller2016-10-311-12/+13
* | i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2016-10-311-57/+56
* | i40e: make use of __dev_uc_sync and __dev_mc_syncJacob Keller2016-10-312-54/+69
* | i40e: drop is_vf and is_netdev fields in struct i40e_mac_filterJacob Keller2016-10-315-272/+89
* | i40e: Add missing \n to end of dev_err messageColin Ian King2016-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-303-32/+15
|\|
| * i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang2016-10-271-1/+1
| * i40e: disable MSI-X interrupts if we cannot reserve enough vectorsGuilherme G Piccoli2016-10-271-0/+1
| * i40e: Fix configure TCs after initial DCB disableDavid Ertman2016-10-272-27/+5
| * ixgbe: fix panic when using macvlan with l2-fwd-offload enabledEmil Tantilov2016-10-271-4/+8
* | i40e: Clean up handling of msglevel flags and debug parameterAlexander Duyck2016-10-283-35/+14
* | i40e: Fix bit logic error in failure caseDavid Ertman2016-10-281-1/+1
* | i40e/i40evf: Changed version from 1.6.19 to 1.6.21Bimmy Pujari2016-10-282-2/+2
* | i40e: Removal of workaround for simple MAC address filter deletionFilip Sadowski2016-10-281-41/+0