aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c
Commit message (Expand)AuthorAge
...
* r8169: revert "Handle rxfifo errors on 8168 chips"françois romieu2010-11-09
* r8169: print errors when dma mapping failStanislaw Gruszka2010-10-21
* r8169: (re)init phy on resumeStanislaw Gruszka2010-10-21
* r8169: changing mtu clean upStanislaw Gruszka2010-10-21
* r8169: do not account fragments as packetsStanislaw Gruszka2010-10-21
* r8169: use pointer to struct device as local variableStanislaw Gruszka2010-10-21
* r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICEStanislaw Gruszka2010-10-21
* r8169: init rx ring cleanupStanislaw Gruszka2010-10-21
* r8169: check dma mapping failuresStanislaw Gruszka2010-10-21
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-21
* r8169: use 50% less ram for RX ringEric Dumazet2010-10-16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-11
|\
| * r8169: use device model DMA APIStanislaw Gruszka2010-10-09
| * r8169: allocate with GFP_KERNEL flag when able to sleepStanislaw Gruszka2010-10-09
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-27
|\|
| * r8169: Handle rxfifo errors on 8168 chipsMatthew Garrett2010-09-15
* | r8169: add gro supportEric Dumazet2010-09-07
* | r8169: fix rx checksum offloadEric Dumazet2010-09-05
* | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-02
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-06
|\
| * PCI: change device runtime PM settings for probe and removeAlan Stern2010-07-30
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-20
|\|
| * r8169: incorrect identifier for a 8168dpFrancois Romieu2010-07-11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-11
|\|
| * r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs2010-06-09
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-06
|\|
| * r8169: fix random mdio_write failuresTimo Teräs2010-06-06
* | r8169: remove unnecessary cast of readl()'s return valueJunchang Wang2010-05-31
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-27
|\
| * r8169: more broken register writes workaroundfrançois romieu2010-04-26
| * r8169: failure to enable mwi should not be fatalfrançois romieu2010-04-26
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-07
|\|
| * r8169: clean up my printk uglynessNeil Horman2010-04-01
| * r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)Neil Horman2010-03-29
| * r8169: fix broken register writesFrancois Romieu2010-03-27
| * Revert "r8169: enable 64-bit DMA by default for PCI Express devices (v2)"David S. Miller2010-03-26
* | net: convert multicast list to list_headJiri Pirko2010-04-03
* | r8169: Fix rtl8169_rx_interrupt()Eric Dumazet2010-04-01
* | r8169 / PCI / PM: Add simplified runtime PM support (rev. 3)Rafael J. Wysocki2010-03-17
|/
* r8169: use correct barrier between cacheable and non-cacheable memoryDavid Dillow2010-03-04
* net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-26
* r8169: enable 64-bit DMA by default for PCI Express devices (v2)Robert Hancock2010-02-19
* drivers/net/r8196.c: Use netif_printk macrosJoe Perches2010-02-12
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-08
* drivers/net/r8169.c: use %pM to shown MAC addressH Hartley Sweeten2009-12-29
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-15
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-02
|\
| * r8169: restore mac addr in rtl8169_remove_one and rtl_shutdownIvan Vecera2009-11-30