summaryrefslogtreecommitdiff
path: root/drivers/net/r6040.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-22r6040: Fix args to phy_mii_ioctl().David S. Miller1-1/+1
2010-06-01r6040: bump version to 0.26 and date to 30 May 2010Florian Fainelli1-2/+2
2010-06-01r6040: implement phylibFlorian Fainelli1-154/+144
2010-05-18r6040: fix link checking with switchesFlorian Fainelli1-5/+3
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-13r6040: use (dev|netdev)_<level> macros helpersFlorian Fainelli1-14/+13
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+4
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+0
2010-04-08r6040: fix r6040_multicast_listFlorian Fainelli1-7/+4
2010-04-04net: convert multicast list to list_headJiri Pirko1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko1-15/+15
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-5/+6
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-2/+1
2009-11-18drivers/net/r6040.c: remove exceptional & on function nameJulia Lawall1-1/+1
2009-11-16r6040: fix version printingFlorian Fainelli1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-5/+5
2009-08-24r6040: bump to version 0.25 and 20 August 2009 release dateFlorian Fainelli1-2/+2
2009-08-24r6040: move down second PHY detection to r6040_init_oneMark Kelly1-8/+7
2009-08-24r6040: remove unused pioaddr variableMark Kelly1-2/+0
2009-07-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-06Minor code cleanup in drivers/net/r6040.cMichael Opdenacker1-2/+2
2009-05-28r6040: 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-09r6040: 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-26Bump release date to 25Mar2009 and version to 0.22Florian Fainelli1-2/+2
2009-03-26r6040: Fix second PHY addressFlorian Fainelli1-1/+1
2009-02-18drivers/net/r6040.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-2/+2
2009-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2009-01-27r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar1-1/+0
2009-01-22net: 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-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-2/+2
2008-12-23r6040: bump release number to 0.19Florian Fainelli1-2/+2
2008-12-23r6040: save and restore MIER correctly in the interrupt routineJoe Chou1-2/+7
2008-12-23r6040: fix wrong logic in mdio codeJoe Chou1-2/+2
2008-11-22r6040: convert to net_device_opsStephen Hemminger1-11/+18
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0