aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r6040.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-22r6040: bump release number to 0.18Florian Fainelli1-2/+2
2008-07-22r6040: handle RX fifo full and no descriptor interruptsFlorian Fainelli1-7/+15
2008-07-22r6040: change the default waiting timeFlorian Fainelli1-2/+2
2008-07-22r6040: use definitions for magic values in descriptor statusFlorian Fainelli1-11/+26
2008-07-22r6040: completely rework the RX pathFlorian Fainelli1-82/+62
2008-07-22r6040: call napi_disable when puting down the interface and set lp->dev accordingly.Florian Fainelli1-2/+2
2008-07-22r6040: rework the RX buffers allocation routineFlorian Fainelli1-9/+44
2008-07-22r6040: fix scheduling while atomic in r6040_tx_timeoutFlorian Fainelli1-41/+58
2008-07-22r6040: fix null pointer access and tx timeoutsFlorian Fainelli1-8/+20
2008-07-22r6040: prefix all functions with r6040Florian Fainelli1-30/+30
2008-06-27drivers/net/r6040.c: Eliminate double sizeofJulia Lawall1-1/+1
2008-06-11drivers/net/r6040.c: correct bad use of round_jiffies()Christophe Jaillet1-1/+1
2008-03-17r6040 endianness fixesAl Viro1-4/+6
2008-02-05r6040: cleanupsFlorian Fainelli1-5/+3
2008-02-05r6040: recover from transmit timeoutFlorian Fainelli1-24/+33
2008-02-05r6040: add helpers to allocate and free the Tx/Rx buffersFlorian Fainelli1-60/+84
2008-02-05r6040: do not use a private stats structure to store statisticsFlorian Fainelli1-14/+20
2008-01-28r6040: cleanupsFrancois Romieu1-20/+13
2008-01-28r6040: erroneous dev->privFrancois Romieu1-1/+1
2008-01-28r6040: remove virt_to_busFrancois Romieu1-53/+50
2008-01-28r6040: compile errorFrancois Romieu1-1/+1
2008-01-28drivers/net/r6040: fix obvious problems (but more remain)Jeff Garzik1-17/+14
2008-01-28[NET]: Add support for the RDC R6040 Fast Ethernet controllerSten Wang1-0/+1109