aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-07r8169: add gro supportEric Dumazet1-2/+8
2010-09-05r8169: fix rx checksum offloadEric Dumazet1-4/+2
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-12/+4
2010-07-30PCI: change device runtime PM settings for probe and removeAlan Stern1-12/+4
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-07-11r8169: incorrect identifier for a 8168dpFrancois Romieu1-1/+1
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+9
2010-06-09r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs1-3/+9
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2010-06-06r8169: fix random mdio_write failuresTimo Teräs1-0/+5
2010-05-31r8169: remove unnecessary cast of readl()'s return valueJunchang Wang1-1/+1
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+18
2010-04-26r8169: more broken register writes workaroundfrançois romieu1-0/+5
2010-04-26r8169: failure to enable mwi should not be fatalfrançois romieu1-14/+13
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-21/+33
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3