const: constify remaining dev_pm_ops
[safe/jmp/linux-2.6] / drivers / net / dm9000.c
2009-12-15 Alexey Dobriyanconst: constify remaining dev_pm_ops
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-11-12 Ben DooksDM9000: Wake on LAN support
2009-09-10 Tobias Klauserdm9000: Use resource_size instead of private macro
2009-09-10 Tobias Klauserdm9000: Remove unnecessary memset of netdev private...
2009-07-24 Mike Rapoportdm9000: switch to dev_pm_ops
2009-07-07 Yeasah Pelldm9000: add checksum offload support
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-13 Patrick McHardynet: use symbolic values for ndo_start_xmit() return...
2009-04-16 Alexander Beregalovdm9000: convert to net_device_ops
2009-04-03 Jean Delvareworkqueue: add to_delayed_work() helper function
2009-03-23 David Brownelldm9000: locking bugfix
2008-11-16 David S. Millerdm9000: Fix build error.
2008-11-13 Wang Chennetdevice: safe convert to netdev_priv() #part-2
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-22 Bryan Wunetdev: DM9000: remove BLACKFIN hacking in DM9000 netde...
2008-08-07 Laurent Pinchartdm9000: Support MAC address setting through platform...
2008-07-22 Ben DooksDM9000: Remove magic numbers
2008-06-25 Ben DooksDM9000: Remove DEFAULT_TRIGGER for request_irq() flags.
2008-06-25 Ben DooksDM9000: Add missing msleep() in EEPROM wait code.
2008-06-25 Ben DooksDM9000: Allow the use of the NSR register to get link...
2008-06-25 Ben DooksDM9000: Use NSR to determine link-status on internal PHY
2008-06-25 Ben DooksDM9000: Cleanup source code - remove forward declerations
2008-06-25 Ben DooksDM9000: Cleanup source code
2008-06-25 Ben DooksDM9000: Cleanups after the resource changes
2008-06-25 Ben DooksDM9000: Add support for DM9000A and DM9000B chips
2008-06-25 Laurent PinchartDM9000: Remove the 2 resources probe scheme.
2008-05-26 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-05-22 Andrew Morton[netdrvr] dm9000: use delayed work to update mii phy...
2008-05-15 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-05-13 Jeff Garzik[netdrvr] Trim trailing whitespace for several drivers
2008-05-13 Ben DooksDM9000: Use delayed work to update MII PHY state
2008-05-13 Enrico ScholzDM9000: Update and fix driver debugging messages
2008-05-13 Enrico ScholzDM9000: Add __devinit and __devexit attributes to probe...
2008-04-25 Kay Sieversnet drivers: fix platform driver hotplug/coldplug
2008-03-30 Al Virodm9000 trivial annotation
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