aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-30net/r8169: support RTL8168Ehayeswang1-5/+207
2011-03-30net/r8169: add a new chip for RTL8168DPhayeswang1-22/+76
2011-03-30net/r8169: add a new chip for RTL8105hayeswang1-0/+1
2011-03-20r8169: fix a bug in rtl8169_init_phy()Eric Dumazet1-2/+2
2011-03-07Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6David 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
2011-02-23r8169: fix RTL8168DP power off issue.Hayes Wang1-3/+14
2011-02-23r8169: correct settings of rtl8102e.Hayes Wang1-14/+6
2011-02-23r8169: fix incorrect args to oob notify.Hayes Wang1-2/+3
2011-02-17drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera1-0/+2
2011-02-04r8169: prevent RxFIFO induced loops in the irq handler.Francois Romieu1-0/+9
2011-02-04r8169: RxFIFO overflow oddities with 8168 chipsets.Francois Romieu1-9/+21
2011-02-04r8169: use RxFIFO overflow workaround for 8168c chipset.Ivan Vecera1-2/+4
2011-01-13r8169: keep firmware in memory.françois romieu1-12/+31
2011-01-10net/r8169: Update the function of parsing firmwarehayeswang1-12/+110
2011-01-09r8169: delay phy init until device opens.françois romieu1-10/+11
2011-01-04r8169: more 8168dp support.françois romieu1-9/+136
2011-01-04r8169: rtl_csi_access_enable rename.françois romieu1-11/+16
2011-01-04r8169: magic.françois romieu1-0/+93
2011-01-04r8169: phy power opsfrançois romieu1-1/+166
2011-01-04r8169: 8168DP specific MII registers access methods.françois romieu1-2/+81
2011-01-04r8169: use device dependent methods to access the MII registers.françois romieu1-150/+157
2011-01-04r8169: identify different registers.françois romieu1-8/+14
2011-01-04r8169: remove the firmware of RTL8111D.françois romieu1-679/+133
2010-12-21drivers/net/*.c: Use static constJoe Perches1-1/+1
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+16
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-10r8169: Fix runtime power managementRafael J. Wysocki1-10/+16
2010-11-17r8169: fix checksum brokenShan Wei1-2/+1
2010-11-09r8169: fix sleeping while holding spinlock.françois romieu1-2/+2
2010-11-09r8169: revert "Handle rxfifo errors on 8168 chips"françois romieu1-2/+3
2010-10-21r8169: print errors when dma mapping failStanislaw Gruszka1-3/+13
2010-10-21r8169: (re)init phy on resumeStanislaw Gruszka1-0/+5
2010-10-21r8169: changing mtu clean upStanislaw Gruszka1-41/+6
2010-10-21r8169: do not account fragments as packetsStanislaw Gruszka1-5/+3
2010-10-21r8169: use pointer to struct device as local variableStanislaw Gruszka1-26/+25
2010-10-21r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICEStanislaw Gruszka1-7/+7
2010-10-21r8169: init rx ring cleanupStanislaw Gruszka1-30/+22
2010-10-21r8169: check dma mapping failuresStanislaw Gruszka1-18/+48
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-10-16r8169: use 50% less ram for RX ringEric Dumazet1-119/+64
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-30/+35
2010-10-09r8169: use device model DMA APIStanislaw Gruszka1-24/+29
2010-10-09r8169: allocate with GFP_KERNEL flag when able to sleepStanislaw Gruszka1-6/+6
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+2
2010-09-15r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett1-3/+2