Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
[safe/jmp/linux-2.6] / drivers / net / e1000e / netdev.c
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-13 Bruce Allane1000e: add PCI device id to enable support for 82567V-4
2010-05-13 Bruce Allane1000e: move settting of flow control refresh timer...
2010-05-13 Bruce Allane1000e: s/w initiated LSC MSI-X interrupts not generate...
2010-05-13 Bruce Allane1000e: initialize manageability (IPMI) pass-through...
2010-05-13 Bruce Allane1000e: bad state after running ethtool diagnostics...
2010-05-10 Mark GrossPM QOS update
2010-05-06 Jesse Brandeburge1000/e1000e: implement a simple interrupt moderation
2010-05-06 Tom Herberte1000e: Save irq into netdev structure
2010-05-06 Tom Herberte1000e: reduce writes of RX producer ptr
2010-05-06 Tom Herberte1000e: save skb counts in TX to avoid cache misses
2010-05-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-30 Anton Blancharde1000e: Fix oops caused by ASPM patch.
2010-04-28 Taku Izumie1000e: add registers etc. printout code just before...
2010-04-27 Nick Nunleye1000e: use DMA API instead of PCI DMA functions
2010-04-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-27 Bruce Allane1000e: enable/disable ASPM L0s and L1 and ERT accordin...
2010-04-14 Eric Dumazetdrivers: net: use skb_headlen()
2010-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-13 Terry Loftine1000e: stop cleaning when we reach tx_ring->next_to_use
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
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-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-27 Bruce Allane1000e: Use pr_<level> and netdev_<level>
2010-03-27 Emil Tantilove1000e: do not modify tx_queue_len on link speed change
2010-03-18 Rafael J. WysockiNet / e1000e: Fix build issue introduced by runtime...
2010-03-17 David S. Millere1000e: Fix build with CONFIG_PM disabled.
2010-03-17 Rafael J. Wysockie1000e / PCI / PM: Add basic runtime PM support (rev. 4)
2010-02-05 Jiri Pirkonet: e1000e: convert to use mc helpers
2010-02-05 David S. Millere1000e: Fix namespace conflicts wrt. e1000_has_link
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-23 Sridhar Samudralanet: Fix IPv6 GSO type checks in Intel ethernet drivers
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 Brandeburge1000e: enhance frame fragment detection
2010-01-21 Roel Kluine1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigne...
2010-01-14 Bruce Allane1000e: genericize the update multicast address list
2010-01-14 Bruce Allane1000e: use alternate MAC address on ESB2 if available
2010-01-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-08 Bruce Allane1000e: don't accumulate PHY statistics on PHY read...
2010-01-08 Bruce Allane1000e: call pci_save_state() after pci_restore_state()
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-09 Bruce Allane1000e: minor correction to name of bit in CTRL_EXT...
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-12-03 Alexander Duycke1000e: remove use of skb_dma_map from e1000e driver
2009-12-02 Bruce Allane1000e: enable new 82567V-3 device
2009-12-02 Bruce Allane1000e: provide family-specific PHY power up/down opera...
2009-12-02 Bruce Allane1000e: provide family-specific functions to manage...
2009-11-29 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-21 Bruce Allane1000e: update Tx Unit hang detection message
2009-11-21 Bruce Allane1000e: set pm_qos DMA latency requirement per interfac...
2009-11-21 Bruce Allane1000e: cleanup - shift indentation left by exiting...
2009-11-21 Bruce Allane1000e: update copyright information
2009-11-21 Bruce Allane1000e: cleanup ops function pointers
2009-11-21 Bruce Allane1000e: consolidate two dbug macros into one simpler one
2009-11-21 Bruce Allane1000e: Incorrect MII Link beat reporting.
2009-11-21 Bruce Allane1000e: don't clean Rx ring while resetting
2009-11-21 Bruce Allane1000e: clearing interrupt timers causes descriptors...
2009-11-20 Bruce Allane1000e: flow control thresholds not correct when changi...
2009-11-20 Bruce Allane1000e: add Tx timeout factor for 100Mbps
2009-11-20 Bruce Allane1000e: partial revert of 3ec2a2b8 plus FC workraround...
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-10-08 Ajit Khapardee1000e: Use the instance of net_device_stats from net_d...
2009-10-02 Frans Pope1000e/igb/ixgbe: Don't report an error if devices...
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-09-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-09-01 Stephen Hemmingerintel: convert drivers to netdev_tx_t
2009-08-16 Xiaotian Fenge1000e: fix use of pci_enable_pcie_error_reporting
2009-08-16 Bruce Allane1000e: WoL does not work on 82577/82578 with manageabi...
2009-07-01 Mike Masone1000e: io_error_detected callback should return PCI_ER...
2009-06-19 Andy Gospodareke1000e: stop unnecessary polling when using msi-x
2009-06-09 Simon Hormane1000e: Call e1000e_config_collision_dist() after TCTL...
2009-06-08 Eric Dumazetnet: skb_shared_info optimization
2009-06-03 Bruce Allane1000e: bump the version number
2009-06-03 Bruce Allane1000e: add support for 82577/82578 GbE LOM parts
2009-06-03 Bruce Allane1000e: specify max supported frame size in adapter...
2009-06-03 Bruce Allane1000e: correct flow control thresholds
2009-06-03 Bruce Allane1000e: do not attempt to disable smart powerdown if...
2009-05-29 Eric Dumazetnet: dont update dev->trans_start
2009-05-07 Jesse Brandeburge1000/e1000e/igb/ixgb: don't txhang after link down
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 Brandeburge1000e: indicate link down at load
2009-04-17 Jesse Brandeburge1000e: fix bug in restart queue logic
2009-04-16 Rafael J. WysockiNET/e1000e: 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-03-26 Jesse Brandeburge1000e: update version number
2009-03-26 Jesse Brandeburge1000e: fix close interrupt race
2009-03-26 Alexander Duycke1000e: commonize tx cleanup routine to match e1000...
2009-03-25 Bruce Allane1000e: add support for 82574 device ID 0x10F6
2009-03-20 Arthur Jonese1000e: fixup merge error
2009-03-20 Arthur Jonese1000e: allow tx of pre-formatted vlan tagged packets
2009-03-20 Alexander Duycke1000e: fix dma error handling issues
2009-03-20 Alexander Duycke1000e: add support for 82583 device id
2009-03-03 Jesse Brandeburge1000e: fix unmap bug
next