summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c
AgeCommit message (Expand)Author
2021-12-08net: marvell: mvpp2: Fix the computation of shared CPUsChristophe JAILLET
2021-11-26Revert "net: mvpp2: disable force link UP during port init procedure"Greg Kroah-Hartman
2021-07-19net: mvpp2: check return value after calling platform_get_resource()Yang Yingliang
2021-07-14net: mvpp2: Put fwnode in error case during ->probe()Andy Shevchenko
2021-04-07net: mvpp2: fix interrupt mask/unmask skip conditionSasha Levin
2021-01-23net: mvpp2: Remove Pause and Asym_Pause supportStefan Chulski
2021-01-17net: mvpp2: disable force link UP during port init procedureStefan Chulski
2021-01-12net: mvpp2: fix pkt coalescing int-threshold configurationStefan Chulski
2021-01-12net: mvpp2: Fix GoP port 3 Networking Complex Control configurationsStefan Chulski
2020-12-30net: mvpp2: add mvpp2_phylink_to_port() helperRussell King
2020-12-08net: mvpp2: Fix error return code in mvpp2_open()Wang Hai
2020-06-30mvpp2: ethtool rxtx stats fixSven Auhagen
2020-06-24mvpp2: remove module bugfixSven Auhagen
2020-05-14net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter
2020-01-04net: marvell: mvpp2: phylink requires the link interruptRussell King
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