Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[safe/jmp/linux-2.6] / drivers / net / dm9000.c
2008-03-26 Peter Korsgaarddm9000: Support promisc and all-multi modes
2008-02-11 Ben DooksDM9000: Show the MAC address source after printing MAC
2008-02-11 Ben DooksDM9000: Update retry count whilst identifying chip
2008-02-11 Ben DooksDM9000: Add support for MII ioctl() calls
2008-02-11 Ben DooksDM9000: Add platform flag for no attached EEPROM
2008-02-11 Ben DooksDM9000: Remove redudant use of "& 0xff"
2008-02-11 Ben DooksDM9000: Remove cal_CRC() and use ether_crc_le instead
2008-02-11 Ben DooksDM9000: Fix delays used by EEPROM read and write
2008-02-11 Ben DooksDM9000: Use netif_msg to enable debugging options
2008-02-11 Ben DooksDM9000: Remove unnecessary changelog in header comment
2008-02-11 Ben DooksDM9000: Ensure spinlock held whilst accessing EEPROM...
2008-02-11 Ben DooksDM9000: Remove EEPROM initialisation code.
2008-02-11 Ben DooksDM9000: Add ethtool control of msg_enable value
2008-02-11 Ben DooksDM9000: Add ethtool support for reading and writing...
2008-02-11 Ben DooksDM9000: Add mutex to protect access
2008-02-11 Ben DooksDM9000: Remove barely used SROM array read.
2008-02-11 Ben DooksDM9000: Use msleep() instead of udelay()
2008-02-11 Ben DooksDM9000: Do not sleep with spinlock and IRQs held
2008-02-11 Ben DooksDM9000: Add initial ethtool support
2008-02-11 Ben DooksDM9000: Remove old timer based poll routines
2008-02-11 Ben DooksDM9000: Pass IRQ flags via platform resources
2008-02-11 Ben DooksDM9000 update debugging macros to use debug level
2008-02-11 Ben DooksDM9000 use dev_xxx() instead of printk for output.
2008-02-11 Ben DooksDM9000: Add platform data to specify external phy
2008-02-11 Ben DooksDM9000: Fix endian-ness of data accesses.
2008-01-28 Daniel Mack[ARM] 4762/1: Basic support for Toradex Colibri module
2007-10-20 Mike RapoportDM9000 initialization fix
2007-10-10 Joe Perches[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
2007-10-10 Jeff Garzik[NET] drivers/net: statistics cleanup #1 -- save memory...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-08-25 Florian WestphalDM9000: fix interface hang under load
2007-07-12 Alex LandauBlackfin arch: Port the dm9000 driver to Blackfin by...
2007-05-08 Richard Knutssondrivers/net/dm9000: Convert to generic boolean
2007-05-08 Ben DooksDM9000: fix use of kfree() on net device
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2006-10-08 Al Viro[PATCH] misc arm pt_regs fixes
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-11 Dirk Opfer[PATCH] Fix dm9000 release_resource
2006-08-19 Kevin Hao[PATCH] net: Add netconsole support to dm9000 driver
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-27 Ben Dooks[PATCH] DM9000 - minor code cleanups
2006-06-27 Ben Dooks[PATCH] DM9000 - do no re-init spin lock
2006-06-27 Ben Dooks[PATCH] DM9000 - check for MAC left in by bootloader
2006-06-27 Ben Dooks[PATCH] DM9000 - better checks for platform resources
2005-11-11 Linus TorvaldsMerge kernel.org:/home/rmk/linux-2.6-drvmodel
2005-11-09 Russell King[DRIVER MODEL] Convert platform drivers to use struct...
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-10-29 Russell KingCreate platform_device.h to contain all the platform...
2005-10-28 Russell King[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level...
2005-09-07 viro@ftp.linux.org.uk[PATCH] missed s/u32/pm_message_t/ (dm9000)
2005-08-18 Ben Dooks[PATCH] DM9000 - incorrect ioctl() handling
2005-08-18 Ben Dooks[PATCH] DM9000 - spinlock fixes
2005-06-26 Sascha Hauer[PATCH] DM9000 network driver bugfix
2005-05-15 Sascha Hauer[PATCH] DM9000 network driver