aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2.c
Commit message (Expand)AuthorAge
* net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni2017-03-14
* net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni2017-01-09
* mvpp2: use correct size for memsetArnd Bergmann2016-11-25
* ethernet: marvell: mvpp2: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-02
* net: ethernet: mvpp2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-29
* net: ethernet: mvpp2: use phydev from struct net_devicePhilippe Reynes2016-06-29
* net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-01
* net: mvpp2: fix maybe-uninitialized warningJisheng Zhang2016-04-01
* net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-31
* net: mvpp2: Return correct error codesAmitoj Kaur Chawla2016-02-13
* net: mvpp2: fix refilling BM pools in RX pathMarcin Wojtas2015-12-04
* net: mvpp2: fix buffers' DMA handling on RX pathMarcin Wojtas2015-12-04
* net: mvpp2: fix missing DMA region unmap in egress processingMarcin Wojtas2015-12-04
* net: mvpp2: replace TX coalescing interrupts with hrtimerMarcin Wojtas2015-08-10
* net: mvpp2: enable proper per-CPU TX buffers unmappingMarcin Wojtas2015-08-10
* net: mvpp2: remove excessive spinlocks from driver initializationMarcin Wojtas2015-08-10
* ethernet: codespell comment spelling fixesJoe Perches2015-03-08
* net: mvpp2: fix possible memory leakSudip Mukherjee2014-11-01
* net: mvpp2: implement ioctl() operation for PHY ioctlsThomas Petazzoni2014-07-29
* net: mvpp2: fix 10 Mbit/s usageThomas Petazzoni2014-07-29
* net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia2014-07-22
* net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia2014-07-22
* net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas2014-07-22
* net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas2014-07-22
* net: mvpp2: Fix error return code in mvpp2_probe()Wei Yongjun2014-07-21
* net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe()Wei Yongjun2014-07-21
* net: mvpp2: Fix a typo in the licenseEzequiel Garcia2014-07-15
* ethernet: Add new driver for Marvell Armada 375 network unitMarcin Wojtas2014-07-10