r8169: fix oops in r8169_get_mac_version
[safe/jmp/linux-2.6] / drivers / net / r8169.c
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()
2007-07-09 Francois Romieur8169: de-obfuscate modulo arithmetic
2007-07-09 Stephen Hemmingerr8169: use netdev_alloc_skb
2007-06-03 Stephen Hemmingernetwork drivers: eliminate unneeded kill_vid code
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-04-04 Francois Romieur8169: fix suspend/resume for down interface
2007-04-04 Francois Romieur8169: issue request_irq after the private data are...
2007-03-09 Francois Romieur8169: fix a race between PCI probe and dev_open
2007-03-09 Francois Romieur8169: revert bogus BMCR reset
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-20 Francois Romieur8169: RTNL and flush_scheduled_work deadlock
2007-02-09 Al Viro[PATCH] uintptr_t is unsigned long, not u32
2006-12-26 Francois Romieur8169: extraneous Cmd{Tx/Rx}Enb write
2006-12-26 Francois Romieur8169: use the broken_parity_status field in pci_dev
2006-12-07 Jeff GarzikMerge tag 'r8169-upstream-20061204-00' of git://electri...
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-04 Francois Romieur8169: more alignment for the 0x8168
2006-12-03 Francois Romieur8169: phy program update
2006-12-03 Francois Romieur8169: tweak the PCI data parity error recovery
2006-12-03 Francois Romieur8169: more magic during initialization of the hardware
2006-12-02 Francois Romieur8169: perform a PHY reset before any other operation...
2006-11-29 Francois Romieu[PATCH] r8169: Fix iteration variable sign
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-30 Linus TorvaldsRevert "r8169: mac address change support"
2006-10-21 Jeff GarzikMerge tag 'jg-20061012-00' of git://electric-eye.fr...
2006-10-12 Arnaud Patardr8169: fix infinite loop during hotplug
2006-10-09 Andrew Mortonr8169: PCI ID for Corega Gigabit network card
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-24 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-23 Jeff GarzikMerge tag 'r8169-20060920-00' of git://electric-eye...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-20 Francois Romieur8169: the MMIO region of the 8167 stands behin BAR#1
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-09-13 Jeff GarzikMerge tag 'r8169-20060912-00' of git://electric-eye...
2006-09-11 Francois Romieur8169: quirk for the 8110sb on arm platform
2006-08-31 Francois Romieur8169: the 0x8136 needs a 8 bytes alignment
2006-08-31 Francois Romieur8169: add basic MII ioctl support
2006-08-31 Francois Romieur8169: use standard #defines from mii.h instead of...
2006-08-31 Francois Romieur8169: trim trailing whitespaces and convert whitespace...
2006-08-31 Francois Romieur8169: udelay() removal
2006-08-31 Francois Romieur8169: use NETDEV_TX_{BUSY/OK}
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-07-26 Francois Romieur8169: sync with vendor's driver
next