aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-17net: convert multiple drivers to use netdev_for_each_mc_addrJiri Pirko1-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-11-11DM9000: Wake on LAN supportBen Dooks1-8/+135
2009-09-09dm9000: Use resource_size instead of private macroTobias Klauser1-4/+2
2009-09-09dm9000: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2009-07-23dm9000: switch to dev_pm_opsMike Rapoport1-6/+12
2009-07-06dm9000: add checksum offload supportYeasah Pell1-17/+90
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-16dm9000: convert to net_device_opsAlexander Beregalov1-12/+18
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-1/+1
2009-03-22dm9000: locking bugfixDavid Brownell1-2/+4
2008-11-16dm9000: Fix build error.David S. Miller1-1/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen1-16/+16
2008-10-27net: convert print_mac to %pMJohannes Berg1-5/+3
2008-10-22netdev: DM9000: remove BLACKFIN hacking in DM9000 netdev driverBryan Wu1-9/+0
2008-08-07dm9000: Support MAC address setting through platform data.Laurent Pinchart1-0/+5
2008-07-22DM9000: Remove magic numbersBen Dooks1-6/+9
2008-06-24DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.Ben Dooks1-7/+2
2008-06-24DM9000: Add missing msleep() in EEPROM wait code.Ben Dooks1-0/+2
2008-06-24DM9000: Allow the use of the NSR register to get link status.Ben Dooks1-2/+39
2008-06-24DM9000: Use NSR to determine link-status on internal PHYBen Dooks1-1/+8
2008-06-24DM9000: Cleanup source code - remove forward declerationsBen Dooks1-518/+498
2008-06-24DM9000: Cleanup source codeBen Dooks1-32/+30
2008-06-24DM9000: Cleanups after the resource changesBen Dooks1-20/+4
2008-06-24DM9000: Add support for DM9000A and DM9000B chipsBen Dooks1-5/+61
2008-06-24DM9000: Remove the 2 resources probe scheme.Laurent Pinchart1-62/+44
2008-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-05-22[netdrvr] dm9000: use delayed work to update mii phy state fixAndrew Morton1-1/+1
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+33
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik1-3/+3
2008-05-13DM9000: Use delayed work to update MII PHY stateBen Dooks1-0/+26
2008-05-13DM9000: Update and fix driver debugging messagesEnrico Scholz1-1/+4
2008-05-13DM9000: Add __devinit and __devexit attributes to probe and removeEnrico Scholz1-3/+3
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2008-03-30dm9000 trivial annotationAl Viro1-1/+1
2008-03-25dm9000: Support promisc and all-multi modesPeter Korsgaard1-2/+8
2008-02-11DM9000: Show the MAC address source after printing MACBen Dooks1-3/+7
2008-02-11DM9000: Update retry count whilst identifying chipBen Dooks1-1/+1
2008-02-11DM9000: Add support for MII ioctl() callsBen Dooks1-0/+12
2008-02-11DM9000: Add platform flag for no attached EEPROMBen Dooks1-0/+15
2008-02-11DM9000: Remove redudant use of "& 0xff"Ben Dooks1-6/+6
2008-02-11DM9000: Remove cal_CRC() and use ether_crc_le insteadBen Dooks1-26/+9