summaryrefslogtreecommitdiff
path: root/drivers/net/e1000e/netdev.c
AgeCommit message (Expand)Author
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher
2011-08-04e1000e: minor re-order of #include filesBruce Allan
2011-07-12e1000e: use GFP_KERNEL allocations at init timeJeff Kirsher
2011-06-27e1000e: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason
2011-06-09e1000e: update driver versionBruce Allan
2011-06-09e1000e: access multiple PHY registers on same page at the same timeBruce Allan
2011-06-09e1000e: do not schedule the Tx queue until readyBruce Allan
2011-06-09e1000e: 82579 intermittently disabled during S0->SxBruce Allan
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-05-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-05-21PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu
2011-04-27e1000e: implement ethtool set_phys_idBruce Allan
2011-04-13e1000e: If ASPM L0s needs to be disabled, do it prior to enabling deviceBruce Allan
2011-04-13e1000e: fix stats locking in e1000_watchdog_taskFlavio Leitner
2011-04-13e1000e: convert to new VLAN modelJeff Kirsher
2011-04-13e1000e: PCIe link speed in GT/s, not GB/sBruce Allan
2011-04-13e1000e: convert short duration msleep() to usleep_range()Bruce Allan
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki
2011-03-11e1000e: bump version numberBruce Allan
2011-03-11e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()Bruce Allan
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-02e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup insteadBruce Allan
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-17e1000e: flush all writebacks before unloadJesse Brandeburg
2011-02-17e1000e: check down flag in tasksJesse Brandeburg
2011-02-11e1000e: replace unbounded sprintf with snprintfBruce Allan
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-08e1000e: tx_timeout should not increment for non-hang eventsJesse Brandeburg
2011-01-24e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan
2011-01-24e1000e: convert to stats64Jeff Kirsher
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan
2011-01-14e1000e: update Copyright for 2011Bruce Allan
2011-01-09e1000e: power off PHY after reset when interface is downBruce Allan
2011-01-09e1000e: properly bounds-check string functionsBruce Allan
2011-01-09e1000e: cleanup variables set but not usedBruce Allan
2010-12-24e1000e: checkpatch warnings - bracesBruce Allan
2010-12-24e1000e: checkpatch error - macro panethesisBruce Allan
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo
2010-12-10e1000e: increment the driver versionBruce Allan
2010-12-10e1000e: minor error message correctionsBruce Allan
2010-12-10e1000e: prevent null ptr dereference in e1000_tx_queue()Bruce Allan
2010-12-10e1000e: support new PBA format from EEPROMBruce Allan
2010-12-10e1000e: fix double initialization in blink pathHolger Eitzenberger
2010-11-27drivers/net: use vzalloc()Eric Dumazet
2010-11-16e1000e: add netpoll support for MSI/MSI-X IRQ modesDongdong Deng
2010-11-15drivers/net/e1000e: Remove unnecessary semicolonsJoe Perches