summaryrefslogtreecommitdiffstats
path: root/include/soc/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: Remove unused declarationsYue Haibing2023-08-221-1/+0
* net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean2023-07-061-0/+1
* net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2023-07-061-4/+4
* net: mscc: ocelot: don't keep PTP configuration of all ports in single structureVladimir Oltean2023-06-291-3/+7
* net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean2023-04-171-0/+3
* net: mscc: ocelot: add support for mqprio offloadVladimir Oltean2023-04-171-0/+4
* net: mscc: ocelot: optimize ocelot_mm_irq()Vladimir Oltean2023-04-171-0/+1
* net: mscc: ocelot: remove struct ocelot_mm_state :: lockVladimir Oltean2023-04-171-1/+0
* net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean2023-04-171-1/+1
* net: mscc: ocelot: strengthen type of "u32 reg" in I/O accessorsVladimir Oltean2023-04-131-9/+11
* net: mscc: ocelot: expose serdes configuration functionColin Foster2023-03-201-0/+4
* net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster2023-03-201-0/+3
* net: mscc: ocelot: expose ocelot_pll5_init routineColin Foster2023-03-201-0/+2
* net: mscc: ocelot: un-export unused regmap symbolsColin Foster2023-02-061-16/+0
* net: mscc: ocelot: expose vsc7514_regmap definitionColin Foster2023-01-301-0/+2
* net: mscc: ocelot: expose ocelot_reset routineColin Foster2023-01-301-0/+1
* net: mscc: ocelot: expose vcap_props structureColin Foster2023-01-301-0/+2
* net: mscc: ocelot: expose regfield definition to be used by other driversColin Foster2023-01-301-0/+2
* net: mscc: ocelot: expose ocelot wm functionsColin Foster2023-01-301-0/+5
* net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean2023-01-232-0/+41
* net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean2023-01-231-0/+40
* net: mscc: ocelot: remove unnecessary exposure of stats structuresColin Foster2022-11-221-215/+0
* net: mscc: ocelot: remove redundant stats_layout pointersColin Foster2022-11-221-1/+0
* net: dsa: felix: add support for changing DSA masterVladimir Oltean2022-09-201-0/+1
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-1/+2
* net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean2022-09-091-0/+95
* net: mscc: ocelot: minimize definitions for statsVladimir Oltean2022-09-091-0/+11
* net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean2022-09-091-1/+1
* net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean2022-09-091-0/+11
* net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean2022-09-091-0/+2
* net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean2022-09-091-0/+3
* net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean2022-09-091-3/+6
* net: dsa: felix: add definitions for the stream filter countersVladimir Oltean2022-09-091-1/+4
* net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean2022-08-231-0/+2
* net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-171-4/+62
* net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-171-8/+97
* net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-171-1/+1
* net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-171-2/+4
* net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean2022-06-301-3/+2
* net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang2022-06-191-0/+7
* net: dsa: felix: tag_8021q preparation for multiple CPU portsVladimir Oltean2022-05-231-1/+1
* net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean2022-05-231-3/+7
* net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean2022-05-231-1/+0
* net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-121-0/+2
* net: mscc: ocelot: minimize holes in struct ocelot_portVladimir Oltean2022-05-121-9/+11
* net: mscc: ocelot: delete ocelot_port :: xmit_templateVladimir Oltean2022-05-121-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+1
|\
| * net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean2022-05-051-1/+1
* | net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean2022-05-061-0/+3
* | net: mscc: ocelot: add missed parentheses around macro argumentColin Foster2022-05-021-1/+1