aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
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
2016-10-03net: mvmdio: do not clk_disable_unprepare() NULL clockAlexey Khoroshilov
2016-09-26net: mvneta: mark symbols static where possibleBaoyou Xie
2016-09-12net: mvneta: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-06net/mvneta: Convert to hotplug state machineSebastian Andrzej Siewior
2016-09-01sky2: use napi_complete_donestephen hemminger
2016-08-08net: ethernet: marvell: mvneta: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-08-08net: ethernet: marvell: mvneta: use phydev from struct net_devicePhilippe Reynes
2016-08-01ethernet: marvell: pxa168_eth: add missing of_node_put after calling of_parse...Peter Chen