aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-17net: mv643xx_eth: properly start/stop phy deviceSebastian Hesselbarth1-1/+3
2013-12-09net: mv643xx_eth: use phy_init_hw to reset PHYFlorian Fainelli1-20/+1
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-14net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter1-1/+2
2013-11-05net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe1-0/+1
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2013-10-02net: mv643xx_eth: fix missing device_node for port devicesSebastian Hesselbarth1-0/+1
2013-10-02net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth1-1/+1
2013-10-02net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth1-3/+1
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-08-30net: mv643xx_eth: use dev_get_platdata()Jingoo Han1-2/+2
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski1-2/+11
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-19mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel1-1/+1
2013-06-17mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata1-1/+1
2013-06-04net: mv643xx_eth: add missing semicolonArnd Bergmann1-3/+5
2013-05-30net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth1-4/+149
2013-05-30net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth1-0/+11
2013-05-30net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth1-7/+18
2013-05-30net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth1-2/+1
2013-05-30net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth1-1/+1
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-16NET: mv643xx_eth: avoid lockdep dump on interface downRussell King1-2/+2
2013-05-14mv643xx_eth: fix NAPI weight being > 64Andrew Lunn1-1/+1
2013-04-12net: mv643xx_eth: remove deprecated inet_lro supportSebastian Hesselbarth1-94/+3
2013-04-11net: mv643xx_eth: Add GRO supportSebastian Hesselbarth1-1/+1
2013-04-11net: mv643xx_eth: use managed devm_kzallocSebastian Hesselbarth1-13/+4
2013-04-11net: mv643xx_eth: add shared clk and cleanup existing clk handlingSebastian Hesselbarth1-16/+11
2013-03-24mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz1-3/+9
2013-03-22mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli1-179/+16
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-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-5/+3
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
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-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 Perches1-2/+2
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-11/+31
2012-05-08ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn1-11/+31
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2012-04-04mv643xx_eth: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-1/+1
2012-01-23mv643xx_eth: Add Rx Discard and Rx Overrun statisticsPaulius Zaleckas1-0/+14
2012-01-10mv643xx-eth: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+6