summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c
AgeCommit message (Expand)Author
2014-06-02net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia
2014-06-02net: mv643xx_eth: Count dropped packets properlyEzequiel Garcia
2014-05-23net: mv643xx_eth: Simplify mv643xx_eth_adjust_link()Ezequiel Garcia
2014-05-22net: mv643xx_eth: Implement software TSOEzequiel Garcia
2014-05-22net: mv643xx_eth: Use dma_map_single() to map the skb fragmentsEzequiel Garcia
2014-05-22net: mv643xx_eth: Factorize feature settingEzequiel Garcia
2014-05-22net: mv643xx_eth: Avoid setting the initial TCP checksumEzequiel Garcia
2014-05-22net: mv643xx_eth: Factorize initial checksum and command preparationEzequiel Garcia
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-03-24mv643xx_eth: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2013-12-17net: mv643xx_eth: properly start/stop phy deviceSebastian Hesselbarth
2013-12-09net: mv643xx_eth: use phy_init_hw to reset PHYFlorian Fainelli
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher
2013-11-14net: mv643xx_eth: potential NULL dereference in probe()Dan Carpenter
2013-11-05net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-02net: mv643xx_eth: fix missing device_node for port devicesSebastian Hesselbarth
2013-10-02net: mv643xx_eth: fix orphaned statistics timer crashSebastian Hesselbarth
2013-10-02net: mv643xx_eth: update statistics timer from timer context onlySebastian Hesselbarth
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-08-30net: mv643xx_eth: use dev_get_platdata()Jingoo Han
2013-07-09net: mv643xx_eth: do not use port number as platform device idJonas Gorski
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-19mv643xx_eth: Allocate receive queue initialized to zeroLubomir Rintel
2013-06-17mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata
2013-06-04net: mv643xx_eth: add missing semicolonArnd Bergmann
2013-05-30net: mv643xx_eth: add DT parsing supportSebastian Hesselbarth
2013-05-30net: mv643xx_eth: proper initialization for Kirkwood SoCsSebastian Hesselbarth
2013-05-30net: mv643xx_eth: use of_phy_connect if phy_node presentSebastian Hesselbarth
2013-05-30net: mv643xx_eth: use managed devm_ioremap for port registersSebastian Hesselbarth
2013-05-30net: mv643xx_eth: use phy_disconnect instead of phy_detachSebastian Hesselbarth
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-16NET: mv643xx_eth: avoid lockdep dump on interface downRussell King
2013-05-14mv643xx_eth: fix NAPI weight being > 64Andrew Lunn
2013-04-12net: mv643xx_eth: remove deprecated inet_lro supportSebastian Hesselbarth
2013-04-11net: mv643xx_eth: Add GRO supportSebastian Hesselbarth
2013-04-11net: mv643xx_eth: use managed devm_kzallocSebastian Hesselbarth
2013-04-11net: mv643xx_eth: add shared clk and cleanup existing clk handlingSebastian Hesselbarth
2013-03-24mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz
2013-03-22mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli
2013-03-12mv643xx_eth with 88E1318S: support Wake on LANMichael Stapelberg
2013-03-07mv643xx_eth: fix for disabled autonegPhil Sutter
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-10-07net: remove skb recyclingEric Dumazet
2012-07-25Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann
2012-07-25ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-06mv643xx_eth: Fix compile error for architectures without clk.Andrew Lunn
2012-06-06ethernet: Remove casts to same typeJoe Perches