summaryrefslogtreecommitdiffstats
path: root/drivers/net/arm
Commit message (Expand)AuthorAgeFilesLines
* macb: Move the Atmel driverJeff Kirsher2011-08-124-1381/+0
* nuvoton: Move the Nuvoton driverJeff Kirsher2011-08-123-1133/+0
* cirrus: Move the Cirrus network driverJeff Kirsher2011-08-123-913/+0
* ks8*/ksz8*: Move the Micrel driversJeff Kirsher2011-08-124-1772/+0
* seeq: Move the SEEQ driversJeff Kirsher2011-08-124-1102/+0
* xscale: Move the Intel XScale IXP driversJeff Kirsher2011-08-113-1498/+0
* i825xx: Move the Intel 82586/82593/82596 based driversJeff Kirsher2011-08-104-1382/+0
* 8390: Move the 8390 related driversJeff Kirsher2011-08-103-875/+0
* amd: Move AMD (Lance) chipset driversJeff Kirsher2011-08-104-920/+0
* net: am79c961a: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser2011-06-301-8/+6
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-202-102/+106
|\
| * net: ep93xx_eth: fix DMA API violationsMika Westerberg2011-06-111-5/+13
| * net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent()Mika Westerberg2011-06-111-1/+1
| * net: ep93xx_eth: allocate buffers using kmalloc()Mika Westerberg2011-06-111-31/+20
| * net: ep93xx_eth: pass struct device to DMA API functionsMika Westerberg2011-06-111-10/+13
| * NET: am79c961: fix assembler warningsRussell King - ARM Linux2011-06-111-17/+18
| * NET: am79c961: ensure multicast filter is correctly set at openRussell King - ARM Linux2011-06-111-37/+40
| * NET: am79c961: ensure asm() statements are marked volatileRussell King - ARM Linux2011-06-111-7/+7
* | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-063-0/+3
|/
* ptp: Added a clock driver for the IXP46x.Richard Cochran2011-05-231-3/+192
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-202-5/+7
|\
| * ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-292-5/+7
* | ARM: RiscPC: etherh: fix section mismatchesRussell King2011-05-061-2/+2
|/
* module: fix missing semicolons in MODULE macro usageRusty Russell2011-01-241-1/+1
* ks8695net: Use default implementation of ethtool_ops::get_linkBen Hutchings2011-01-131-15/+1
* ks8695net: Disable non-working ethtool operationsBen Hutchings2011-01-131-183/+99
* net: ixp4xx_eth: Return proper error for eth_init_oneAxel Lin2011-01-061-1/+3
* net: am79c961a: Omit private ndo_get_stats functionTobias Klauser2010-12-061-9/+0
* drivers/net: normalize TX_TIMEOUTEric Dumazet2010-11-091-1/+1
* ep93xx_eth: Use net_device_stats from struct net_deviceTobias Klauser2010-08-191-24/+15
* ether3: Use net_device_stats from struct net_deviceTobias Klauser2010-08-192-24/+10
* ether1: Use net_device_stats from struct net_deviceTobias Klauser2010-08-192-23/+12
* am79c961a: Use net_device_stats from struct net_deviceTobias Klauser2010-08-172-20/+16
* Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2010-08-111-1/+1
|\
| * IXP4xx: Make mdio_bus struct static in the Ethernet driver.Krzysztof HaƂasa2010-05-271-1/+1
* | net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+2
* | net/nuc900: enable Mac driver clockWan ZongShun2010-07-151-0/+3
* | ixp4xx: Support the all multicast flag on the NPE devices.Richard Cochran2010-06-011-0/+11
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-121-5/+5
|\|
| * net: ep93xx_eth stops receiving packetsDavid S. Miller2010-05-031-5/+5
* | net: trans_start cleanupsEric Dumazet2010-05-108-13/+2
* | KS8695: Remove unnecessary memset of netdev private dataTobias Klauser2010-05-061-1/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-116-1/+5
|\|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-1/+5
* | net: convert multicast list to list_headJiri Pirko2010-04-034-15/+15
* | net: remove redundant codeEric Dumazet2010-03-301-1/+0
|/
* KS8695: update ksp->next_rx_desc_read at the end of rx loopYegor Yefremov2010-03-191-15/+9
* fix a race in ks8695_pollFigo.zhang2010-03-071-1/+1
* KS8695: Don't call netif_carrier_off() from ndo_stop()Yegor Yefremov2010-02-261-1/+0