| Commit message (Expand) | Author | Age |
* | netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driver | Bryan Wu | 2008-10-22 |
* | dm9000: Support MAC address setting through platform data. | Laurent Pinchart | 2008-08-07 |
* | DM9000: Remove magic numbers | Ben Dooks | 2008-07-22 |
* | DM9000: Remove DEFAULT_TRIGGER for request_irq() flags. | Ben Dooks | 2008-06-24 |
* | DM9000: Add missing msleep() in EEPROM wait code. | Ben Dooks | 2008-06-24 |
* | DM9000: Allow the use of the NSR register to get link status. | Ben Dooks | 2008-06-24 |
* | DM9000: Use NSR to determine link-status on internal PHY | Ben Dooks | 2008-06-24 |
* | DM9000: Cleanup source code - remove forward declerations | Ben Dooks | 2008-06-24 |
* | DM9000: Cleanup source code | Ben Dooks | 2008-06-24 |
* | DM9000: Cleanups after the resource changes | Ben Dooks | 2008-06-24 |
* | DM9000: Add support for DM9000A and DM9000B chips | Ben Dooks | 2008-06-24 |
* | DM9000: Remove the 2 resources probe scheme. | Laurent Pinchart | 2008-06-24 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-05-26 |
|\ |
|
| * | [netdrvr] dm9000: use delayed work to update mii phy state fix | Andrew Morton | 2008-05-22 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-05-15 |
|\| |
|
| * | DM9000: Use delayed work to update MII PHY state | Ben Dooks | 2008-05-13 |
| * | DM9000: Update and fix driver debugging messages | Enrico Scholz | 2008-05-13 |
| * | DM9000: Add __devinit and __devexit attributes to probe and remove | Enrico Scholz | 2008-05-13 |
* | | [netdrvr] Trim trailing whitespace for several drivers | Jeff Garzik | 2008-05-13 |
|/ |
|
* | net drivers: fix platform driver hotplug/coldplug | Kay Sievers | 2008-04-25 |
* | dm9000 trivial annotation | Al Viro | 2008-03-30 |
* | dm9000: Support promisc and all-multi modes | Peter Korsgaard | 2008-03-25 |
* | DM9000: Show the MAC address source after printing MAC | Ben Dooks | 2008-02-11 |
* | DM9000: Update retry count whilst identifying chip | Ben Dooks | 2008-02-11 |
* | DM9000: Add support for MII ioctl() calls | Ben Dooks | 2008-02-11 |
* | DM9000: Add platform flag for no attached EEPROM | Ben Dooks | 2008-02-11 |
* | DM9000: Remove redudant use of "& 0xff" | Ben Dooks | 2008-02-11 |
* | DM9000: Remove cal_CRC() and use ether_crc_le instead | Ben Dooks | 2008-02-11 |
* | DM9000: Fix delays used by EEPROM read and write | Ben Dooks | 2008-02-11 |
* | DM9000: Use netif_msg to enable debugging options | Ben Dooks | 2008-02-11 |
* | DM9000: Remove unnecessary changelog in header comment | Ben Dooks | 2008-02-11 |
* | DM9000: Ensure spinlock held whilst accessing EEPROM registers | Ben Dooks | 2008-02-11 |
* | DM9000: Remove EEPROM initialisation code. | Ben Dooks | 2008-02-11 |
* | DM9000: Add ethtool control of msg_enable value | Ben Dooks | 2008-02-11 |
* | DM9000: Add ethtool support for reading and writing EEPROM | Ben Dooks | 2008-02-11 |
* | DM9000: Add mutex to protect access | Ben Dooks | 2008-02-11 |
* | DM9000: Remove barely used SROM array read. | Ben Dooks | 2008-02-11 |
* | DM9000: Use msleep() instead of udelay() | Ben Dooks | 2008-02-11 |
* | DM9000: Do not sleep with spinlock and IRQs held | Ben Dooks | 2008-02-11 |
* | DM9000: Add initial ethtool support | Ben Dooks | 2008-02-11 |
* | DM9000: Remove old timer based poll routines | Ben Dooks | 2008-02-11 |
* | DM9000: Pass IRQ flags via platform resources | Ben Dooks | 2008-02-11 |
* | DM9000 update debugging macros to use debug level | Ben Dooks | 2008-02-11 |
* | DM9000 use dev_xxx() instead of printk for output. | Ben Dooks | 2008-02-11 |
* | DM9000: Add platform data to specify external phy | Ben Dooks | 2008-02-11 |
* | DM9000: Fix endian-ness of data accesses. | Ben Dooks | 2008-02-11 |
* | [ARM] 4762/1: Basic support for Toradex Colibri module | Daniel Mack | 2008-01-28 |
* | DM9000 initialization fix | Mike Rapoport | 2007-10-19 |
* | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 2007-10-10 |
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink code | Jeff Garzik | 2007-10-10 |