Age | Commit message (Expand) | Author | Files | Lines |
2010-12-11 | net: au1000_eth: remove unused global variable. | Manuel Lauss | 1 | -2/+0 |
2010-11-28 | au1000_eth: fix invalid address accessing the MAC enable register | Wolfgang Grandegger | 1 | -5/+5 |
2010-09-10 | au1000-eth: change multi-line comments style | Florian Fainelli | 1 | -12/+26 |
2010-09-10 | au1000-eth: remove volatiles, switch to I/O accessors | Florian Fainelli | 1 | -47/+60 |
2010-09-10 | au1000-eth: fix asm -> linux headers inclusion | Florian Fainelli | 1 | -2/+2 |
2010-09-10 | au1000-eth: fix bad printk usages | Florian Fainelli | 1 | -10/+15 |
2010-09-10 | au1000-eth: fix all but one "line over 80 characters warnings" | Florian Fainelli | 1 | -46/+57 |
2010-09-10 | au1000-eth: stylistic fixes | Florian Fainelli | 1 | -16/+16 |
2010-09-10 | au1000-eth: typedefs removal | Florian Fainelli | 1 | -13/+13 |
2010-08-05 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 1 | -24/+7 |
2010-08-05 | MIPS: au1000_eth: Get ethernet address from platform_data | Manuel Lauss | 1 | -24/+7 |
2010-07-19 | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 1 | -1/+1 |
2010-05-10 | net: trans_start cleanups | Eric Dumazet | 1 | -2/+1 |
2010-04-07 | au1000-eth: bump to 1.7 | Florian Fainelli | 1 | -1/+1 |
2010-04-07 | au1000-eth: Use (dev|netdev|netif)_<level> macro helpers | Florian Fainelli | 1 | -68/+48 |
2010-04-07 | au1000-eth: implement set/get_msglevel | Florian Fainelli | 1 | -0/+19 |
2010-04-07 | au1000-eth: fix checkpatch errors. | Florian Fainelli | 1 | -23/+22 |
2010-04-07 | au1000-eth: prefix all functions with au1000_ | Florian Fainelli | 1 | -35/+35 |
2010-04-07 | au1000-eth: set MODULE_VERSION | Florian Fainelli | 1 | -0/+1 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 1 | -3/+3 |
2010-03-01 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -218/+223 |
2010-02-27 | NET: au1000-eth: Convert to platform_driver model | Florian Fainelli | 1 | -218/+223 |
2010-02-23 | net: convert multiple drivers to use netdev_for_each_mc_addr, part3 | Jiri Pirko | 1 | -4/+1 |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 1 | -2/+2 |
2009-11-29 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -7/+8 |
2009-11-23 | Au1x00: fix crash when trying register_netdev() | Alexander Beregalov | 1 | -7/+8 |
2009-11-19 | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 1 | -1/+1 |
2009-10-23 | net: au1000_eth: add missing capability.h | Manuel Lauss | 1 | -0/+1 |
2009-10-07 | au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats() | roel kluin | 1 | -3/+1 |
2009-09-02 | au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe() | roel kluin | 1 | -0/+3 |
2009-09-01 | netdev: convert bulk of drivers to netdev_tx_t | Stephen Hemminger | 1 | -1/+1 |
2009-07-06 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
2009-06-13 | net: use symbolic values for ndo_start_xmit() return codes | Patrick McHardy | 1 | -1/+1 |
2009-04-15 | au1000: convert to net_device_ops | Alexander Beregalov | 1 | -8/+15 |
2009-01-27 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -4/+4 |
2009-01-23 | au1000: reorder functions | Florian Fainelli | 1 | -532/+511 |
2008-12-26 | drivers/net/au1000_eth.c: Remove redundant test | Julia Lawall | 1 | -1/+0 |
2008-11-13 | netdevice: safe convert to netdev_priv() #part-1 | Wang Chen | 1 | -24/+24 |
2008-11-04 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 1 | -1/+0 |
2008-10-13 | net/au1000_eth.c MDIO namespace fixes | Adrian Bunk | 1 | -13/+14 |
2008-10-09 | phylib: move to dynamic allocation of struct mii_bus | Lennert Buytenhek | 1 | -16/+27 |
2008-09-25 | [netdrvr] au1000_eth: Spinlock initialisation fix | Martin Gebert | 1 | -1/+2 |
2008-08-14 | au1000_eth: use 'unsigned long' for irqflags | Vegard Nossum | 1 | -1/+1 |
2008-07-23 | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 | Anton Vorontsov | 1 | -3/+2 |
2008-07-18 | netdev: Convert all drivers away from netif_schedule(). | David S. Miller | 1 | -1/+1 |
2008-05-22 | au1000_eth: remove useless check | Francois Romieu | 1 | -6/+1 |
2008-04-17 | phy: Change mii_bus id field to a string | Andy Fleming | 1 | -3/+3 |
2007-10-20 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 1 | -1/+1 |
2007-10-15 | add new prom.h for AU1x00 | Yoichi Yuasa | 1 | -5/+5 |
2007-10-15 | update AU1000 get_ethernet_addr() | Yoichi Yuasa | 1 | -16/+4 |