summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni2017-02-211-3/+1
* net: mvpp2: drop useless fields in mvpp2_bm_pool and related codeThomas Petazzoni2017-02-211-15/+3
* net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'Thomas Petazzoni2017-02-211-3/+0
* net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni2017-02-211-5/+4
* net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()Thomas Petazzoni2017-02-211-2/+29
* net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()Thomas Petazzoni2017-02-211-3/+4
* net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_setThomas Petazzoni2017-02-211-12/+8
* net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni2017-02-211-1/+1
* net: mvpp2: Fix a memory leak in error handling pathChristophe Jaillet2017-02-201-2/+4
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni2016-12-211-29/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-271-1/+1
|\
| * mvpp2: use correct size for memsetArnd Bergmann2016-11-261-1/+1
* | net: ethernet: mvpp2: Implement ethtool::nway_resetFlorian Fainelli2016-11-161-0/+1
* | ethernet/marvell: use core min/max MTU checkingJarod Wilson2016-10-181-27/+9
|/
* ethernet: marvell: mvpp2: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-021-0/+2
* net: ethernet: mvpp2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-291-20/+2
* net: ethernet: mvpp2: use phydev from struct net_devicePhilippe Reynes2016-06-291-18/+16
* net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
* net: mvpp2: fix maybe-uninitialized warningJisheng Zhang2016-04-011-1/+3
* net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-13/+1
* net: mvpp2: Return correct error codesAmitoj Kaur Chawla2016-02-131-2/+2
* net: mvpp2: fix refilling BM pools in RX pathMarcin Wojtas2015-12-041-12/+16
* net: mvpp2: fix buffers' DMA handling on RX pathMarcin Wojtas2015-12-041-5/+16
* net: mvpp2: fix missing DMA region unmap in egress processingMarcin Wojtas2015-12-041-3/+2
* net: mvpp2: replace TX coalescing interrupts with hrtimerMarcin Wojtas2015-08-101-47/+130
* net: mvpp2: enable proper per-CPU TX buffers unmappingMarcin Wojtas2015-08-101-15/+37
* net: mvpp2: remove excessive spinlocks from driver initializationMarcin Wojtas2015-08-101-15/+0
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-2/+2
* net: mvpp2: fix possible memory leakSudip Mukherjee2014-11-011-9/+18
* net: mvpp2: implement ioctl() operation for PHY ioctlsThomas Petazzoni2014-07-301-0/+16
* net: mvpp2: fix 10 Mbit/s usageThomas Petazzoni2014-07-301-1/+1
* net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia2014-07-231-13/+6
* net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia2014-07-231-3/+3
* net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas2014-07-231-8/+32
* net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas2014-07-231-1/+1
* net: mvpp2: Fix error return code in mvpp2_probe()Wei Yongjun2014-07-211-0/+1
* net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe()Wei Yongjun2014-07-211-1/+0
* net: mvpp2: Fix a typo in the licenseEzequiel Garcia2014-07-161-1/+1
* ethernet: Add new driver for Marvell Armada 375 network unitMarcin Wojtas2014-07-111-0/+6393