aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-02ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller3-8/+24
2014-03-02ixgbe: Check config reads for removalMark Rustad4-15/+75
2014-03-02ixgbe: Fix up some ethtool results when adapter is removedMark Rustad1-1/+8
2014-03-02ixgbe: 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-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny21-64/+43
2014-02-26igb: make local functions static and remove dead codeJeff Kirsher8-98/+17
2014-02-26ixgbe: Add WoL support for a new deviceMark Rustad2-0/+2
2014-02-26ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller1-2/+6
2014-02-26ixgbe: 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-18ixgbevf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-21/+11
2014-02-18ixgbe: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-12/+4
2014-02-18igbvf: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-3/+3
2014-02-18igb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+5
2014-02-18i40e: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-27/+6
2014-02-18e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+7
2014-02-17net: i40evf: Remove duplicate includeSachin Kamat1-2/+0
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann1-3/+3
2014-02-13i40evf: refactor reset handlingMitch Williams3-39/+130
2014-02-13i40evf: change type of flags variableMitch Williams1-1/+1
2014-02-13i40evf: don't store unnecessary array of stringsMitch Williams2-4/+5
2014-02-13i40evf: fix bogus commentMitch Williams1-2/+1
2014-02-13i40evf: clean up adapter structMitch Williams1-28/+1
2014-02-13i40e: don't handle VF reset on unloadMitch Williams2-6/+7
2014-02-13i40e: enable extant VFsMitch Williams3-8/+21
2014-02-13i40e: reset VFs after PF resetMitch Williams1-0/+5
2014-02-13i40e: set VF state to active when reset is completeMitch Williams1-0/+1
2014-02-13i40e: remove dead codeMitch Williams1-9/+1
2014-02-13i40e: Setting i40e_down bit for tx_timeoutAkeem G Abodunrin1-0/+1
2014-02-13i40evf: clean up memsetsMitch Williams1-3/+2