aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-11/+10
2019-10-28mvpp2: prefetch frame headerMatteo Croce1-0/+1
2019-10-28mvpp2: sync only the received frameMatteo Croce1-2/+7
2019-10-28mvpp2: refactor frame drop routineMatteo Croce1-8/+9
2019-10-02mvpp2: remove misleading commentMatteo Croce1-2/+1
2019-09-02mvpp2: percpu buffersMatteo Croce1-23/+218
2019-09-02mvpp2: refactor BM pool functionsMatteo Croce1-19/+16
2019-08-14net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner1-36/+22
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-47/+40
2019-08-01mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-7/+3
2019-08-01mvpp2: fix panic on module removalMatteo Croce1-3/+2
2019-07-29mvpp2: refactor the HW checksum setupMatteo Croce1-13/+22
2019-07-29mvpp2: refactor MTU change codeMatteo Croce1-28/+13
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+4
2019-07-22net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier1-3/+3
2019-06-10net: mvpp2: Add support for more ethtool countersMaxime Chevallier1-18/+114
2019-06-10net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier1-10/+11
2019-06-10net: mvpp2: Only clear the stat counters at port initMaxime Chevallier1-6/+5
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier1-2/+2
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+4
2019-05-30net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart1-6/+4
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei1-17/+26
2019-05-25net: mvpp2: cls: Use RSS contexts to handle RSS tablesMaxime Chevallier1-10/+55
2019-05-25net: mvpp2: cls: Use the correct number of rules in various placesMaxime Chevallier1-1/+1
2019-05-13net: mvpp2: cls: Add missing NETIF_F_NTUPLE flagMaxime Chevallier1-1/+3
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier1-1/+19
2019-03-27net: mvpp2: cls: Rename classifer per-port functionsMaxime Chevallier1-3/+3
2019-03-27net: mvpp2: Don't use an int to store netdev_features_tMaxime Chevallier1-1/+1
2019-03-01net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is downAntoine Tenart1-0/+3
2019-03-01net: mvpp2: set the XPCS and MPCS in reset when not usedAntoine Tenart1-8/+58
2019-03-01net: mvpp2: reset the MACs when reconfiguring a portAntoine Tenart1-0/+3
2019-03-01net: mvpp2: rework the XLG MAC reset handlingAntoine Tenart1-9/+18
2019-03-01net: mvpp2: force the XLG MAC link up or down when not using in-bandAntoine Tenart1-10/+25
2019-03-01net: mvpp2: only update the XLG configuration when neededAntoine Tenart1-5/+8
2019-03-01net: mvpp2: always disable both MACs when disabling a portAntoine Tenart1-4/+4
2019-03-01net: mvpp2: some AN fields require the link to be down when updatedAntoine Tenart1-1/+11
2019-03-01net: mvpp2: fix the computation of the RXQsAntoine Tenart1-8/+15
2019-03-01net: mvpp2: fix validate for PPv2.1Antoine Tenart1-1/+1
2019-03-01net: mvpp2: reconfiguring the port interface is PPv2.2 specificAntoine Tenart1-8/+6
2019-03-01net: mvpp2: a port can be disabled even if we use the link IRQAntoine Tenart1-7/+0
2019-02-24net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier1-0/+1
2019-02-12net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhereRussell King1-9/+6
2019-02-12net: marvell: mvpp2: add mvpp2_is_xlg() helperRussell King1-11/+9
2019-02-09net: marvell: mvpp2: clear flow control modes in 10G modeRussell King1-0/+5
2019-02-08net: marvell: mvpp2: fix AN restartRussell King1-10/+5
2019-02-08net: marvell: mvpp2: only reprogram what is necessary on mac_configRussell King1-23/+35
2019-02-08net: marvell: mvpp2: fix stuck in-band SGMII negotiationRussell King1-6/+11
2019-02-08net: marvell: mvpp2: phylink compliance updatesRussell King1-36/+61
2019-02-05net: marvell: mvpp2: fix lack of link interruptsRussell King1-7/+14