aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arm/am79c961a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10amd: Move AMD (Lance) chipset driversJeff Kirsher1-767/+0
2011-06-30net: am79c961a: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-8/+6
2011-06-11NET: am79c961: fix assembler warningsRussell King - ARM Linux1-17/+18
2011-06-11NET: am79c961: ensure multicast filter is correctly set at openRussell King - ARM Linux1-37/+40
2011-06-11NET: am79c961: ensure asm() statements are marked volatileRussell King - ARM Linux1-7/+7
2010-12-06net: am79c961a: Omit private ndo_get_stats functionTobias Klauser1-9/+0
2010-08-17am79c961a: Use net_device_stats from struct net_deviceTobias Klauser1-19/+16
2010-05-10net: trans_start cleanupsEric Dumazet1-1/+0
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-22net/arm: convert to use netdev_for_each_mc_addrJiri Pirko1-5/+5
2010-02-12net: move am79c961's probe function to .devinit.textUwe Kleine-König1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-04-11am79c961a: convert to net_device_opsAlexander Beregalov1-9/+15
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King1-1/+1
2009-01-24[NET] am79c961a: fix spin_lock usageUwe Kleine-König1-10/+10
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-04-28[ARM] am79c961a: platform_get_irq() may return signed unnoticedRoel Kluin1-3/+7
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-5/+3
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-1/+3
2006-01-09[ARM] Update am79c961 to use struct platform_driverRussell King1-6/+6
2005-10-31[ARM] Convert EBSA110 network driver to a platform driverRussell King1-9/+32
2005-10-28[ARM] 2/4: Remove asm/hardware.h from asm-arm/arch-ebsa110/io.hRussell King1-0/+1
2005-10-02[ARM] Fix init printk for EBSA110 network driver, and link timerRussell King1-11/+9
2005-10-02[ARM] Fix EBSA110 network driver link detectionRussell King1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+750