summaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-10r8169: update phy init parametersFrancois Romieu1-5/+24
2008-10-10r8169: wake up the PHY of the 8168Francois Romieu1-3/+7
2008-10-09r8169: fix early spinlock useFrancois Romieu1-3/+2
2008-10-08r8169: WoL fixes, part 2.Bruno Prémont1-0/+2
2008-10-08r8169: WoL fixes, part 1.Bruno Prémont1-0/+4
2008-10-08r8169: read MAC address from EEPROM on initIvan Vecera1-1/+72
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-1/+1
2008-09-24r8169: fix RxMissed register accessFrancois Romieu1-11/+14
2008-09-03Merge branch 'r8169-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Jeff Garzik1-66/+335
2008-08-27r8169: balance pci_map / pci_unmap pairFrancois Romieu1-1/+1
2008-08-17r8169: additional 8101 and 8102 supportFrancois Romieu1-2/+122
2008-08-17r8169: add hw start helpers for the 8168 and the 8101Francois Romieu1-0/+96
2008-08-17r8169: add 8168/8101 registers descriptionFrancois Romieu1-4/+43
2008-08-17r8169: use pci_find_capability for the PCI-E featuresFrancois Romieu1-8/+24
2008-08-17r8169: Tx performance tweak helperFrancois Romieu1-5/+10
2008-08-17r8169: get ethtool settings through the generic mii helperFrancois Romieu1-53/+46
2008-07-20r8169: avoid thrashing PCI conf space above RTL_GIGA_MAC_VER_06Marcus Sundberg1-2/+4
2008-07-20r8169: multicast register updateFrancois Romieu1-7/+1
2008-06-29r8169: remove non-napi codeFrancois Romieu1-99/+40
2008-06-29r8169: multicast register update (sync with Realtek's 8.004.00 8168 driver)Francois Romieu1-2/+4
2008-04-17r8169: fix oops in r8169_get_mac_versionIvan Vecera1-1/+1
2008-04-17r8169: fix past rtl_chip_info array size for unknown chipsetsRoel Kluin1-3/+3
2008-01-12r8169: fix missing loop variable incrementFrancois Romieu1-1/+1
2008-01-08[NET]: Fix drivers to handle napi_disable() disabling interrupts.David S. Miller1-0/+2
2007-12-22r8169 endiannessAl Viro1-2/+2
2007-11-10r8169: prevent bit sign expansion error in mdio_writeFrancois Romieu1-3/+3
2007-11-10r8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640 (bis repetita)Mark Lord1-16/+0
2007-11-10r8169: revert 7da97ec96a0934319c7fbedd3d38baf533e20640 (partly)Mark Lord1-0/+1
2007-11-10r8169: do not enable the TBI for the 8168 and the 81x0Francois Romieu1-1/+2
2007-11-10r8169: add PCI ID for the 8168 in the Abit Fatal1ty F-190HD motherboardCiaran McCreesh1-0/+2
2007-10-28r8169: remove poll_locked logicStephen Hemminger1-8/+4
2007-10-28r8169: napi configStephen Hemminger1-0/+4
2007-10-18r8169: more phy init for the 8168Francois Romieu1-0/+34
2007-10-18r8169: update the phy init for the 8168CFrancois Romieu1-0/+2
2007-10-18r8169: phy init cleanupFrancois Romieu1-7/+11
2007-10-18r8169: phy init for the 8168Francois Romieu1-0/+52
2007-10-18r8169: make room for more phy init changesFrancois Romieu1-25/+31
2007-10-18r8169: remove dead woodFrancois Romieu1-64/+2
2007-10-18r8169: add MAC identifiersFrancois Romieu1-23/+64
2007-10-18r8169: use the existing symbolic name of vendor PCI ID 0x1259Francois Romieu1-1/+1
2007-10-18r8169: remove private net_device_stats structureFrancois Romieu1-17/+17
2007-10-18r8169: MSI supportFrancois Romieu1-6/+44
2007-10-18r8169: convert bitfield to plain enum maskFrancois Romieu1-3/+11
2007-10-18r8169: KERN_XXX vs PFX (trivial)Joe Perches1-2/+2
2007-10-18r8169: add KERN_DEBUG to dprintk (trivial)Joe Perches1-2/+3
2007-10-10r8169: endiannessAl Viro1-13/+13
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-3/+8
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-26/+32