summaryrefslogtreecommitdiff
path: root/drivers/net/r8169.c
AgeCommit message (Expand)Author
2011-03-14drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera
2011-03-14r8169: prevent RxFIFO induced loops in the irq handler.Francois Romieu
2011-03-14r8169: RxFIFO overflow oddities with 8168 chipsets.Francois Romieu
2011-03-14r8169: use RxFIFO overflow workaround for 8168c chipset.Ivan Vecera
2011-03-07r8169: disable ASPMStanislaw Gruszka
2010-12-10r8169: Fix runtime power managementRafael J. Wysocki
2010-11-17r8169: fix checksum brokenShan Wei
2010-11-09r8169: fix sleeping while holding spinlock.françois romieu
2010-11-09r8169: revert "Handle rxfifo errors on 8168 chips"françois romieu
2010-10-21r8169: print errors when dma mapping failStanislaw Gruszka
2010-10-21r8169: (re)init phy on resumeStanislaw Gruszka
2010-10-21r8169: changing mtu clean upStanislaw Gruszka
2010-10-21r8169: do not account fragments as packetsStanislaw Gruszka
2010-10-21r8169: use pointer to struct device as local variableStanislaw Gruszka
2010-10-21r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICEStanislaw Gruszka
2010-10-21r8169: init rx ring cleanupStanislaw Gruszka
2010-10-21r8169: check dma mapping failuresStanislaw Gruszka
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-10-16r8169: use 50% less ram for RX ringEric Dumazet
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-09r8169: use device model DMA APIStanislaw Gruszka
2010-10-09r8169: allocate with GFP_KERNEL flag when able to sleepStanislaw Gruszka
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-15r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett
2010-09-07r8169: add gro supportEric Dumazet
2010-09-05r8169: fix rx checksum offloadEric Dumazet
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2010-07-30PCI: change device runtime PM settings for probe and removeAlan Stern
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-11r8169: incorrect identifier for a 8168dpFrancois Romieu
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-09r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-06r8169: fix random mdio_write failuresTimo Teräs
2010-05-31r8169: remove unnecessary cast of readl()'s return valueJunchang Wang
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-26r8169: more broken register writes workaroundfrançois romieu
2010-04-26r8169: failure to enable mwi should not be fatalfrançois romieu
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-01r8169: clean up my printk uglynessNeil Horman
2010-04-01r8169: Fix rtl8169_rx_interrupt()Eric Dumazet
2010-03-29r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)Neil Horman
2010-03-27r8169: fix broken register writesFrancois Romieu
2010-03-26Revert "r8169: enable 64-bit DMA by default for PCI Express devices (v2)"David S. Miller
2010-03-16r8169 / PCI / PM: Add simplified runtime PM support (rev. 3)Rafael J. Wysocki
2010-03-04r8169: use correct barrier between cacheable and non-cacheable memoryDavid Dillow
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-19r8169: enable 64-bit DMA by default for PCI Express devices (v2)Robert Hancock