aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arm
AgeCommit message (Expand)AuthorFilesLines
2011-08-12macb: Move the Atmel driverJeff Kirsher4-1381/+0
2011-08-12nuvoton: Move the Nuvoton driverJeff Kirsher3-1133/+0
2011-08-12cirrus: Move the Cirrus network driverJeff Kirsher3-913/+0
2011-08-12ks8*/ksz8*: Move the Micrel driversJeff Kirsher4-1772/+0
2011-08-12seeq: Move the SEEQ driversJeff Kirsher4-1102/+0
2011-08-11xscale: Move the Intel XScale IXP driversJeff Kirsher3-1498/+0
2011-08-10i825xx: Move the Intel 82586/82593/82596 based driversJeff Kirsher4-1382/+0
2011-08-108390: Move the 8390 related driversJeff Kirsher3-875/+0
2011-08-10amd: Move AMD (Lance) chipset driversJeff Kirsher4-920/+0
2011-06-30net: am79c961a: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-8/+6
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-102/+106
2011-06-11net: ep93xx_eth: fix DMA API violationsMika Westerberg1-5/+13
2011-06-11net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent()Mika Westerberg1-1/+1
2011-06-11net: ep93xx_eth: allocate buffers using kmalloc()Mika Westerberg1-31/+20
2011-06-11net: ep93xx_eth: pass struct device to DMA API functionsMika Westerberg1-10/+13
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
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan3-0/+3
2011-05-23ptp: Added a clock driver for the IXP46x.Richard Cochran1-3/+192
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-5/+7
2011-05-06ARM: RiscPC: etherh: fix section mismatchesRussell King1-2/+2
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2-5/+7
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell1-1/+1
2011-01-13ks8695net: Use default implementation of ethtool_ops::get_linkBen Hutchings1-15/+1
2011-01-13ks8695net: Disable non-working ethtool operationsBen Hutchings1-183/+99
2011-01-06net: ixp4xx_eth: Return proper error for eth_init_oneAxel Lin1-1/+3
2010-12-06net: am79c961a: Omit private ndo_get_stats functionTobias Klauser1-9/+0
2010-11-09drivers/net: normalize TX_TIMEOUTEric Dumazet1-1/+1
2010-08-19ep93xx_eth: Use net_device_stats from struct net_deviceTobias Klauser1-24/+15
2010-08-19ether3: Use net_device_stats from struct net_deviceTobias Klauser2-24/+10
2010-08-19ether1: Use net_device_stats from struct net_deviceTobias Klauser2-23/+12
2010-08-17am79c961a: Use net_device_stats from struct net_deviceTobias Klauser2-20/+16
2010-08-11Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds1-1/+1
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+2
2010-07-15net/nuc900: enable Mac driver clockWan ZongShun1-0/+3
2010-06-01ixp4xx: Support the all multicast flag on the NPE devices.Richard Cochran1-0/+11
2010-05-27IXP4xx: Make mdio_bus struct static in the Ethernet driver.Krzysztof Hałasa1-1/+1
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+5
2010-05-10net: trans_start cleanupsEric Dumazet8-13/+2
2010-05-06KS8695: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2010-05-03net: ep93xx_eth stops receiving packetsDavid S. Miller1-5/+5
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-1/+5
2010-04-03net: convert multicast list to list_headJiri Pirko4-15/+15
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-1/+5
2010-03-19KS8695: update ksp->next_rx_desc_read at the end of rx loopYegor Yefremov1-15/+9
2010-03-07fix a race in ks8695_pollFigo.zhang1-1/+1
2010-02-26KS8695: Don't call netif_carrier_off() from ndo_stop()Yegor Yefremov1-1/+0
2010-02-22net/arm: convert to use netdev_for_each_mc_addrJiri Pirko5-30/+28
2010-02-12net: move am79c961's probe function to .devinit.textUwe Kleine-König1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko4-6/+6
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-01-08ep93xx_eth.c general cleanupH Hartley Sweeten1-72/+68
2010-01-05ARM: 5865/1: nuc900 ethernet driver needs miiLi Jie1-0/+1
2009-12-12Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds1-1/+1
2009-12-05IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.Krzysztof Hałasa1-1/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-9/+3
2009-11-29ep93xx-eth: check for zero MAC address on probe, not on device openFlorian Fainelli1-9/+3
2009-11-16KS8695: fix ks8695_rx() unreasonable action.zeal1-7/+6
2009-11-16KS8695: fix ks8695_rx_irq() bug.zeal1-15/+7
2009-11-13ARM: fix bug of checking on signed return value using unsigned statement in w...Wan ZongShun1-2/+2
2009-11-01NET:KS8695: add API for get rx interrupt bitFigo.zhang1-12/+55
2009-10-28NET/KS8695: add support NAPI for RxFigo.zhang1-25/+78
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet2-2/+0
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger3-3/+3
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2009-08-18net: Rename MAC platform driver for w90p910 platformWan ZongShun1-2/+2
2009-08-13Add support for w90p910 mac driverWan ZongShun1-94/+112
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller4-2/+1115
2009-07-22register at91_ether using platform_driver_probeUwe Kleine-König1-2/+1
2009-07-20Add mac driver for w90p910Wan ZongShun3-0/+1114
2009-07-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-07-12netdev: restore MTU change operationBen Hutchings1-0/+1
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy4-5/+5
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-12/+14
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2-2/+2
2009-05-29net: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori2-4/+4
2009-05-26ixp4xx_eth: Remove references to BUS_ID_SIZE.David S. Miller1-2/+2
2009-05-25IXP4xx: Change QMgr function names to qmgr_stat_*_watermark and clean the com...Krzysztof Hałasa1-7/+6
2009-05-23IXP4xx: Whitespace fixes in the Ethernet driver.Krzysztof Hałasa1-5/+5
2009-05-23IXP4xx: Ethernet and WAN drivers now support "high" hardware queues.Krzysztof Hałasa1-6/+9
2009-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+16
2009-05-09IXP4xx: complete Ethernet netdev setup before calling register_netdev().Krzysztof Hałasa1-12/+13
2009-05-09IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa1-3/+3
2009-04-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2009-04-16[ARM] 5454/1: ep93xx_eth: fix sparse warningsHartley Sweeten1-1/+1
2009-04-11ether3: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-11ether1: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-11ep93xx_eth: convert to net_device_opsAlexander Beregalov1-6/+13
2009-04-11at91_ether: convert to net_device_opsAlexander Beregalov1-13/+19
2009-04-11am79c961a: convert to net_device_opsAlexander Beregalov1-9/+15
2009-03-28Merge branch 'origin' into develRussell King3-11/+11
2009-03-25[ARM] acorn,ebsa110,footbridge,integrator,sa1100: Convert asm/io.h to linux/io.hRussell King1-1/+1
2009-03-17Merge branch 'for-russell' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Russell King1-7/+13
2009-03-17IXP4xx: add Ethernet and NPE support for IXP43x CPU.Krzysztof Hałasa1-7/+13
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-7/+7
2009-03-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-6/+6
2009-03-04net: more timeouts that reach -1Roel Kluin1-1/+1
2009-02-22Revert "etherh: Get working again."David S. Miller2-6/+6
2009-02-22[ARM] RiscPC: Fix etherh oopsRussell King2-6/+6
2009-02-21etherh: Get working again.Russell King2-6/+6
2009-02-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-01-28[ARM] etherh: continue fixing build failureRussell King1-1/+1
2009-01-26net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-10/+10
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/chr...David 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/ne...David 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/...David 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...David 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/...Linus 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
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik2-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[NET]: Avoid allocating skb in skb_padHerbert Xu2-4/+2
2006-06-22[PATCH] AT91RM9200 Ethernet #4: Suspend/ResumeAndrew Victor1-1/+45
2006-06-22[PATCH] AT91RM9200 Ethernet #3: CleanupAndrew Victor2-14/+16
2006-06-22[PATCH] AT91RM9200 Ethernet #2: MII interfaceAndrew Victor1-0/+20
2006-06-22[PATCH] AT91RM9200 Ethernet #1: Link pollAndrew Victor1-18/+43
2006-03-24[PATCH] AT91RM9200 Ethernet driverAndrew Victor4-0/+1220
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-1/+3
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi1-1/+2
2006-01-09[ARM] Update am79c961 to use struct platform_driverRussell King1-6/+6
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King2-2/+0
2006-01-08[ARM] Remove EPXA10DB machine supportRussell King3-1031/+0
2005-10-31[ARM] Convert EBSA110 network driver to a platform driverRussell King2-11/+32