summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/felix.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* net: dsa: ocelot: unexport felix_phylink_mac_ops and felix_switch_opsVladimir Oltean2024-06-031-4/+2
* net: dsa: ocelot: common probing codeVladimir Oltean2024-06-031-0/+47
* net: dsa: ocelot: move devm_request_threaded_irq() to felix_setup()Vladimir Oltean2024-06-031-0/+9
* net: dsa: felix: provide own phylink MAC operationsRussell King (Oracle)2024-05-291-18/+36
* net: dsa: Use conduit and user termsFlorian Fainelli2023-10-241-34/+34
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-101-0/+2
|\
| * net: dsa: ocelot: call dsa_tag_8021q_unregister() under rtnl_lock() on driver...Vladimir Oltean2023-08-041-0/+2
* | net: dsa: remove legacy_pre_march2020 from driversRussell King (Oracle)2023-07-181-6/+0
|/
* net: dsa: Removed unneeded of_node_put in felix_parse_ports_nodeLu Hongfei2023-07-111-1/+0
* net: dsa: felix: make vsc9959_tas_guard_bands_update() visible to ocelot->opsVladimir Oltean2023-07-061-3/+2
* net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean2023-07-061-2/+2
* net: dsa: felix: don't drop PTP frames with tag_8021q when RX timestamping is...Vladimir Oltean2023-06-291-0/+12
* net: dsa: felix: remove confusing/incorrect comment from felix_setup()Vladimir Oltean2023-04-131-5/+0
* net: dsa: felix: allow serdes configuration for dsa portsColin Foster2023-03-201-0/+4
* net: dsa: felix: allow configurable phylink_mac_configColin Foster2023-03-201-0/+12
* net: dsa: felix: attempt to initialize internal hsio pllsColin Foster2023-03-201-0/+3
* net: dsa: felix: add functionality when not all ports are supportedColin Foster2023-01-301-3/+8
* net: dsa: felix: add support for MFD configurationsColin Foster2023-01-301-0/+7
* net: dsa: felix: add configurable device quirksColin Foster2023-01-301-2/+5
* net: dsa: ocelot: build felix.c into a dedicated kernel moduleVladimir Oltean2023-01-261-0/+6
* net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean2023-01-231-0/+19
* net: mscc: ocelot: export ethtool MAC Merge stats for Felix VSC9959Vladimir Oltean2023-01-231-0/+9
* net: mscc: ocelot: remove redundant stats_layout pointersColin Foster2022-11-221-1/+0
* net: dsa: felix: use phylink_generic_validate()Vladimir Oltean2022-11-151-12/+4
* net: dsa: felix: update regmap requests to be string-basedVladimir Oltean2022-09-281-20/+51
* net: dsa: felix: use DEFINE_RES_MEM_NAMED for resourcesVladimir Oltean2022-09-281-2/+0
* net: dsa: felix: remove felix_info :: init_regmapVladimir Oltean2022-09-281-2/+2
* net: dsa: felix: add support for changing DSA masterVladimir Oltean2022-09-201-2/+116
* net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-2/+3
* net: mscc: ocelot: add support for all sorts of standardized counters present...Vladimir Oltean2022-09-091-0/+46
* net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean2022-09-091-0/+9
* net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean2022-08-231-0/+6
* net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean2022-08-091-0/+3
* net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean2022-06-301-0/+9
* net: dsa: felix: tag_8021q preparation for multiple CPU portsVladimir Oltean2022-05-231-40/+64
* net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean2022-05-231-18/+9
* net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean2022-05-231-27/+9
* net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean2022-05-231-4/+0
* net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean2022-05-231-7/+0
* net: dsa: fix missing adjustment of host broadcast floodingVladimir Oltean2022-05-231-0/+3
* net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean2022-05-121-0/+1
* net: dsa: felix: reimplement tagging protocol change with function pointersVladimir Oltean2022-05-121-197/+202
* net: dsa: felix: dynamically determine tag_8021q CPU port for trapsVladimir Oltean2022-05-121-9/+17
* net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-121-28/+11
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-0/+32
* net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean2022-05-121-0/+3
* net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean2022-05-121-0/+6
* net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean2022-05-121-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+6
|\