aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* net/arm: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-225-30/+28
* net: move am79c961's probe function to .devinit.textUwe Kleine-König2010-02-121-1/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-124-6/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-231-0/+1
|\
| * ARM: 5865/1: nuc900 ethernet driver needs miiLi Jie2010-01-051-0/+1
* | ep93xx_eth.c general cleanupH Hartley Sweeten2010-01-081-72/+68
|/
* Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/...Linus Torvalds2009-12-121-1/+1
|\
| * IXP4xx: Fix normally-disabled debugging text in drivers/net/arm/ixp4xx_eth.c.Krzysztof Hałasa2009-12-051-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-9/+3
|\ \ | |/
| * ep93xx-eth: check for zero MAC address on probe, not on device openFlorian Fainelli2009-11-291-9/+3
* | KS8695: fix ks8695_rx() unreasonable action.zeal2009-11-161-7/+6
* | KS8695: fix ks8695_rx_irq() bug.zeal2009-11-161-15/+7
* | ARM: fix bug of checking on signed return value using unsigned statement in w...Wan ZongShun2009-11-131-2/+2