summaryrefslogtreecommitdiffstats
path: root/drivers/net/r6040.c
Commit message (Expand)AuthorAgeFilesLines
* r6040: check and update media statusFlorian Fainelli2009-05-271-1/+5
* r6040: bump version to 0.23 and date to 05May2009Florian Fainelli2009-05-051-2/+2
* r6040: check for absent PHYFlorian Fainelli2009-05-051-0/+8
* r6040: set MODULE_VERSIONFlorian Fainelli2009-04-081-0/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* Bump release date to 25Mar2009 and version to 0.22Florian Fainelli2009-03-251-2/+2
* r6040: Fix second PHY addressFlorian Fainelli2009-03-251-1/+1
* drivers/net/r6040.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder2009-02-171-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-1/+0
|\
| * r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar2009-01-261-1/+0
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-2/+2
|/
* netdev: add missing set_mac_address hookStephen Hemminger2009-01-111-0/+1
* r6040: bump release to 0.21Florian Fainelli2009-01-111-2/+2
* r6040: generate random ethernet MAC address when not initializedFlorian Fainelli2009-01-111-2/+4
* r6040: fix ifconfig down and freeing of tx/rx descriptorsFlorian Fainelli2009-01-111-11/+21
* r6040: bump release number to 0.20Florian Fainelli2009-01-081-2/+2
* r6040: warn about MAC address being unsetFlorian Fainelli2009-01-081-0/+5
* r6040: check PHY status when bringing interface upFlorian Fainelli2009-01-081-0/+4
* r6040: make printks consistent with DRV_NAMEFlorian Fainelli2009-01-081-7/+7
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-2/+2
* r6040: bump release number to 0.19Florian Fainelli2008-12-221-2/+2
* r6040: save and restore MIER correctly in the interrupt routineJoe Chou2008-12-221-2/+7
* r6040: fix wrong logic in mdio codeJoe Chou2008-12-221-2/+2
* r6040: convert to net_device_opsStephen Hemminger2008-11-211-11/+18
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* r6040: fix wrong assignment in r6040_free_txbufsFlorian Fainelli2008-09-241-1/+1
* r6040: fix bad usage of udelayFlorian Fainelli2008-09-241-2/+2
* [netdrvr] remove unnecessary #includeHuang Weiyi2008-08-141-1/+0
* r6040: rework init_one error handlingFlorian Fainelli2008-07-221-19/+25
* r6040: bump release number to 0.18Florian Fainelli2008-07-221-2/+2
* r6040: handle RX fifo full and no descriptor interruptsFlorian Fainelli2008-07-221-7/+15
* r6040: change the default waiting timeFlorian Fainelli2008-07-221-2/+2
* r6040: use definitions for magic values in descriptor statusFlorian Fainelli2008-07-221-11/+26
* r6040: completely rework the RX pathFlorian Fainelli2008-07-221-82/+62
* r6040: call napi_disable when puting down the interface and set lp->dev accor...Florian Fainelli2008-07-221-2/+2
* r6040: rework the RX buffers allocation routineFlorian Fainelli2008-07-221-9/+44
* r6040: fix scheduling while atomic in r6040_tx_timeoutFlorian Fainelli2008-07-221-41/+58
* r6040: fix null pointer access and tx timeoutsFlorian Fainelli2008-07-221-8/+20
* r6040: prefix all functions with r6040Florian Fainelli2008-07-221-30/+30
* drivers/net/r6040.c: Eliminate double sizeofJulia Lawall2008-06-271-1/+1
* drivers/net/r6040.c: correct bad use of round_jiffies()Christophe Jaillet2008-06-111-1/+1
* r6040 endianness fixesAl Viro2008-03-171-4/+6
* r6040: cleanupsFlorian Fainelli2008-02-051-5/+3
* r6040: recover from transmit timeoutFlorian Fainelli2008-02-051-24/+33
* r6040: add helpers to allocate and free the Tx/Rx buffersFlorian Fainelli2008-02-051-60/+84
* r6040: do not use a private stats structure to store statisticsFlorian Fainelli2008-02-051-14/+20
* r6040: cleanupsFrancois Romieu2008-01-281-20/+13
* r6040: erroneous dev->privFrancois Romieu2008-01-281-1/+1
* r6040: remove virt_to_busFrancois Romieu2008-01-281-53/+50
* r6040: compile errorFrancois Romieu2008-01-281-1/+1
OpenPOWER on IntegriCloud