summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)Author
2017-02-21net: mvpp2: enable building on 64-bit platformsThomas Petazzoni
2017-02-21net: mvpp2: switch to build_skb() in the RX pathThomas Petazzoni
2017-02-21net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni
2017-02-21net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni
2017-02-21net: mvpp2: remove unused register definitionsThomas Petazzoni
2017-02-21net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni
2017-02-21net: mvpp2: drop useless fields in mvpp2_bm_pool and related codeThomas Petazzoni
2017-02-21net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'Thomas Petazzoni
2017-02-21net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni
2017-02-21net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()Thomas Petazzoni
2017-02-21net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()Thomas Petazzoni
2017-02-21net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_setThomas Petazzoni
2017-02-21net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni
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