aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-13net: mvneta: Fix race condition during stoppingGregory CLEMENT1-8/+28
2016-02-13net: mvneta: The mvneta_percpu_elect function should be atomicGregory CLEMENT1-0/+16
2016-02-13net: mvneta: Modify the queue related fields from each cpuGregory CLEMENT1-54/+46
2016-02-13net: mvneta: Remove unused codeGregory CLEMENT1-8/+0
2016-02-13net: mvneta: Use on_each_cpu when possibleGregory CLEMENT1-11/+6
2016-02-13net: mvneta: Fix the CPU choice in mvneta_percpu_electGregory CLEMENT1-4/+9
2016-02-13net: mvneta: Fix for_each_present_cpu usageGregory CLEMENT1-5/+3
2016-02-13net: mvpp2: Return correct error codesAmitoj Kaur Chawla1-2/+2
2016-01-28net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.Nicolas Schichan1-2/+2
2016-01-21net: mvneta: get optional bus clkJisheng Zhang1-0/+8
2016-01-21net: mvneta: Try to get named core clock firstJisheng Zhang1-1/+3
2016-01-21net: mvneta: sort the headers in alphabetic orderJisheng Zhang1-13/+13
2016-01-21net: mvneta: fix trivial cut-off issue in mvneta_ethtool_update_statsJisheng Zhang1-5/+4
2016-01-07phy: Add an mdio_device structureAndrew Lunn2-2/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-9/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+33
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-11net: mvneta: Configure XPS supportGregory CLEMENT1-11/+45
2015-12-11net: mvneta: Add naive RSS supportGregory CLEMENT1-1/+126
2015-12-11net: mvneta: Associate RX queues with each CPUGregory CLEMENT1-35/+115
2015-12-11net: mvneta: Make the default queue related for each portGregory CLEMENT1-15/+18
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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+27
2015-12-03mvneta: implement ethtool autonegotiation controlStas Sergeev1-35/+74
2015-12-03mvneta: consolidate autoneg enablingStas Sergeev1-3/+13
2015-12-03net: mv643xx: Use platform_register/unregister_drivers()Thierry Reding1-12/+7
2015-12-02net: mvneta: enable setting custom TX IP checksum limitMarcin Wojtas1-2/+17
2015-12-02net: mvneta: fix error path for building skbMarcin Wojtas1-2/+6
2015-12-02net: mvneta: fix bit assignment for RX packet irq enableMarcin Wojtas1-1/+1
2015-12-02net: mvneta: fix bit assignment in MVNETA_RXQ_CONFIG_REGMarcin Wojtas1-1/+1
2015-12-02net: mvneta: add configuration for MBUS windows access protectionMarcin Wojtas1-0/+2
2015-11-09net: 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-26net: mv643xx_eth: add missing of_node_putJulia Lawall1-1/+3
2015-10-25net: mvneta: Fix clearing of MIB statisticsAndrew Lunn1-2/+7
2015-10-25net: 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-29RESEND: [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
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2015-09-24net: fix phy refcounting in a bunch of driversRussell King1-0/+2