summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2020-07-31net: sky2: initialize return of gm_phy_readTom Rix1-1/+1
2020-05-10net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan1-2/+2
2020-05-10mvpp2: use correct size for memsetArnd Bergmann1-1/+1
2020-05-10net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_statsJisheng Zhang1-5/+4
2020-05-10net: ethernet: mvneta: Remove IFF_UNICAST_FLT which is not implementedAndrew Lunn1-1/+1
2019-10-05skge: fix checksum byte orderStephen Hemminger1-1/+1
2019-09-21sky2: Disable MSI on yet another ASUS boards (P6Xxxx)Takashi Iwai1-0/+7
2019-08-04sky2: Disable MSI on ASUS P6TTakashi Iwai1-0/+7
2019-06-11net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart1-6/+4
2019-03-23net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov1-1/+6
2019-03-23sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng1-1/+23
2019-02-23sky2: Increase D3 delay againKai-Heng Feng1-1/+1
2019-02-20skge: potential memory corruption in skge_get_regs()Dan Carpenter1-2/+4
2018-10-20net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier1-4/+6
2018-09-19net: mvneta: fix mtu change on port without linkYelena Krivosheev1-1/+0
2018-05-30net: mvneta: fix enable of all initialized RXQsYelena Krivosheev1-0/+1
2018-04-13sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng1-1/+1
2018-02-22mvpp2: fix multicast address filterMikulas Patocka1-3/+8
2018-01-02net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan1-1/+2
2018-01-02net: mvneta: clear interface link status on port disableYelena Krivosheev1-0/+4
2017-10-21net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni1-5/+4
2017-07-05net: mvneta: Fix for_each_present_cpu usageGregory CLEMENT1-5/+3
2017-03-15net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni1-1/+1
2017-01-09net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni1-29/+30
2016-12-10net: sky2: Fix shutdown crashJeremy Linton1-0/+13
2016-08-10net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein1-1/+1
2016-04-12net: mvneta: enable change MAC address when interface is upDmitri Epshtein1-1/+1
2015-12-04net: mvpp2: fix refilling BM pools in RX pathMarcin Wojtas1-12/+16
2015-12-04net: mvpp2: fix buffers' DMA handling on RX pathMarcin Wojtas1-5/+16
2015-12-04net: mvpp2: fix missing DMA region unmap in egress processingMarcin Wojtas1-3/+2
2015-12-03net: mvneta: enable setting custom TX IP checksum limitMarcin Wojtas1-2/+17
2015-12-03net: mvneta: fix error path for building skbMarcin Wojtas1-2/+6
2015-12-03net: mvneta: fix bit assignment for RX packet irq enableMarcin Wojtas1-1/+1
2015-12-03net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REGMarcin Wojtas1-1/+1
2015-12-03net: mvneta: add configuration for MBUS windows access protectionMarcin Wojtas1-0/+2
2015-11-10net: mvneta: Fix memory use after free.Justin Maggard1-1/+1
2015-11-09mvneta: add FIXED_PHY dependencyArnd Bergmann1-0/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2015-10-27net: mv643xx_eth: add missing of_node_putJulia Lawall1-1/+3
2015-10-26net: mvneta: Fix clearing of MIB statisticsAndrew Lunn1-2/+7
2015-10-26net: mvneta: add ethtool statisticsRussell King1-0/+108
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+40
2015-10-21net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer1-3/+23
2015-10-21net: mv643xx_eth: Ensure proper data alignment in TSO TX pathPhilipp Kirchhofer1-5/+17
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-09-30RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau1-0/+12
2015-09-29net: mvneta: Statically assign queues to CPUsMaxime Ripard1-1/+142
2015-09-29net: mvneta: Allow different queuesMaxime Ripard1-69/+11
2015-09-29net: mvneta: Handle per-cpu interruptsMaxime Ripard1-29/+62
2015-09-29net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard1-1/+1