summaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000.c
Commit message (Expand)AuthorAgeFilesLines
* DM9000: Show the MAC address source after printing MACBen Dooks2008-02-111-3/+7
* DM9000: Update retry count whilst identifying chipBen Dooks2008-02-111-1/+1
* DM9000: Add support for MII ioctl() callsBen Dooks2008-02-111-0/+12
* DM9000: Add platform flag for no attached EEPROMBen Dooks2008-02-111-0/+15
* DM9000: Remove redudant use of "& 0xff"Ben Dooks2008-02-111-6/+6
* DM9000: Remove cal_CRC() and use ether_crc_le insteadBen Dooks2008-02-111-26/+9Star
* DM9000: Fix delays used by EEPROM read and writeBen Dooks2008-02-111-3/+51
* DM9000: Use netif_msg to enable debugging optionsBen Dooks2008-02-111-6/+22
* DM9000: Remove unnecessary changelog in header commentBen Dooks2008-02-111-40/+5Star
* DM9000: Ensure spinlock held whilst accessing EEPROM registersBen Dooks2008-02-111-0/+20
* DM9000: Remove EEPROM initialisation code.Ben Dooks2008-02-111-29/+0Star
* DM9000: Add ethtool control of msg_enable valueBen Dooks2008-02-111-0/+16
* DM9000: Add ethtool support for reading and writing EEPROMBen Dooks2008-02-111-6/+60
* DM9000: Add mutex to protect accessBen Dooks2008-02-111-14/+39
* DM9000: Remove barely used SROM array read.Ben Dooks2008-02-111-13/+11Star
* DM9000: Use msleep() instead of udelay()Ben Dooks2008-02-111-2/+21
* DM9000: Do not sleep with spinlock and IRQs heldBen Dooks2008-02-111-1/+16
* DM9000: Add initial ethtool supportBen Dooks2008-02-111-1/+68
* DM9000: Remove old timer based poll routinesBen Dooks2008-02-111-34/+0Star
* DM9000: Pass IRQ flags via platform resourcesBen Dooks2008-02-111-3/+14
* DM9000 update debugging macros to use debug levelBen Dooks2008-02-111-35/+19Star
* DM9000 use dev_xxx() instead of printk for output.Ben Dooks2008-02-111-28/+28
* DM9000: Add platform data to specify external phyBen Dooks2008-02-111-0/+6
* DM9000: Fix endian-ness of data accesses.Ben Dooks2008-02-111-6/+7
* [ARM] 4762/1: Basic support for Toradex Colibri moduleDaniel Mack2008-01-281-1/+2
* DM9000 initialization fixMike Rapoport2007-10-201-3/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-5/+4Star
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-111-22/+7Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* DM9000: fix interface hang under loadFlorian Westphal2007-08-251-18/+7Star
* Blackfin arch: Port the dm9000 driver to Blackfin by using the correct low-le...Alex Landau2007-07-121-1/+16
* drivers/net/dm9000: Convert to generic booleanRichard Knutsson2007-05-081-7/+4Star
* DM9000: fix use of kfree() on net deviceBen Dooks2007-05-081-2/+2
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* [PATCH] misc arm pt_regs fixesAl Viro2006-10-081-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] Fix dm9000 release_resourceDirk Opfer2006-09-111-2/+2
* [PATCH] net: Add netconsole support to dm9000 driverKevin Hao2006-08-191-0/+14
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] DM9000 - minor code cleanupsBen Dooks2006-06-271-4/+5
* [PATCH] DM9000 - do no re-init spin lockBen Dooks2006-06-271-1/+0Star
* [PATCH] DM9000 - check for MAC left in by bootloaderBen Dooks2006-06-271-0/+7
* [PATCH] DM9000 - better checks for platform resourcesBen Dooks2006-06-271-11/+6Star
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-11-111-18/+17Star
|\
| * [DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King2005-11-091-18/+17Star
* | [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering2005-11-091-1/+0Star
|/
* Create platform_device.h to contain all the platform device details.Russell King2005-10-291-0/+1
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-4/+4
* [PATCH] missed s/u32/pm_message_t/ (dm9000)viro@ftp.linux.org.uk2005-09-071-1/+1
* [PATCH] DM9000 - incorrect ioctl() handlingBen Dooks2005-08-181-13/+2Star