summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvpp2.c
AgeCommit message (Expand)Author
2019-06-11net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart
2018-10-18net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier
2018-02-22mvpp2: fix multicast address filterMikulas Patocka
2017-10-21net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni
2017-03-15net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni
2017-01-09net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni
2016-11-25mvpp2: use correct size for memsetArnd Bergmann
2016-08-01ethernet: marvell: mvpp2: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-06-29net: ethernet: mvpp2: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-29net: ethernet: mvpp2: use phydev from struct net_devicePhilippe Reynes
2016-04-01net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang
2016-04-01net: mvpp2: fix maybe-uninitialized warningJisheng Zhang
2016-03-31net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang
2016-02-13net: mvpp2: Return correct error codesAmitoj Kaur Chawla
2015-12-04net: mvpp2: fix refilling BM pools in RX pathMarcin Wojtas
2015-12-04net: mvpp2: fix buffers' DMA handling on RX pathMarcin Wojtas
2015-12-04net: mvpp2: fix missing DMA region unmap in egress processingMarcin Wojtas
2015-08-10net: mvpp2: replace TX coalescing interrupts with hrtimerMarcin Wojtas
2015-08-10net: mvpp2: enable proper per-CPU TX buffers unmappingMarcin Wojtas
2015-08-10net: mvpp2: remove excessive spinlocks from driver initializationMarcin Wojtas
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2014-11-01net: mvpp2: fix possible memory leakSudip Mukherjee
2014-07-29net: mvpp2: implement ioctl() operation for PHY ioctlsThomas Petazzoni
2014-07-29net: mvpp2: fix 10 Mbit/s usageThomas Petazzoni
2014-07-22net: mvpp2: Simplify BM pool buffers freeingEzequiel Garcia
2014-07-22net: mvpp2: Fix the BM pool buffer release checkEzequiel Garcia
2014-07-22net: mvpp2: Enable proper PHY polling and fix port functionalityMarcin Wojtas
2014-07-22net: mvpp2: Fix the periodic XON enable bitMarcin Wojtas
2014-07-20net: mvpp2: Fix error return code in mvpp2_probe()Wei Yongjun
2014-07-20net: mvpp2: Remove redundant dev_err call in mvpp2_port_probe()Wei Yongjun
2014-07-15net: mvpp2: Fix a typo in the licenseEzequiel Garcia
2014-07-10ethernet: Add new driver for Marvell Armada 375 network unitMarcin Wojtas