aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-12mv643xx_eth with 88E1318S: support Wake on LANMichael Stapelberg1-0/+32
2013-03-07mv643xx_eth: fix for disabled autonegPhil Sutter1-4/+51
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches4-12/+6
2013-01-29net: mvneta: remove unneeded version.h includeJesper Juhl1-1/+0
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2-2/+2
2013-01-08remove init of dev->perm_addr in driversJiri Pirko2-2/+0
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko1-1/+0
2012-12-22Drivers: network: more __dev* removalGreg KH2-13/+12
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+3102
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2-7/+4
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-nextDavid S. Miller2-12/+12
2012-12-03skge: remove __dev* attributesBill Pemberton2-12/+12
2012-12-03sky2: fix cleanup sequence in probe() functionLino Sanfilippo1-7/+8
2012-11-20net: mvneta: fix section mismatch warning caused by mvneta_deinit()Thomas Petazzoni1-1/+1
2012-11-20net: mvneta: add clk supportThomas Petazzoni1-11/+20
2012-11-20net: mvneta: adjust multiline comments to net/ styleThomas Petazzoni1-42/+42
2012-11-20net: mvmdio: adjust multiline comment to net/ styleThomas Petazzoni1-2/+1
2012-11-20net: mvmdio: use <linux/delay.h> instead of <asm/delay.h>Thomas Petazzoni1-2/+1
2012-11-16net: mvneta: driver for Marvell Armada 370/XP network unitThomas Petazzoni3-0/+2853
2012-11-16net: mvmdio: new Marvell MDIO driverThomas Petazzoni3-0/+242
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng1-1/+1
2012-10-31ethernet: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-4/+3
2012-10-08net: gro: selective flush of packetsEric Dumazet1-1/+1
2012-10-08skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower1-0/+7
2012-10-07drivers/net/ethernet/marvell/sky2.c: fix error return codePeter Senna Tschudin1-1/+4
2012-10-07drivers/net/ethernet/marvell/skge.c: fix error return codePeter Senna Tschudin1-1/+3
2012-10-07net: remove skb recyclingEric Dumazet1-16/+2
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann1-0/+6
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz1-0/+6
2012-07-09sky2: Fix for interrupt handlerMirko Lindner1-1/+3
2012-07-09sky2: Added support for Optima EEEMirko Lindner2-1/+18
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2012-06-07sky2: fix checksum bit management on some chipsstephen hemminger1-4/+6
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2012-06-06mv643xx_eth: Fix compile error for architectures without clk.Andrew Lunn1-5/+10
2012-06-06ethernet: Remove casts to same typeJoe Perches2-4/+4
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-11/+31
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into next/clockArnd Bergmann1-11/+31
2012-05-08ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn1-11/+31
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+20
2012-05-01sky2: fix receive length error in mixed non-VLAN/VLAN trafficstephen hemminger2-12/+17
2012-05-01sky2: propogate rx hash when packet is copiedstephen hemminger1-0/+3
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+15
2012-04-04sky2: copy received packets on inefficient unaligned architecturestephen hemminger1-1/+12
2012-04-04pxa168_eth: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-04mv643xx_eth: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-03sky2: fix missing register reset on error path in sky2_test_msi()Lino Sanfilippo1-2/+2