aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-09net: mvpp2: remove mvpp2_txq_pend_desc_num_get() functionThomas Petazzoni1-13/+2
2017-03-09net: mvpp2: remove unused register definition MVPP2_TXQ_THRESH_REGThomas Petazzoni1-3/+0
2017-03-09net: mvpp2: remove support for buffer headerThomas Petazzoni1-77/+0
2017-03-09net: mvpp2: use "dma" instead of "phys" where appropriateThomas Petazzoni1-74/+74
2017-02-21net: mvpp2: enable building on 64-bit platformsThomas Petazzoni2-15/+19
2017-02-21net: mvpp2: switch to build_skb() in the RX pathThomas Petazzoni1-22/+57
2017-02-21net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni1-8/+8
2017-02-21net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni1-1/+1
2017-02-21net: mvpp2: remove unused register definitionsThomas Petazzoni1-4/+0
2017-02-21net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni1-3/+1
2017-02-21net: mvpp2: drop useless fields in mvpp2_bm_pool and related codeThomas Petazzoni1-15/+3
2017-02-21net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'Thomas Petazzoni1-3/+0
2017-02-21net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni1-5/+4
2017-02-21net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()Thomas Petazzoni1-2/+29
2017-02-21net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()Thomas Petazzoni1-3/+4
2017-02-21net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_setThomas Petazzoni1-12/+8
2017-02-21net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni1-1/+1
2017-02-20net: mvpp2: Fix a memory leak in error handling pathChristophe Jaillet1-2/+4
2017-02-17net: mvneta: make mvneta_eth_tool_ops staticJisheng Zhang1-1/+1
2017-02-10net: mvneta: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+1
2017-02-07net: pxa168_eth: Do not clobber PHY link outside of state machineFlorian Fainelli1-19/+1
2017-02-07net: mv643xx_eth: Do not clobber PHY link outside of state machineFlorian Fainelli1-3/+1
2017-02-06net: mvneta: implement .set_wol and .get_wolJingju Hou1-0/+21
2017-02-05skge: use napi_complete_done()Eric Dumazet1-5/+3
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet4-7/+5
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser2-3/+4
2017-01-17net: marvell: sky2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+40
2017-01-17net: marvell: skge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-26/+37
2017-01-16net: mvneta: add BQL supportMarcin Wojtas1-3/+19
2017-01-16net: mvneta: add xmit_more supportSimon Guinot1-3/+10
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger3-10/+4
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-21net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni1-29/+30
2016-12-17net: mv643xx_eth: fix build failureSudip Mukherjee1-1/+1
2016-12-10net: mvneta: select GENERIC_ALLOCATORArnd Bergmann1-0/+1
2016-12-08net: mvneta: Indent some statementsDan Carpenter1-3/+4
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2016-12-02net: mvneta: Add network support for Armada 3700 SoCMarcin Wojtas2-85/+209
2016-12-02net: mvneta: Only disable mvneta_bm for 64-bitsGregory CLEMENT1-1/+2
2016-12-02net: mvneta: Convert to be 64 bits compatibleMarcin Wojtas1-1/+16
2016-12-02net: mvneta: Use cacheable memory to store the rx buffer virtual addressGregory CLEMENT1-10/+24
2016-12-02net: mvneta: Do not allocate buffer in rxq init with HWBMGregory CLEMENT1-2/+2
2016-12-02net: mvneta: Optimize rx path for small frameGregory CLEMENT1-1/+1
2016-11-29net: ethernet: marvell: mvneta: fix fixed-link phydev leaksJohan Hovold1-0/+5
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2016-11-25mvpp2: use correct size for memsetArnd Bergmann1-1/+1
2016-11-25net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2016-11-22marvell: mark mvneta and mvpp2 32-bit onlyArnd Bergmann1-0/+2
2016-11-18net: marvell: Allow drivers to be built with COMPILE_TESTFlorian Fainelli1-4/+7