aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-21PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu1-1/+1
2011-05-14e1000e: minor comment cleanupsBruce Allan1-2/+2
2011-04-29net/igb/e1000/e1000e: more robust ethtool duplex/speed configurationDavid Decotigny1-8/+16
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-5/+7
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-04-27e1000e: implement ethtool set_phys_idBruce Allan8-59/+32
2011-04-13e1000e: If ASPM L0s needs to be disabled, do it prior to enabling deviceBruce Allan3-11/+30
2011-04-13e1000e: fix stats locking in e1000_watchdog_taskFlavio Leitner1-1/+1
2011-04-13e1000e: convert to new VLAN modelJeff Kirsher3-81/+119
2011-04-13e1000e: PCIe link speed in GT/s, not GB/sBruce Allan1-1/+1
2011-04-13e1000e: convert short duration msleep() to usleep_range()Bruce Allan7-35/+33
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds8-112/+180
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-4/+4
2011-03-11e1000e: bump version numberBruce Allan1-1/+1
2011-03-11e1000e: do not suggest the driver supports Wake-on-ARPBruce Allan1-9/+3
2011-03-11e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROMBruce Allan2-1/+8
2011-03-11e1000e: do not toggle LANPHYPC value bit when PHY reset is blockedBruce Allan1-4/+4
2011-03-11e1000e: extend EEE LPI timer to prevent dropped linkBruce Allan1-5/+24
2011-03-11e1000e: extend timeout for ethtool link test diagnosticBruce Allan1-3/+6
2011-03-11e1000e: magic number cleanup - ETH_ALENBruce Allan1-3/+2
2011-03-11e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()Bruce Allan1-2/+2
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2011-03-02e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup insteadBruce Allan1-1/+2
2011-02-28net: use pci_dev->revision, againSergei Shtylyov1-4/+2
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+42
2011-02-17e1000e: flush all writebacks before unloadJesse Brandeburg1-10/+21
2011-02-17e1000e: check down flag in tasksJesse Brandeburg1-0/+21
2011-02-11e1000e: return appropriate errors for 'ethtool -r'Bruce Allan1-2/+9
2011-02-11e1000e: use correct pointer when memcpy'ing a 2-dimensional arrayBruce Allan1-1/+1
2011-02-11e1000e: replace unbounded sprintf with snprintfBruce Allan1-2/+6
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2011-02-08e1000e: tx_timeout should not increment for non-hang eventsJesse Brandeburg1-1/+0
2011-01-24e1000e: Use kmemdup rather than duplicating its implementationBruce Allan1-9/+2
2011-01-24e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan5-33/+31
2011-01-24e1000e: convert to stats64Jeff Kirsher3-34/+80
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-135/+138
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan6-123/+126
2011-01-14e1000e: update Copyright for 2011Bruce Allan12-13/+13
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2011-01-09e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574Bruce Allan2-0/+57
2011-01-09e1000e: power off PHY after reset when interface is downBruce Allan3-35/+53
2011-01-09e1000e: use either_crc_le() rather than re-write itBruce Allan2-18/+2
2011-01-09e1000e: properly bounds-check string functionsBruce Allan2-7/+11
2011-01-09e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phyBruce Allan3-53/+44
2011-01-09e1000e: cleanup variables set but not usedBruce Allan4-11/+21
2010-12-24e1000e: checkpatch warnings - bracesBruce Allan4-21/+12
2010-12-24e1000e: checkpatch error - open bracesBruce Allan3-15/+15