aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-11DM9000: Use netif_msg to enable debugging optionsBen Dooks1-6/+22
2008-02-11DM9000: Remove unnecessary changelog in header commentBen Dooks1-40/+5
2008-02-11DM9000: Ensure spinlock held whilst accessing EEPROM registersBen Dooks1-0/+20
2008-02-11DM9000: Remove EEPROM initialisation code.Ben Dooks1-29/+0
2008-02-11DM9000: Add ethtool control of msg_enable valueBen Dooks1-0/+16
2008-02-11DM9000: Add ethtool support for reading and writing EEPROMBen Dooks1-6/+60
2008-02-11DM9000: Add mutex to protect accessBen Dooks1-14/+39
2008-02-11DM9000: Remove barely used SROM array read.Ben Dooks1-13/+11
2008-02-11DM9000: Use msleep() instead of udelay()Ben Dooks1-2/+21
2008-02-11DM9000: Do not sleep with spinlock and IRQs heldBen Dooks1-1/+16
2008-02-11DM9000: Add initial ethtool supportBen Dooks1-1/+68
2008-02-11DM9000: Remove old timer based poll routinesBen Dooks1-34/+0
2008-02-11DM9000: Pass IRQ flags via platform resourcesBen Dooks1-3/+14
2008-02-11DM9000 update debugging macros to use debug levelBen Dooks1-35/+19
2008-02-11DM9000 use dev_xxx() instead of printk for output.Ben Dooks1-28/+28
2008-02-11DM9000: Add platform data to specify external phyBen Dooks1-0/+6
2008-02-11DM9000: Fix endian-ness of data accesses.Ben Dooks1-6/+7
2008-01-28[ARM] 4762/1: Basic support for Toradex Colibri moduleDaniel Mack1-1/+2
2007-10-19DM9000 initialization fixMike Rapoport1-3/+3
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+4
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-22/+7
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-08-25DM9000: fix interface hang under loadFlorian Westphal1-18/+7
2007-07-12Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-level io routinesAlex Landau1-1/+16
2007-05-08drivers/net/dm9000: Convert to generic booleanRichard Knutsson1-7/+4
2007-05-08DM9000: fix use of kfree() on net deviceBen Dooks1-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-10-08[PATCH] misc arm pt_regs fixesAl Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-11[PATCH] Fix dm9000 release_resourceDirk Opfer1-2/+2
2006-08-19[PATCH] net: Add netconsole support to dm9000 driverKevin Hao1-0/+14
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[PATCH] DM9000 - minor code cleanupsBen Dooks1-4/+5
2006-06-26[PATCH] DM9000 - do no re-init spin lockBen Dooks1-1/+0
2006-06-26[PATCH] DM9000 - check for MAC left in by bootloaderBen Dooks1-0/+7
2006-06-26[PATCH] DM9000 - better checks for platform resourcesBen Dooks1-11/+6
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-18/+17
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-18/+17
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+1
2005-10-28[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King1-4/+4
2005-09-06[PATCH] missed s/u32/pm_message_t/ (dm9000)viro@ftp.linux.org.uk1-1/+1
2005-08-18[PATCH] DM9000 - incorrect ioctl() handlingBen Dooks1-13/+2
2005-08-18[PATCH] DM9000 - spinlock fixesBen Dooks1-13/+24
2005-06-26[PATCH] DM9000 network driver bugfixSascha Hauer1-2/+2
2005-05-15[PATCH] DM9000 network driverSascha Hauer1-0/+1219