summaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000.c
Commit message (Expand)AuthorAgeFilesLines
* DM9000: Wake on LAN supportBen Dooks2009-11-121-8/+135
* dm9000: Use resource_size instead of private macroTobias Klauser2009-09-101-4/+2Star
* dm9000: Remove unnecessary memset of netdev private dataTobias Klauser2009-09-101-1/+0Star
* dm9000: switch to dev_pm_opsMike Rapoport2009-07-241-6/+12
* dm9000: add checksum offload supportYeasah Pell2009-07-071-17/+90
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* dm9000: convert to net_device_opsAlexander Beregalov2009-04-161-12/+18
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-031-1/+1
* dm9000: locking bugfixDavid Brownell2009-03-231-2/+4
* dm9000: Fix build error.David S. Miller2008-11-161-1/+1
* netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-131-16/+16
* net: convert print_mac to %pMJohannes Berg2008-10-281-5/+3Star
* netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driverBryan Wu2008-10-221-9/+0Star
* dm9000: Support MAC address setting through platform data.Laurent Pinchart2008-08-071-0/+5
* DM9000: Remove magic numbersBen Dooks2008-07-221-6/+9
* DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.Ben Dooks2008-06-251-7/+2Star
* DM9000: Add missing msleep() in EEPROM wait code.Ben Dooks2008-06-251-0/+2
* DM9000: Allow the use of the NSR register to get link status.Ben Dooks2008-06-251-2/+39
* DM9000: Use NSR to determine link-status on internal PHYBen Dooks2008-06-251-1/+8
* DM9000: Cleanup source code - remove forward declerationsBen Dooks2008-06-251-518/+498Star
* DM9000: Cleanup source codeBen Dooks2008-06-251-32/+30Star
* DM9000: Cleanups after the resource changesBen Dooks2008-06-251-20/+4Star
* DM9000: Add support for DM9000A and DM9000B chipsBen Dooks2008-06-251-5/+61
* DM9000: Remove the 2 resources probe scheme.Laurent Pinchart2008-06-251-62/+44Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-261-1/+1
|\
| * [netdrvr] dm9000: use delayed work to update mii phy state fixAndrew Morton2008-05-221-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-4/+33
|\|
| * DM9000: Use delayed work to update MII PHY stateBen Dooks2008-05-131-0/+26
| * DM9000: Update and fix driver debugging messagesEnrico Scholz2008-05-131-1/+4
| * DM9000: Add __devinit and __devexit attributes to probe and removeEnrico Scholz2008-05-131-3/+3
* | [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-3/+3
|/
* net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-251-0/+1
* dm9000 trivial annotationAl Viro2008-03-301-1/+1
* dm9000: Support promisc and all-multi modesPeter Korsgaard2008-03-261-2/+8
* 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