summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
Commit message (Expand)AuthorAgeFilesLines
* net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-06-111-6/+4
* net: mv643xx_eth: disable clk on error path in mv643xx_eth_shared_probe()Alexey Khoroshilov2019-03-231-1/+6
* sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-231-1/+23
* sky2: Increase D3 delay againKai-Heng Feng2019-02-231-1/+1
* skge: potential memory corruption in skge_get_regs()Dan Carpenter2019-02-201-2/+4
* net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier2018-10-201-4/+6
* net: mvneta: fix mtu change on port without linkYelena Krivosheev2018-09-191-1/+0
* net: mvneta: fix enable of all initialized RXQsYelena Krivosheev2018-05-301-0/+1
* sky2: Increase D3 delay to sky2 stops working after suspendKai-Heng Feng2018-04-131-1/+1
* mvpp2: fix multicast address filterMikulas Patocka2018-02-221-3/+8
* net: mvmdio: disable/unprepare clocks in EPROBE_DEFER caseTobias Jordan2018-01-021-1/+2
* net: mvneta: clear interface link status on port disableYelena Krivosheev2018-01-021-0/+4
* net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni2017-10-211-5/+4
* net: mvneta: Fix for_each_present_cpu usageGregory CLEMENT2017-07-051-5/+3
* net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni2017-03-151-1/+1
* net: mvpp2: fix dma unmapping of TX buffers for fragmentsThomas Petazzoni2017-01-091-29/+30
* net: sky2: Fix shutdown crashJeremy Linton2016-12-101-0/+13
* net: mvneta: set real interrupt per packet for tx_doneDmitri Epshtein2016-08-101-1/+1
* net: mvneta: enable change MAC address when interface is upDmitri Epshtein2016-04-121-1/+1
* 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: mvneta: enable setting custom TX IP checksum limitMarcin Wojtas2015-12-021-2/+17
* net: mvneta: fix error path for building skbMarcin Wojtas2015-12-021-2/+6
* net: mvneta: fix bit assignment for RX packet irq enableMarcin Wojtas2015-12-021-1/+1
* net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REGMarcin Wojtas2015-12-021-1/+1
* net: mvneta: add configuration for MBUS windows access protectionMarcin Wojtas2015-12-021-0/+2
* net: mvneta: Fix memory use after free.Justin Maggard2015-11-091-1/+1
* mvneta: add FIXED_PHY dependencyArnd Bergmann2015-11-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-1/+3
|\
| * net: mv643xx_eth: add missing of_node_putJulia Lawall2015-10-261-1/+3
* | net: mvneta: Fix clearing of MIB statisticsAndrew Lunn2015-10-251-2/+7
* | net: mvneta: add ethtool statisticsRussell King2015-10-251-0/+108
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-8/+40
|\|
| * net: mv643xx_eth: Defer writing the first TX descriptor when using TSOPhilipp Kirchhofer2015-10-211-3/+23
| * net: mv643xx_eth: Ensure proper data alignment in TSO TX pathPhilipp Kirchhofer2015-10-211-5/+17
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* | RESEND: [PATCH v3 net-next] sky2: use random address if EEPROM is badLiviu Dudau2015-09-291-0/+12
* | net: mvneta: Statically assign queues to CPUsMaxime Ripard2015-09-291-1/+142
* | net: mvneta: Allow different queuesMaxime Ripard2015-09-291-69/+11
* | net: mvneta: Handle per-cpu interruptsMaxime Ripard2015-09-291-29/+62
* | net: mvneta: Fix CPU_MAP registers initialisationMaxime Ripard2015-09-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-09-261-1/+5
|\|
| * net: fix phy refcounting in a bunch of driversRussell King2015-09-241-0/+2
| * net: mvneta: fix DMA buffer unmapping in mvneta_rx()Simon Guinot2015-09-151-1/+3
* | mv643xx_eth: Neaten mv643xx_eth_program_multicast_filterJoe Perches2015-09-151-21/+22
|/
* net: mv643xx_eth: use kzallocRasmus Villemoes2015-09-091-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-77/+167
|\
| * 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