aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/r6040.c
AgeCommit message (Expand)Author
2010-08-17r6040: fix all checkpatch errors and warningsFlorian Fainelli
2010-07-21r6040: Fix args to phy_mii_ioctl().David S. Miller
2010-06-01r6040: bump version to 0.26 and date to 30 May 2010Florian Fainelli
2010-06-01r6040: implement phylibFlorian Fainelli
2010-05-17r6040: fix link checking with switchesFlorian Fainelli
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-13r6040: use (dev|netdev)_<level> macros helpersFlorian Fainelli
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-04-07r6040: fix r6040_multicast_listFlorian Fainelli
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-18drivers/net/r6040.c: remove exceptional & on function nameJulia Lawall
2009-11-15r6040: fix version printingFlorian Fainelli
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-23r6040: bump to version 0.25 and 20 August 2009 release dateFlorian Fainelli
2009-08-23r6040: move down second PHY detection to r6040_init_oneMark Kelly
2009-08-23r6040: remove unused pioaddr variableMark Kelly
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-08r6040: bump driver version to 0.24 and date to 08 July 2009Florian Fainelli
2009-07-08r6040: restore MIER register correctly when IRQ line is sharedFlorian Fainelli
2009-07-05Minor code cleanup in drivers/net/r6040.cMichael Opdenacker
2009-05-27r6040: check and update media statusFlorian Fainelli
2009-05-05r6040: bump version to 0.23 and date to 05May2009Florian Fainelli
2009-05-05r6040: check for absent PHYFlorian Fainelli
2009-04-08r6040: set MODULE_VERSIONFlorian Fainelli
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-03-25Bump release date to 25Mar2009 and version to 0.22Florian Fainelli
2009-03-25r6040: Fix second PHY addressFlorian Fainelli
2009-02-17drivers/net/r6040.c: fix sparse warning: Using plain integer as NULL pointerHannes Eder
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-26r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger
2009-01-11r6040: bump release to 0.21Florian Fainelli
2009-01-11r6040: generate random ethernet MAC address when not initializedFlorian Fainelli
2009-01-11r6040: fix ifconfig down and freeing of tx/rx descriptorsFlorian Fainelli
2009-01-08r6040: bump release number to 0.20Florian Fainelli
2009-01-08r6040: warn about MAC address being unsetFlorian Fainelli
2009-01-08r6040: check PHY status when bringing interface upFlorian Fainelli
2009-01-08r6040: make printks consistent with DRV_NAMEFlorian Fainelli
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-22r6040: bump release number to 0.19Florian Fainelli
2008-12-22r6040: save and restore MIER correctly in the interrupt routineJoe Chou
2008-12-22r6040: fix wrong logic in mdio codeJoe Chou
2008-11-21r6040: convert to net_device_opsStephen Hemminger