aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/felix.c
AgeCommit message (Expand)Author
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-04net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean
2023-07-18net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)
2023-07-11net: dsa: Removed unneeded of_node_put in felix_parse_ports_nodeLu Hongfei
2023-07-06net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean
2023-07-06net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean
2023-06-29net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...Vladimir Oltean
2023-04-13net: dsa: felix: remove confusing/incorrect comment from felix_setup()Vladimir Oltean
2023-03-20net: dsa: felix: allow serdes configuration for dsa portsColin Foster
2023-03-20net: dsa: felix: allow configurable phylink_mac_configColin Foster
2023-03-20net: dsa: felix: attempt to initialize internal hsio pllsColin Foster
2023-01-30net: dsa: felix: add functionality when not all ports are supportedColin Foster
2023-01-30net: dsa: felix: add support for MFD configurationsColin Foster
2023-01-30net: dsa: felix: add configurable device quirksColin Foster
2023-01-26net: dsa: ocelot: build felix.c into a dedicated kernel moduleVladimir Oltean
2023-01-23net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean
2023-01-23net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean
2022-11-22net: mscc: ocelot: remove redundant stats_layout pointersColin Foster
2022-11-15net: dsa: felix: use phylink_generic_validate()Vladimir Oltean
2022-09-28net: dsa: felix: update regmap requests to be string-basedVladimir Oltean
2022-09-28net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean
2022-09-28net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean
2022-08-09net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean
2022-06-30net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean
2022-05-23net: dsa: felix: tag_8021q preparation for multiple CPU portsVladimir Oltean
2022-05-23net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean
2022-05-23net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean
2022-05-23net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean
2022-05-23net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean
2022-05-23net: dsa: fix missing adjustment of host broadcast floodingVladimir Oltean
2022-05-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean
2022-05-12net: dsa: felix: reimplement tagging protocol change with function pointersVladimir Oltean
2022-05-12net: dsa: felix: dynamically determine tag_8021q CPU port for trapsVladimir Oltean
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean
2022-05-12net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-11net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean
2022-05-06net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean
2022-05-06net: dsa: felix: stop migrating FDBs back and forth on tag proto changeVladimir Oltean
2022-05-06net: dsa: felix: use PGID_CPU for FDB entry migration on NPI portVladimir Oltean
2022-05-05net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean