aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-10/+10
2009-01-24[NET] am79c961a: fix spin_lock usageUwe Kleine-König1-10/+10
2009-01-21net: Remove redundant NAPI functionsBen Hutchings2-10/+10
2009-01-14ARM etherh: Fix build failure.David S. Miller1-1/+1
2009-01-11netdev: missing validate_address hooksStephen Hemminger1-0/+1
2009-01-11netdev: add missing set_mac_address hookStephen Hemminger1-0/+1
2008-12-29net: KS8695: removed duplicated #includeHuang Weiyi1-1/+0
2008-12-29net: Fix more NAPI interface netdev argument drop fallout.Kamalesh Babulal2-2/+2
2008-12-25Merge branch 'for-david' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6David S. Miller2-165/+174
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2-6/+6
2008-12-22Convert ixp4xx_eth driver to use net_device_ops.Krzysztof Hałasa1-5/+10
2008-12-22IXP4xx: move common debugging from network drivers to QMGR module.Krzysztof Hałasa1-43/+12
2008-12-22IXP4xx: Add ethtool support to Ethernet driver.Krzysztof Hałasa1-0/+45
2008-12-22IXP4xx: Add PHYLIB MII ioctl to the Ethernet driver.Krzysztof Hałasa1-1/+3
2008-12-22IXP4xx: Add PHYLIB support to Ethernet driver.Krzysztof Hałasa2-100/+96
2008-12-22IXP4xx: Make the Ethernet driver use built-in netdev stats.Krzysztof Hałasa1-16/+8
2008-12-22IXP4xx: Silence section mismatch warning in Ethernet driver.Krzysztof Hałasa1-3/+3
2008-12-11net: Add support for the KS8695 ethernet devices.Daniel Silverstone4-0/+1792
2008-12-02etherh: build fix for net-nextStephen Hemminger2-4/+17
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller4-5/+0
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+5
2008-10-31at91_ether: request/free GPIO for PHY interruptDavid Brownell1-1/+5
2008-10-27net: convert print_mac to %pMJohannes Berg5-19/+12
2008-08-14Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-3/+3
2008-08-14ixp4xx_eth: fix dma_mapping_error() compile errorsMikael Pettersson1-3/+3
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King4-8/+8
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-2/+2
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-21/+19
2008-07-22at91_ether: use netstats in net_device structurePaulius Zaleckas2-21/+19
2008-07-21arm: bus_id -> dev_name() and dev_set_name() conversionsKay Sievers3-5/+5
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2008-07-11ARM: IXP4xx Ethernet NAPI fixKrzysztof Halasa1-2/+1
2008-07-03[ARM] rpc: etherh: fix unused variable warningRussell King1-1/+1
2008-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-0/+1274
2008-04-29Driver for IXP4xx built-in Ethernet portsKrzysztof Halasa3-0/+1274
2008-04-29ARM: am79c961a: platform_get_irq() may return signed unnoticedRoel Kluin1-3/+7
2008-04-28[ARM] am79c961a: platform_get_irq() may return signed unnoticedRoel Kluin1-3/+7
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+3
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers2-0/+3
2008-04-17[ARM] 4980/1: [AT91] emQbit ECB_AT91 board supportAndrew Victor1-1/+3
2008-02-03drivers/net/arm/at91_ether.c: logical/bitand typo in function reset_phy()Roel Kluin1-1/+1
2007-11-13[EP93xx_ETH]: Build fix after 2.6.24 NAPI changes.David S. Miller1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches5-28/+22
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle4-4/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-38/+34
2007-07-20[ARM] rpc: silence two section mismatch warningsRussell King2-2/+2
2007-07-20[ARM] rpc: remove linux/ptrace.h from ARM ether?.c driversRussell King3-3/+0
2007-07-18ARM/ETHER3: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明1-1/+1