aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/au1000_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+1
2010-04-07au1000-eth: bump to 1.7Florian Fainelli1-1/+1
2010-04-07au1000-eth: Use (dev|netdev|netif)_<level> macro helpersFlorian Fainelli1-68/+48
2010-04-07au1000-eth: implement set/get_msglevelFlorian Fainelli1-0/+19
2010-04-07au1000-eth: fix checkpatch errors.Florian Fainelli1-23/+22
2010-04-07au1000-eth: prefix all functions with au1000_Florian Fainelli1-35/+35
2010-04-07au1000-eth: set MODULE_VERSIONFlorian Fainelli1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-218/+223
2010-02-27NET: au1000-eth: Convert to platform_driver modelFlorian Fainelli1-218/+223
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-4/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+8
2009-11-22Au1x00: fix crash when trying register_netdev()Alexander Beregalov1-7/+8
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-22net: au1000_eth: add missing capability.hManuel Lauss1-0/+1
2009-10-07au1000_eth: Duplicate test of RX_OVERLEN bit in update_rx_stats()roel kluin1-3/+1
2009-09-01au1000_eth: possible NULL dereference of aup->mii_bus->irq in au1000_probe()roel kluin1-0/+3
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+1
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-14au1000: convert to net_device_opsAlexander Beregalov1-8/+15
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2009-01-22au1000: reorder functionsFlorian Fainelli1-532/+511
2008-12-25drivers/net/au1000_eth.c: Remove redundant testJulia Lawall1-1/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen1-24/+24
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-12net/au1000_eth.c MDIO namespace fixesAdrian Bunk1-13/+14
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-16/+27
2008-09-24[netdrvr] au1000_eth: Spinlock initialisation fixMartin Gebert1-1/+2
2008-08-14au1000_eth: use 'unsigned long' for irqflagsVegard Nossum1-1/+1
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-3/+2
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-1/+1
2008-05-22au1000_eth: remove useless checkFrancois Romieu1-6/+1
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-3/+3
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-15add new prom.h for AU1x00Yoichi Yuasa1-5/+5
2007-10-15update AU1000 get_ethernet_addr()Yoichi Yuasa1-16/+4
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-19/+4
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-2/+2
2007-06-27au1000_eth: Fix warnings.Ralf Baechle1-1/+1
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming1-1/+2
2006-10-31[MIPS] Sort out missuse of __init for prom_getcmdline()Ralf Baechle1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1