summaryrefslogtreecommitdiffstats
path: root/drivers/net/r8169.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-061-12/+4
|\
| * PCI: change device runtime PM settings for probe and removeAlan Stern2010-07-301-12/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-1/+1
|\ \ | |/
| * r8169: incorrect identifier for a 8168dpFrancois Romieu2010-07-111-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-111-3/+9
|\ \ | |/
| * r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs2010-06-091-3/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-0/+5
|\ \ | |/
| * r8169: fix random mdio_write failuresTimo Teräs2010-06-061-0/+5
* | r8169: remove unnecessary cast of readl()'s return valueJunchang Wang2010-05-311-1/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-14/+18
|\
| * r8169: more broken register writes workaroundfrançois romieu2010-04-261-0/+5
| * r8169: failure to enable mwi should not be fatalfrançois romieu2010-04-261-14/+13
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-21/+33
|\ \ | |/
| * r8169: clean up my printk uglynessNeil Horman2010-04-011-2/+2
| * r8169: offical fix for CVE-2009-4537 (overlength frame DMAs)Neil Horman2010-03-291-5/+24
| * r8169: fix broken register writesFrancois Romieu2010-03-271-2/+2
| * Revert "r8169: enable 64-bit DMA by default for PCI Express devices (v2)"David S. Miller2010-03-261-14/+7
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* | r8169: Fix rtl8169_rx_interrupt()Eric Dumazet2010-04-011-5/+17
* | r8169 / PCI / PM: Add simplified runtime PM support (rev. 3)Rafael J. Wysocki2010-03-161-27/+125
|/
* r8169: use correct barrier between cacheable and non-cacheable memoryDavid Dillow2010-03-041-2/+2
* net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko2010-02-261-3/+1
* r8169: enable 64-bit DMA by default for PCI Express devices (v2)Robert Hancock2010-02-191-7/+14
* drivers/net/r8196.c: Use netif_printk macrosJoe Perches2010-02-121-88/+48
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+2
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net/r8169.c: use %pM to shown MAC addressH Hartley Sweeten2009-12-291-7/+2
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
OpenPOWER on IntegriCloud