summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorFilesLines
2023-03-22net: mscc: ocelot: add TX_MM_HOLD to ocelot_mm_stats_layoutVladimir Oltean1-0/+1
2023-03-22net: mscc: ocelot: fix transfer from region->buf to ocelot->statsVladimir Oltean1-3/+4
2023-03-22net: mscc: ocelot: fix stats region batchingVladimir Oltean1-1/+2
2023-02-11net: dsa: ocelot: add PTP dependency for NET_DSA_MSCC_OCELOT_EXTArnd Bergmann1-0/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-16/+16
2023-02-09net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...Vladimir Oltean1-4/+4
2023-02-07net: mscc: ocelot: fix VCAP filters not matching on MAC with "protocol 802.1Q"Vladimir Oltean1-12/+12
2023-02-07net: mscc: ocelot: un-export unused regmap symbolsColin Foster1-28/+14
2023-01-31net: mscc: ocelot: expose vsc7514_regmap definitionColin Foster2-14/+15
2023-01-31net: mscc: ocelot: expose ocelot_reset routineColin Foster2-45/+47
2023-01-31net: mscc: ocelot: expose vcap_props structureColin Foster2-43/+44
2023-01-31net: mscc: ocelot: expose regfield definition to be used by other driversColin Foster2-59/+60
2023-01-31net: mscc: ocelot: expose ocelot wm functionsColin Foster2-28/+31
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean1-0/+1
2023-01-25net: mscc: ocelot: fix incorrect verify_enabled reporting in ethtool get_mm()Vladimir Oltean1-0/+1
2023-01-23net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean4-4/+231
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean1-10/+279
2023-01-23net: mscc: ocelot: hide access to ocelot_stats_layout behind a helperVladimir Oltean1-11/+29
2023-01-23net: mscc: ocelot: allow ocelot_stat_layout elements with no nameVladimir Oltean1-2/+2
2022-11-22net: mscc: ocelot: issue a warning if stats are incorrectly orderedColin Foster1-1/+7
2022-11-22net: mscc: ocelot: remove unnecessary exposure of stats structuresColin Foster1-0/+216
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster2-13/+12
2022-11-16net: mscc: ocelot: drop workaround for forcing RX flow controlVladimir Oltean1-4/+2
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-11-04net: remove unused ndo_get_devlink_portJiri Pirko1-10/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-9/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-09-29net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridgeVladimir Oltean1-0/+7
2022-09-22net: mscc: ocelot: check return values of writes during resetColin Foster1-5/+11
2022-09-22net: mscc: ocelot: utilize readx_poll_timeout() for chip resetColin Foster1-9/+23
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean1-1/+2
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean2-6/+9
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean1-93/+1
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean1-372/+93
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean2-2/+2
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean1-17/+184
2022-09-09net: mscc: ocelot: exclude stats from bulk regions based on reg, not nameVladimir Oltean1-1/+1
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean2-61/+67
2022-09-09net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.cVladimir Oltean2-478/+481
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean3-53/+50
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean4-207/+237
2022-09-09net: mscc: ocelot: sort Makefile files alphabeticallyVladimir Oltean1-5/+5
2022-09-09net: mscc: ocelot: report FIFO drop counters through stats->rx_droppedVladimir Oltean1-1/+26
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean1-0/+3
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean1-11/+37
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean1-1/+0
2022-08-23net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAGVladimir Oltean1-0/+19
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean1-32/+32
2022-08-18net: mscc: ocelot: report ndo_get_stats64 from the wraparound-resistant ocelo...Vladimir Oltean1-27/+26
2022-08-18net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean3-99/+156