summaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c
Commit message (Expand)AuthorAgeFilesLines
* r8169: don't request firmware when there's no userspace.François Romieu2011-04-241-28/+71
* r8169: fix a bug in rtl8169_init_phy()Eric Dumazet2011-03-201-2/+2
* Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2011-03-071-94/+178
|\
| * r8169: convert to new VLAN model.Francois Romieu2011-03-051-61/+49
| * r8169: support control of advertising.Oliver Neukum2011-03-051-17/+37
| * r8169: support the new chips for RTL8105E.Hayes Wang2011-03-051-2/+90
| * r8169: adjust rtl8169_set_speed_xmii function.Hayes Wang2011-03-011-14/+2
* | r8169: disable ASPMStanislaw Gruszka2011-03-031-0/+6
* | r8169: fix RTL8168DP power off issue.Hayes Wang2011-02-231-3/+14
* | r8169: correct settings of rtl8102e.Hayes Wang2011-02-231-14/+6
* | r8169: fix incorrect args to oob notify.Hayes Wang2011-02-231-2/+3
|/
* drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2011-02-171-0/+2
* r8169: prevent RxFIFO induced loops in the irq handler.Francois Romieu2011-02-041-0/+9
* r8169: RxFIFO overflow oddities with 8168 chipsets.Francois Romieu2011-02-041-9/+21
* r8169: use RxFIFO overflow workaround for 8168c chipset.Ivan Vecera2011-02-041-2/+4
* r8169: keep firmware in memory.françois romieu2011-01-131-12/+31
* net/r8169: Update the function of parsing firmwarehayeswang2011-01-101-12/+110
* r8169: delay phy init until device opens.françois romieu2011-01-091-10/+11
* r8169: more 8168dp support.françois romieu2011-01-041-9/+136
* r8169: rtl_csi_access_enable rename.françois romieu2011-01-041-11/+16
* r8169: magic.françois romieu2011-01-041-0/+93
* r8169: phy power opsfrançois romieu2011-01-041-1/+166
* r8169: 8168DP specific MII registers access methods.françois romieu2011-01-041-2/+81
* r8169: use device dependent methods to access the MII registers.françois romieu2011-01-041-150/+157
* r8169: identify different registers.françois romieu2011-01-041-8/+14
* r8169: remove the firmware of RTL8111D.françois romieu2011-01-041-679/+133
* drivers/net/*.c: Use static constJoe Perches2010-12-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-10/+16
|\
| * r8169: Fix runtime power managementRafael J. Wysocki2010-12-101-10/+16
* | drivers/net: don't use flush_scheduled_work()Tejun Heo2010-12-121-1/+1
|/
* r8169: fix checksum brokenShan Wei2010-11-171-2/+1
* r8169: fix sleeping while holding spinlock.françois romieu2010-11-091-2/+2
* r8169: revert "Handle rxfifo errors on 8168 chips"françois romieu2010-11-091-2/+3
* r8169: print errors when dma mapping failStanislaw Gruszka2010-10-211-3/+13
* r8169: (re)init phy on resumeStanislaw Gruszka2010-10-211-0/+5
* r8169: changing mtu clean upStanislaw Gruszka2010-10-211-41/+6
* r8169: do not account fragments as packetsStanislaw Gruszka2010-10-211-5/+3
* r8169: use pointer to struct device as local variableStanislaw Gruszka2010-10-211-26/+25
* r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICEStanislaw Gruszka2010-10-211-7/+7
* r8169: init rx ring cleanupStanislaw Gruszka2010-10-211-30/+22
* r8169: check dma mapping failuresStanislaw Gruszka2010-10-211-18/+48
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* r8169: use 50% less ram for RX ringEric Dumazet2010-10-161-119/+64
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-111-30/+35
|\
| * r8169: use device model DMA APIStanislaw Gruszka2010-10-091-24/+29
| * r8169: allocate with GFP_KERNEL flag when able to sleepStanislaw Gruszka2010-10-091-6/+6
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-3/+2
|\ \ | |/
| * r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett2010-09-151-3/+2
* | r8169: add gro supportEric Dumazet2010-09-071-2/+8
* | r8169: fix rx checksum offloadEric Dumazet2010-09-051-4/+2
OpenPOWER on IntegriCloud