summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-051-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
|\
| * net: marvell: mvpp2: phylink requires the link interruptRussell King2019-12-141-1/+1
* | net: mvpp2: cycle comphy to power it downRussell King2019-12-191-0/+10
* | net: mvpp2: update mvpp2 validate() implementationRussell King2019-12-171-4/+18
|/
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-11/+10
* mvpp2: prefetch frame headerMatteo Croce2019-10-281-0/+1
* mvpp2: sync only the received frameMatteo Croce2019-10-281-2/+7
* mvpp2: refactor frame drop routineMatteo Croce2019-10-281-8/+9
* mvpp2: remove misleading commentMatteo Croce2019-10-021-2/+1
* mvpp2: percpu buffersMatteo Croce2019-09-021-23/+218
* mvpp2: refactor BM pool functionsMatteo Croce2019-09-021-19/+16
* net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner2019-08-141-36/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-47/+40
|\
| * mvpp2: fix panic on module removalMatteo Croce2019-08-011-3/+2
| * mvpp2: refactor the HW checksum setupMatteo Croce2019-07-291-13/+22
| * mvpp2: refactor MTU change codeMatteo Croce2019-07-291-28/+13
| * net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier2019-07-221-3/+3
* | mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-7/+3
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-3/+4
|/
* net: mvpp2: Add support for more ethtool countersMaxime Chevallier2019-06-101-18/+114
* net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier2019-06-101-10/+11
* net: mvpp2: Only clear the stat counters at port initMaxime Chevallier2019-06-101-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-2/+2
|\
| * net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier2019-06-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-6/+4
|\|
| * net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-05-301-6/+4
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-291-17/+26
* | net: mvpp2: cls: Use RSS contexts to handle RSS tablesMaxime Chevallier2019-05-251-10/+55
* | net: mvpp2: cls: Use the correct number of rules in various placesMaxime Chevallier2019-05-251-1/+1
|/
* net: mvpp2: cls: Add missing NETIF_F_NTUPLE flagMaxime Chevallier2019-05-131-1/+3
* net: mvpp2: cls: Add Classification offload supportMaxime Chevallier2019-05-011-1/+19
* net: mvpp2: cls: Rename classifer per-port functionsMaxime Chevallier2019-03-271-3/+3
* net: mvpp2: Don't use an int to store netdev_features_tMaxime Chevallier2019-03-271-1/+1
* net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is downAntoine Tenart2019-03-011-0/+3
* net: mvpp2: set the XPCS and MPCS in reset when not usedAntoine Tenart2019-03-011-8/+58
* net: mvpp2: reset the MACs when reconfiguring a portAntoine Tenart2019-03-011-0/+3
* net: mvpp2: rework the XLG MAC reset handlingAntoine Tenart2019-03-011-9/+18
* net: mvpp2: force the XLG MAC link up or down when not using in-bandAntoine Tenart2019-03-011-10/+25
* net: mvpp2: only update the XLG configuration when neededAntoine Tenart2019-03-011-5/+8
* net: mvpp2: always disable both MACs when disabling a portAntoine Tenart2019-03-011-4/+4
* net: mvpp2: some AN fields require the link to be down when updatedAntoine Tenart2019-03-011-1/+11
* net: mvpp2: fix the computation of the RXQsAntoine Tenart2019-03-011-8/+15
* net: mvpp2: fix validate for PPv2.1Antoine Tenart2019-03-011-1/+1
* net: mvpp2: reconfiguring the port interface is PPv2.2 specificAntoine Tenart2019-03-011-8/+6
* net: mvpp2: a port can be disabled even if we use the link IRQAntoine Tenart2019-03-011-7/+0
* net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier2019-02-241-0/+1
* net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhereRussell King2019-02-121-9/+6
* net: marvell: mvpp2: add mvpp2_is_xlg() helperRussell King2019-02-121-11/+9
* net: marvell: mvpp2: clear flow control modes in 10G modeRussell King2019-02-091-0/+5