aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mv643xx_eth.c
AgeCommit message (Expand)Author
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29net: mv643xx_eth: Fetch the phy connection type from DTJason Gunthorpe
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-10-12net: mv643xx_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-12net: mv643xx_eth: use phydev from struct net_devicePhilippe Reynes
2016-01-28net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2015-12-03net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-26net: mv643xx_eth: add missing of_node_putJulia Lawall
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer
2015-10-21net: mv643xx_eth: Ensure proper data alignment in TSO TX pathPhilipp Kirchhofer
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-09-15mv643xx_eth: Neaten mv643xx_eth_program_multicast_filterJoe Perches
2015-09-09net: mv643xx_eth: use kzallocRasmus Villemoes
2015-05-31net: mv643xx_eth: Use setup_timerVaishali Thakkar
2015-01-26net: mv643xx_eth: Fix highmem support in non-TSO egress pathEzequiel Garcia
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-06net: mv643xx_eth: reclaim TX skbs only when released by the HWKarl Beldan
2014-10-20net: ethernet: marvell: drop owner assignment from platform_driversWolfram Sang
2014-06-02net: mv643xx_eth: Avoid unmapping the TSO header buffersEzequiel Garcia
2014-06-02net: mv643xx_eth: Drop the NETDEV_TX_BUSY return pathEzequiel Garcia
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