aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-0/+1
2007-07-16EP93XX_ETH must select MIIJohn Donoghue1-0/+1
2007-07-10[NET]: Kill eth_copy_and_sum().David S. Miller1-1/+1
2007-07-08Use menuconfig objects II - netdev (general+100mbit)Jan Engelhardt1-6/+6
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau1-1/+1
2007-05-11[ARM] ecard: add ecardm_iomap() / ecardm_iounmap()Russell King3-21/+4
2007-05-11[ARM] ecard: add helper function for setting ecard irq opsRussell King1-3/+1
2007-05-08AT91RM9200 Ethernet: Fix multicast addressingAndrew Victor1-2/+2
2007-05-08AT91RM9200 Ethernet: Support additional PHYsAndrew Victor2-21/+73
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo5-5/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau3-3/+0
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2-2/+2
2006-12-26ep93xx: some minor cleanups to the ep93xx eth driverYan Burman1-3/+1
2006-12-07[PATCH] AT91RM9200 Ethernet: Use dev_alloc_skb()Andrew Victor1-2/+1
2006-12-07[PATCH] AT91RM9200 Ethernet: Add netpoll / netconsole supportAndrew Victor1-0/+14
2006-12-07[PATCH] AT91RM9200 Ethernet: Move check_timer variable and use mod_timer()Andrew Victor2-9/+8
2006-12-07[PATCH] AT91RM9200 Ethernet: Remove 'at91_dev' and use netdev_priv()Andrew Victor1-30/+25
2006-12-04[PATCH] drivers/net/arm missing __devinitAl Viro2-7/+7
2006-12-02[PATCH] 8390 cleanup - etherh iomem annotationsAl Viro1-10/+10
2006-12-02[PATCH] beginning of 8390 fixes - generic and arm/etherhAl Viro1-10/+17
2006-10-31[PATCH] ep93xx_eth: don't report RX errorsLennert Buytenhek1-3/+0
2006-10-31[PATCH] ep93xx_eth: fix unlikely(x) > y testLennert Buytenhek1-1/+1
2006-10-31[PATCH] ep93xx_eth: fix RX/TXstatus ring full handlingLennert Buytenhek1-26/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells5-9/+9
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-28[ARM] 3865/1: AT91RM9200 header updatesAndrew Victor1-1/+1
2006-09-22[PATCH] Cirrus Logic ep93xx ethernet driverLennert Buytenhek3-0/+952