summaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-128139*/atp/r8169/sc92031: Move the Realtek driversJeff Kirsher1-5824/+0
2011-08-03r8169 : MAC address change fix for the 8168e-vl.françois romieu1-0/+27
2011-07-29r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862)Lennart Sorensen1-0/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-07-23r8169: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov1-5/+2
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-19r8169: fix sticky accepts packet bits in RxConfig.Francois Romieu1-5/+3
2011-07-15r8169: adjust the RxConfig settings.Hayes Wang1-12/+44
2011-07-15r8169: don't enable rx when shutdown.Hayes Wang1-2/+5
2011-07-15r8169: fix wake on lan setting for non-8111E.Hayes Wang1-2/+4
2011-07-15r8169: support RTL8111E-VL.Hayes Wang1-7/+179
2011-07-15r8169: add ERI functions.Hayes Wang1-0/+43
2011-07-15r8169: modify the flow of the hw reset.Hayes Wang1-25/+28
2011-07-15r8169: adjust some registers.Hayes Wang1-16/+27
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-06-28r8169: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-14/+6
2011-06-24r8169: fix wrong register use.Francois Romieu1-1/+1
2011-06-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+6
2011-06-18r8169: check firmware content sooner.Francois Romieu1-19/+44
2011-06-18r8169: support new firmware format.Hayes Wang1-1/+35
2011-06-18r8169: explicit firmware format check.Francois Romieu1-13/+49
2011-06-18r8169: move the firmware down into the device private data.Francois Romieu1-26/+48
2011-06-18r8169: fix static initializers.Francois Romieu1-4/+6
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-09r8169: avoid late chip identifier initialisation.Francois Romieu1-9/+9
2011-05-09r8169: merge firmware information into the chipset description data.Francois Romieu1-104/+110
2011-05-09r8169: provide some firmware information via ethtool.Francois Romieu1-20/+25
2011-05-09r8169: remove non-NAPI context invocation of rtl8169_rx_interrupt.Francois Romieu1-23/+9
2011-05-09r8169: link speed selection timer rework.Francois Romieu1-35/+9
2011-05-09r8169: rtl8169_set_speed_xmii cleanup.Francois Romieu1-10/+1
2011-05-09r8169: remove some code duplication.Francois Romieu1-23/+19
2011-05-09r8169: style cleanups.Francois Romieu1-108/+98
2011-04-30ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-30ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-1/+2
2011-04-28r8169: fix merge conflict fix.Francois Romieu1-20/+5
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-32/+76
2011-04-24r8169: don't request firmware when there's no userspace.François Romieu1-28/+71
2011-04-19r8169: TSO fixes.Francois Romieu1-72/+137
2011-04-11net: r8169: convert to hw_featuresMichał Mirosław1-62/+33
2011-03-31net/r8169: support RTL8168Ehayeswang1-5/+207
2011-03-31net/r8169: add a new chip for RTL8168DPhayeswang1-22/+76
2011-03-31net/r8169: add a new chip for RTL8105hayeswang1-0/+1
2011-03-21r8169: fix a bug in rtl8169_init_phy()Eric Dumazet1-2/+2
2011-03-08Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller1-94/+178
2011-03-05r8169: convert to new VLAN model.Francois Romieu1-61/+49
2011-03-05r8169: support control of advertising.Oliver Neukum1-17/+37
2011-03-05r8169: support the new chips for RTL8105E.Hayes Wang1-2/+90
2011-03-03r8169: disable ASPMStanislaw Gruszka1-0/+6
2011-03-01r8169: adjust rtl8169_set_speed_xmii function.Hayes Wang1-14/+2