r8169: use hardware auto-padding.
[safe/jmp/linux-2.6] / drivers / net / r8169.c
2009-03-16 françois romieur8169: use hardware auto-padding.
2009-03-02 Ivan Vecerar8169: read MAC address from EEPROM on init (2nd attempt)
2009-02-07 Ivan Vecerar8169: Don't update statistics counters when interface...
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Francois Romieur8169: convert to net_device_ops
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-10-26 Francois Romieur8169: revert "read MAC address from EEPROM on init"
2008-10-22 Francois Romieur8169: checks against wrong mac addresse init
2008-10-22 Francois Romieur8169: verbose mac address init
2008-10-13 Petr Vandrovecr8169: NULL pointer dereference on r8169 load
2008-10-10 Francois Romieur8169: add shutdown handler
2008-10-10 Francois Romieur8169: preliminary 8168d support
2008-10-10 Francois Romieur8169: support additional 8168cp chipset
2008-10-10 Francois Romieur8169: change default behavior for mildly identified...
2008-10-10 Francois Romieur8169: add a new 8168cp flavor
2008-10-10 Francois Romieur8169: add a new 8168c flavor (bis)
2008-10-10 Francois Romieur8169: add a new 8168c flavor
2008-10-10 Francois Romieur8169: sync existing 8168 device hardware start sequenc...
2008-10-10 Francois Romieur8169: 8168b Tx performance tweak
2008-10-10 Francois Romieur8169: make room for more specific 8168 hardware start...
2008-10-10 Francois Romieur8169: shuffle some registers handling around (8168...
2008-10-10 Francois Romieur8169: new phy init parameters for the 8168b
2008-10-10 Francois Romieur8169: update phy init parameters
2008-10-10 Francois Romieur8169: wake up the PHY of the 8168
2008-10-09 Francois Romieur8169: fix early spinlock use
2008-10-09 Bruno Prémontr8169: WoL fixes, part 2.
2008-10-09 Bruno Prémontr8169: WoL fixes, part 1.
2008-10-08 Ivan Vecerar8169: read MAC address from EEPROM on init
2008-09-24 Harvey Harrisondrivers/net: replace __FUNCTION__ with __func__
2008-09-24 Francois Romieur8169: fix RxMissed register access
2008-09-03 Jeff GarzikMerge branch 'r8169-fixes' of git://git./linux/kernel...
2008-08-27 Francois Romieur8169: balance pci_map / pci_unmap pair
2008-08-17 Francois Romieur8169: additional 8101 and 8102 support
2008-08-17 Francois Romieur8169: add hw start helpers for the 8168 and the 8101
2008-08-17 Francois Romieur8169: add 8168/8101 registers description
2008-08-17 Francois Romieur8169: use pci_find_capability for the PCI-E features
2008-08-17 Francois Romieur8169: Tx performance tweak helper
2008-08-17 Francois Romieur8169: get ethtool settings through the generic mii...
2008-07-20 Marcus Sundbergr8169: avoid thrashing PCI conf space above RTL_GIGA_MA...
2008-07-20 Francois Romieur8169: multicast register update
2008-06-29 Francois Romieur8169: remove non-napi code
2008-06-29 Francois Romieur8169: multicast register update (sync with Realtek...
2008-04-17 Ivan Vecerar8169: fix oops in r8169_get_mac_version
2008-04-17 Roel Kluinr8169: fix past rtl_chip_info array size for unknown...
2008-01-12 Francois Romieur8169: fix missing loop variable increment
2008-01-09 David S. Miller[NET]: Fix drivers to handle napi_disable() disabling...
2007-12-23 Al Viror8169 endianness
2007-11-10 Francois Romieur8169: prevent bit sign expansion error in mdio_write
2007-11-10 Mark Lordr8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640...
2007-11-10 Mark Lordr8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640...
2007-11-10 Francois Romieur8169: do not enable the TBI for the 8168 and the 81x0
2007-11-10 Ciaran McCreeshr8169: add PCI ID for the 8168 in the Abit Fatal1ty...
2007-10-28 Stephen Hemmingerr8169: remove poll_locked logic
2007-10-28 Stephen Hemmingerr8169: napi config
2007-10-18 Francois Romieur8169: more phy init for the 8168
2007-10-18 Francois Romieur8169: update the phy init for the 8168C
2007-10-18 Francois Romieur8169: phy init cleanup
2007-10-18 Francois Romieur8169: phy init for the 8168
2007-10-18 Francois Romieur8169: make room for more phy init changes
2007-10-18 Francois Romieur8169: remove dead wood
2007-10-18 Francois Romieur8169: add MAC identifiers
2007-10-18 Francois Romieur8169: use the existing symbolic name of vendor PCI...
2007-10-18 Francois Romieur8169: remove private net_device_stats structure
2007-10-18 Francois Romieur8169: MSI support
2007-10-18 Francois Romieur8169: convert bitfield to plain enum mask
2007-10-18 Joe Perchesr8169: KERN_XXX vs PFX (trivial)
2007-10-18 Joe Perchesr8169: add KERN_DEBUG to dprintk (trivial)
2007-10-10 Al Viror8169: endianness
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-10-05 Francois Romieur8169: revert part of 6dccd16b7c2703e8bbf8bca62b5cf2483...
2007-09-19 Francois Romieur8169: workaround against ignored TxPoll writes (8168)
2007-09-19 Edward Hsur8169: correct phy parameters for the 8110SC
2007-08-07 Jeff GarzikMerge branch 'r8169-for-jeff-20070806' of git://electri...
2007-08-06 Francois Romieur8169: avoid needless NAPI poll scheduling
2007-08-06 Roger Sor8169: PHY power-on fix
2007-07-31 Matthew Wilcox[NET]: ethtool_perm_addr only has one implementation
2007-07-17 Jeff Garzikdrivers/*: mark variables with uninitialized_var()
2007-07-09 Francois Romieur8169: perform RX config change after mac filtering
2007-07-09 Francois Romieur8169: mac address change support
2007-07-09 Francois Romieur8169: display some extra debug information during...
2007-07-09 Rolf Eike Beerr8169: add endianess annotations to [RT]xDesc
2007-07-09 Francois Romieur8169: align the IP header when there is no DMA constraint
2007-07-09 Francois Romieur8169: add bit description for the TxPoll register
2007-07-09 Francois Romieur8169: cleanup
2007-07-09 Francois Romieur8169: remove the media option
2007-07-09 Francois Romieur8169: small 8101 comment
2007-07-09 Francois Romieur8169: confusion between hardware and IP header alignment
2007-07-09 Francois Romieur8169: merge with version 8.001.00 of Realtek's r8168...
2007-07-09 Francois Romieur8169: merge with version 6.001.00 of Realtek's r8169...
2007-07-09 Francois Romieur8169: prettify mac_version
2007-07-09 Francois Romieur8169: populate the hw_start handler for the 8110
2007-07-09 Francois Romieur8169: populate the hw_start handler for the 8168
2007-07-09 Francois Romieur8169: add helpers for per-device hw_start handler
2007-07-09 Francois Romieur8169: add hooks for per-device hw_start handler
2007-07-09 Stephen Hemmingerr8169: Rx path update
2007-07-09 David S. Millerr8169: kill eth_copy_and_sum()
next