aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
AgeCommit message (Expand)Author
2020-05-14net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-19net: mvpp2: cycle comphy to power it downRussell King
2019-12-17net: mvpp2: update mvpp2 validate() implementationRussell King
2019-12-14net: marvell: mvpp2: phylink requires the link interruptRussell King
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-10-28mvpp2: prefetch frame headerMatteo Croce
2019-10-28mvpp2: sync only the received frameMatteo Croce
2019-10-28mvpp2: refactor frame drop routineMatteo Croce
2019-10-02mvpp2: remove misleading commentMatteo Croce
2019-09-02mvpp2: percpu buffersMatteo Croce
2019-09-02mvpp2: refactor BM pool functionsMatteo Croce
2019-08-14net/mvpp2: Replace tasklet with softirq hrtimerThomas Gleixner
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-01mvpp2: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-01mvpp2: fix panic on module removalMatteo Croce
2019-07-29mvpp2: refactor the HW checksum setupMatteo Croce
2019-07-29mvpp2: refactor MTU change codeMatteo Croce
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-07-22net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier
2019-06-10net: mvpp2: Add support for more ethtool countersMaxime Chevallier
2019-06-10net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_countersMaxime Chevallier
2019-06-10net: mvpp2: Only clear the stat counters at port initMaxime Chevallier
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei
2019-05-25net: mvpp2: cls: Use RSS contexts to handle RSS tablesMaxime Chevallier
2019-05-25net: mvpp2: cls: Use the correct number of rules in various placesMaxime Chevallier
2019-05-13net: mvpp2: cls: Add missing NETIF_F_NTUPLE flagMaxime Chevallier
2019-05-01net: mvpp2: cls: Add Classification offload supportMaxime Chevallier
2019-03-27net: mvpp2: cls: Rename classifer per-port functionsMaxime Chevallier
2019-03-27net: mvpp2: Don't use an int to store netdev_features_tMaxime Chevallier
2019-03-01net: mvpp2: set the GMAC, XLG MAC, XPCS and MPCS in reset when a port is downAntoine Tenart
2019-03-01net: mvpp2: set the XPCS and MPCS in reset when not usedAntoine Tenart
2019-03-01net: mvpp2: reset the MACs when reconfiguring a portAntoine Tenart
2019-03-01net: mvpp2: rework the XLG MAC reset handlingAntoine Tenart
2019-03-01net: mvpp2: force the XLG MAC link up or down when not using in-bandAntoine Tenart
2019-03-01net: mvpp2: only update the XLG configuration when neededAntoine Tenart
2019-03-01net: mvpp2: always disable both MACs when disabling a portAntoine Tenart
2019-03-01net: mvpp2: some AN fields require the link to be down when updatedAntoine Tenart
2019-03-01net: mvpp2: fix the computation of the RXQsAntoine Tenart
2019-03-01net: mvpp2: fix validate for PPv2.1Antoine Tenart
2019-03-01net: mvpp2: reconfiguring the port interface is PPv2.2 specificAntoine Tenart
2019-03-01net: mvpp2: a port can be disabled even if we use the link IRQAntoine Tenart
2019-02-24net: mvpp2: Add 2.5GBaseT supportMaxime Chevallier
2019-02-12net: marvell: mvpp2: use mvpp2_is_xlg() helper elsewhereRussell King
2019-02-12net: marvell: mvpp2: add mvpp2_is_xlg() helperRussell King