summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2017-02-20net: mvpp2: Fix a memory leak in error handling pathChristophe Jaillet
2017-02-17net: mvneta: make mvneta_eth_tool_ops staticJisheng Zhang
2017-02-10net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-07net: pxa168_eth: Do not clobber PHY link outside of state machineFlorian Fainelli
2017-02-07net: mv643xx_eth: Do not clobber PHY link outside of state machineFlorian Fainelli
2017-02-06net: mvneta: implement .set_wol and .get_wolJingju Hou
2017-02-05skge: use napi_complete_done()Eric Dumazet
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2017-01-17net: marvell: sky2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-17net: marvell: skge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-16net: mvneta: add BQL supportMarcin Wojtas
2017-01-16net: mvneta: add xmit_more supportSimon Guinot
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-21net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni
2016-12-17net: mv643xx_eth: fix build failureSudip Mukherjee
2016-12-10net: mvneta: select GENERIC_ALLOCATORArnd Bergmann
2016-12-08net: mvneta: Indent some statementsDan Carpenter
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: mvneta: Add network support for Armada 3700 SoCMarcin Wojtas
2016-12-02net: mvneta: Only disable mvneta_bm for 64-bitsGregory CLEMENT
2016-12-02net: mvneta: Convert to be 64 bits compatibleMarcin Wojtas
2016-12-02net: mvneta: Use cacheable memory to store the rx buffer virtual addressGregory CLEMENT
2016-12-02net: mvneta: Do not allocate buffer in rxq init with HWBMGregory CLEMENT
2016-12-02net: mvneta: Optimize rx path for small frameGregory CLEMENT
2016-11-29net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25mvpp2: use correct size for memsetArnd Bergmann
2016-11-25net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-22marvell: mark mvneta and mvpp2 32-bit onlyArnd Bergmann
2016-11-18net: marvell: Allow drivers to be built with COMPILE_TESTFlorian Fainelli
2016-11-18net: sky2: Fix shutdown crashJeremy Linton
2016-11-16net: ethernet: marvell: pxa168_eth: Implement ethtool::nway_resetFlorian Fainelli
2016-11-16net: ethernet: mvpp2: Implement ethtool::nway_resetFlorian Fainelli
2016-11-16net: ethernet: mvneta: Implement ethtool::nway_resetFlorian Fainelli
2016-11-15net: mv643xx_eth: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-01net: mv643xx_eth: ensure coalesce settings survive read-modify-writeRussell King
2016-10-31mv643xx_eth: Properly resolve merge conflict.David S. Miller
2016-10-31mv643xx_eth: Fix merge error.David S. Miller
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-18skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with...Zach Brown
2016-10-18ethernet/marvell: use core min/max MTU checkingJarod 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-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds