summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot
AgeCommit message (Expand)AuthorLines
2023-04-17net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean-2/+5
2023-04-17net: dsa: felix: act upon the mqprio qopt in taprio offloadVladimir Oltean-5/+17
2023-04-17net: mscc: ocelot: add support for mqprio offloadVladimir Oltean-0/+9
2023-04-17net: mscc: ocelot: export a single ocelot_mm_irq()Vladimir Oltean-4/+1
2023-04-13net: dsa: felix: remove confusing/incorrect comment from felix_setup()Vladimir Oltean-5/+0
2023-03-20net: dsa: ocelot: add support for external physColin Foster-7/+9
2023-03-20net: dsa: felix: allow serdes configuration for dsa portsColin Foster-0/+8
2023-03-20net: dsa: felix: allow configurable phylink_mac_configColin Foster-0/+15
2023-03-20net: dsa: felix: attempt to initialize internal hsio pllsColin Foster-0/+3
2023-03-15net: dsa: ocelot: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-03-15net: dsa: seville_vsc9953: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-02-26net: dsa: ocelot_ext: remove unnecessary phylink.h includeRussell King (Oracle)-1/+0
2023-02-26net: mscc: ocelot: fix duplicate driver name errorVladimir Oltean-1/+1
2023-02-26net: dsa: felix: fix internal MDIO controller resource lengthVladimir Oltean-1/+1
2023-02-26net: dsa: seville: ignore mscc-miim read errors from Lynx PCSVladimir Oltean-2/+2
2023-02-16net: dsa: ocelot: fix selecting MFD_OCELOTLukas Bulwahn-1/+1
2023-02-10net: dsa: ocelot: add PTP dependency for NET_DSA_MSCC_OCELOT_EXTArnd Bergmann-0/+1
2023-01-30net: dsa: ocelot: add external ocelot switch controlColin Foster-0/+185
2023-01-30net: dsa: felix: add functionality when not all ports are supportedColin Foster-3/+9
2023-01-30net: dsa: felix: add support for MFD configurationsColin Foster-0/+7
2023-01-30net: dsa: felix: add configurable device quirksColin Foster-2/+8
2023-01-26net: dsa: ocelot: build felix.c into a dedicated kernel moduleVladimir Oltean-7/+21
2023-01-23net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean-8/+30
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean-0/+47
2023-01-13enetc: Separate C22 and C45 transactionsAndrew Lunn-2/+4
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster-12/+0
2022-11-15net: dsa: felix: use phylink_generic_validate()Vladimir Oltean-72/+4
2022-09-29net: dsa: felix: offload per-tc max SDU from tc-taprioVladimir Oltean-2/+35
2022-09-28net: dsa: felix: update regmap requests to be string-basedVladimir Oltean-54/+112
2022-09-28net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean-188/+38
2022-09-28net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean-6/+2
2022-09-28net: dsa: felix: remove felix_info :: imdio_baseVladimir Oltean-4/+6
2022-09-28net: dsa: felix: remove felix_info :: imdio_resVladimir Oltean-3/+1
2022-09-22net: dsa: ocelot: remove unnecessary set_drvdata()Yang Yingliang-4/+0
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean-2/+119
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean-2/+3
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean-186/+2
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean-744/+186
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean-4/+4
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean-0/+46
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean-0/+9
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean-43/+88
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean-2/+2
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean-6/+10
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-49/+112
2022-09-07net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...Vladimir Oltean-2/+2
2022-09-07net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...Vladimir Oltean-43/+79
2022-09-07net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...Vladimir Oltean-4/+31
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean-0/+6
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean-186/+322