Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / drivers / net / e1000 /
2010-05-14 Joe Perchesixgb and e1000: Use new function for copybreak tests
2010-05-14 Jesse Brandeburge1000: cleanup unused parameters
2010-05-14 Jesse Brandeburge1000: fix WARN_ON with mac-vlan
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-06 Jesse Brandeburge1000/e1000e: implement a simple interrupt moderation
2010-04-28 Emil Tantilove1000: Use netdev_<level>, pr_<level> and dev_<level>
2010-04-27 Nick Nunleye1000: use DMA API instead of PCI DMA functions
2010-04-14 Eric Dumazetdrivers: net: use skb_headlen()
2010-04-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-27 Emil Tantilove1000: do not modify tx_queue_len on link speed change
2010-03-24 Frans Popnet/intel: remove trailing space in messages
2010-02-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-02-23 Anton Blancharde1000: Fix DMA mapping error handling on RX
2010-02-23 Jiri Pirkoe1000: correct wrong coding style for "else"
2010-02-22 Jiri Pirkoe1000: convert to use netdev_for_each_mc_addr
2010-02-04 Nick Nunleye1000: call pci_save_state after pci_restore_state
2010-02-04 Nick Nunleye1000: Report link status in ethtool when interface...
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-25 Jiri Pirkonet: use helpers to access uc list V2
2010-01-23 Jesse Brandeburge1000/e1000e: don't use small hardware rx buffers
2010-01-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-21 Jesse Brandeburge1000: enhance frame fragment detection
2010-01-21 Roel Kluine1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigne...
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-12-03 Alexander Duycke1000: remove use of skb_dma_map from e1000 driver
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-10-13 Ajit Khapardee1000: Fix erroneous display of stats by ethtool -S
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-10-08 Ajit Khapardee1000: Use the instance of net_device_stats from net_de...
2009-09-27 Don Skidmoree1000: cleanup unused prototype
2009-09-27 Jesse Brandeburge1000: fix namespacecheck warnings
2009-09-27 Jesse Brandeburge1000: drop unused functionality for eeprom write/read
2009-09-27 Jesse Brandeburge1000: updated whitespace and comments
2009-09-27 Jesse Brandeburge1000: drop redunant line of code, cleanup
2009-09-27 Jesse Brandeburge1000: remove races when changing mtu
2009-09-27 Jesse Brandeburge1000: two workarounds were incomplete, fix them
2009-09-27 Jesse Brandeburge1000: fix tx waking queue after queue stopped during...
2009-09-27 Jesse Brandeburge1000: test link state conclusively
2009-09-27 Jesse Brandeburge1000: stop timers at appropriate times
2009-09-27 Jesse Brandeburge1000: use netif_tx_disable
2009-09-27 Jesse Brandeburge1000: remove unused functions
2009-09-27 Jesse Brandeburge1000: drop dead pcie code from e1000
2009-09-21 Anand Gadiyartrivial: fix typo "to to" in multiple files
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-09-02 Graham, Davide1000: Fix for e1000 kills IPMI on a tagged vlan.
2009-09-01 Stephen Hemmingerintel: convert drivers to netdev_tx_t
2009-08-26 Graham, Davide1000: Remove unused function e1000_mta_set.
2009-07-07 Jesse Brandeburge1000: fix flow control thresholds
2009-07-07 Jesse Brandeburge1000: implement jumbo receive with partial descriptors
2009-07-07 Jesse Brandeburge1000: allow ethtool coalesece to adjust interrupts...
2009-07-01 Andre Detsche1000: return PCI_ERS_RESULT_DISCONNECT on permanent...
2009-07-01 Jesse Brandeburge1000: fix unmap bug
2009-06-18 Jiri Pirkonet: group address list and its count
2009-06-08 Eric Dumazetnet: skb_shared_info optimization
2009-06-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-06-02 Neil Hormane1000: add missing length check to e1000 receive routine
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-29 Eric Dumazetnet: dont update dev->trans_start
2009-05-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-07 Jesse Brandeburge1000/e1000e/igb/ixgb: don't txhang after link down
2009-05-05 Jesse Brandeburge1000: fix virtualization bug
2009-04-22 Jesse Brandeburge1000/e1000e/igb/ixgb: do not use netif_wake_queue...
2009-04-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-20 Jesse Brandeburge1000: init link state correctly
2009-04-17 Jesse Brandeburge1000: fix transmit routine exit bug
2009-04-16 Rafael J. WysockiNET/e1000: Fix powering off during shutdown
2009-04-14 Jesse Brandeburge1000/e1000: fix compile warning
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-04-04 Jesse Brandeburge1000: fix loss of multicast packets
2009-03-26 Jesse Brandeburge1000: fix close race with interrupt
2009-03-26 Alexander Duycke1000: cleanup clean_tx_irq routine so that it complete...
2009-03-26 Alexander Duycke1000: fix tx hang detect logic and address dma mapping...
2009-03-03 Jesse Brandeburge1000: fix unmap bug
2009-02-19 Breno Leitaoe1000: Removing the unused macro PAGE_USE_COUNT()
2009-02-05 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-03 Karsten Keile1000: Fix PCI enable to honor the need_ioport flag
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-28 Jesse Brandeburge1000: fix bug with shared interrupt during reset
2009-01-21 Alexander Duycke1000: drop lltx, remove unnecessary lock
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-06 Frederik Schwarzertrivial: fix then -> than typos in comments and documen...
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-04 Wang Chene1000: e1000_adapter->polling_netdev is useless
2008-11-27 Jeff Kirshere1000: cleanup link up/down messages
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingere1000: convert to net_device_ops
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-16 \"Rafael J. Wysocki\e1000: Use device_set_wakeup_enable
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-2
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-31 Arjan van de Venpci: use pci_ioremap_bar() in drivers/net
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-11 Patrick McHardye1000: allow VLAN devices to use TSO and CSUM offload
2008-10-09 Dave Grahame1000: don't generate bad checksums for tcp packets...
2008-10-01 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-09-25 Brandeburg, Jessee1000: remove unused Kconfig option for disabling packe...
next