summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2014-03-08e1000e: Refactor PM flowsDavid Ertman3-55/+78
2014-03-08e1000e: Add missing branding strings in ich8lan.cDavid Ertman1-0/+8
2014-03-08e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman23-599/+444
2014-03-08e1000e: Fix 82579 sets LPI too early.David Ertman3-5/+19
2014-03-08e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resetsDavid Ertman1-4/+26
2014-03-08e1000e: Cleanup unecessary referencesDavid Ertman1-2/+2
2014-03-08e1000e: PTP lock in e1000e_phc_adjustfreqTodd Fujinaka1-0/+5
2014-03-07i40e/i40evf: Bump pf&vf build versionsCatherine Sullivan2-2/+2
2014-03-07i40e/i40evf: carefully fill tx ringJesse Brandeburg2-4/+4
2014-03-07i40e: fix nvm version and remove firmware reportJesse Brandeburg2-14/+7
2014-03-07i40e: Fix static checker warningNeerav Parikh1-3/+6
2014-03-07i40e: Remove a redundant filter additionAnjali Singhai Jain1-4/+7
2014-03-07i40e: count timeout eventsJesse Brandeburg1-0/+1
2014-03-07i40e: Remove a FW workaround for Number of MSIX vectorsAnjali Singhai Jain1-0/+6
2014-03-07i40e: clean up comment styleShannon Nelson1-59/+58
2014-03-07i40e/i40evf: i40e implementation for skb_set_hashJesse Brandeburg6-4/+800
2014-03-07i40e: Prevent overflow due to kzallocAkeem G Abodunrin1-1/+1
2014-03-07i40e: Flow Director sideband accountingJoseph Gasparakis5-264/+535
2014-03-07i40evf: Enable the ndo_set_features netdev opGreg Rose1-0/+5
2014-03-03ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller3-8/+24
2014-03-03ixgbe: Check config reads for removalMark Rustad4-15/+75
2014-03-03ixgbe: Fix up some ethtool results when adapter is removedMark Rustad1-1/+8
2014-03-03ixgbe: Restore hw_addr in LER recovery pathsMark Rustad1-2/+4
2014-02-28ixgbevf: add check for CHECKSUM_PARTIAL when doing TSOEmil Tantilov1-0/+3
2014-02-28ixgbevf: fix handling of tx checksummingEmil Tantilov1-1/+1
2014-02-28ixgbe: Add check for FW veto bitDon Skidmore4-4/+63
2014-02-28ixgbe: fix bit toggled for 82599 reset fix.Don Skidmore1-1/+2
2014-02-28ixgbe: collect all 82599 AUTOC code in one functionDon Skidmore7-141/+161
2014-02-28ixgbe: fix to use correct timeout interval for memory read completionDon Skidmore2-3/+64
2014-02-27igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny21-64/+43
2014-02-27igb: make local functions static and remove dead codeJeff Kirsher8-98/+17
2014-02-27ixgbe: Add WoL support for a new deviceMark Rustad2-0/+2
2014-02-27ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller1-2/+6
2014-02-27ixgbe: modify behavior on receiving a HW ECC error.Don Skidmore1-6/+12
2014-02-21i40e and i40evf: Bump driver versionsCatherine Sullivan2-2/+2
2014-02-21i40e: Change MSIX to MSI-XCatherine Sullivan2-5/+7
2014-02-21i40e: tighten up ring enable/disable flowMitch Williams1-17/+15
2014-02-21i40e: remove unnecessary delayMitch Williams1-1/+0
2014-02-21i40evf: remove errant spaceMitch A Williams1-1/+1
2014-02-21i40evf: update version and copyright dateMitch Williams1-2/+2
2014-02-21i40evf: store ring size in ring structsMitch Williams3-10/+8
2014-02-21i40evf: don't guess device nameMitch Williams1-2/+0
2014-02-21i40evf: remove bogus commentMitch Williams1-1/+0
2014-02-21i40evf: fix up strings in init taskMitch Williams1-20/+16
2014-02-21i40evf: get rid of pci_using_dacMitch Williams1-7/+3
2014-02-21i40evf: fix multiple crashes on removeMitch Williams1-6/+7
2014-02-21i40evf: remove VLAN filters on closeMitch Williams1-0/+5
2014-02-21i40evf: request reset on tx hangMitch Williams3-3/+20
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-02-19ixgbevf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-21/+11