aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/r6040.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2009-07-08r6040: bump driver version to 0.24 and date to 08 July 2009Florian Fainelli1-2/+2
2009-07-08r6040: restore MIER register correctly when IRQ line is sharedFlorian Fainelli1-1/+4
2009-07-05Minor code cleanup in drivers/net/r6040.cMichael Opdenacker1-2/+2
2009-05-27r6040: check and update media statusFlorian Fainelli1-1/+5
2009-05-05r6040: bump version to 0.23 and date to 05May2009Florian Fainelli1-2/+2
2009-05-05r6040: check for absent PHYFlorian Fainelli1-0/+8
2009-04-08r6040: set MODULE_VERSIONFlorian Fainelli1-0/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-03-25Bump release date to 25Mar2009 and version to 0.22Florian Fainelli1-2/+2
2009-03-25r6040: Fix second PHY addressFlorian Fainelli1-1/+1
2009-02-17drivers/net/r6040.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-2/+2
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2009-01-26r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar1-1/+0
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-2/+2
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+1
2009-01-11r6040: bump release to 0.21Florian Fainelli1-2/+2
2009-01-11r6040: generate random ethernet MAC address when not initializedFlorian Fainelli1-2/+4
2009-01-11r6040: fix ifconfig down and freeing of tx/rx descriptorsFlorian Fainelli1-11/+21
2009-01-08r6040: bump release number to 0.20Florian Fainelli1-2/+2
2009-01-08r6040: warn about MAC address being unsetFlorian Fainelli1-0/+5
2009-01-08r6040: check PHY status when bringing interface upFlorian Fainelli1-0/+4
2009-01-08r6040: make printks consistent with DRV_NAMEFlorian Fainelli1-7/+7
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-2/+2
2008-12-22r6040: bump release number to 0.19Florian Fainelli1-2/+2
2008-12-22r6040: save and restore MIER correctly in the interrupt routineJoe Chou1-2/+7
2008-12-22r6040: fix wrong logic in mdio codeJoe Chou1-2/+2
2008-11-21r6040: convert to net_device_opsStephen Hemminger1-11/+18
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-09-24r6040: fix wrong assignment in r6040_free_txbufsFlorian Fainelli1-1/+1
2008-09-24r6040: fix bad usage of udelayFlorian Fainelli1-2/+2
2008-08-14[netdrvr] remove unnecessary #includeHuang Weiyi1-1/+0
2008-07-22r6040: rework init_one error handlingFlorian Fainelli1-19/+25
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