aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot/felix.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean2022-05-051-1/+6
* | net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean2022-05-111-0/+1
* | net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean2022-05-061-46/+5
* | net: dsa: felix: stop migrating FDBs back and forth on tag proto changeVladimir Oltean2022-05-061-53/+2
* | net: dsa: felix: use PGID_CPU for FDB entry migration on NPI portVladimir Oltean2022-05-061-4/+2
* | net: ethernet: ocelot: remove the need for num_stats initializerColin Foster2022-04-301-1/+0
|/
* net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean2022-04-141-0/+23
* net: dsa: felix: add port mirroring supportVladimir Oltean2022-03-171-0/+20
* net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean2022-03-141-0/+43
* net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-091-0/+16
* net: dsa: felix: actually disable flooding towards NPI portVladimir Oltean2022-03-091-0/+9
* net: dsa: felix: drop "bool change" from felix_set_tag_protocolVladimir Oltean2022-03-091-39/+26
* net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinitVladimir Oltean2022-03-041-1/+0
* net: dsa: felix: print error message in felix_check_xtr_pkt()Vladimir Oltean2022-03-041-1/+5
* net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()Vladimir Oltean2022-03-041-1/+1
* net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()Vladimir Oltean2022-03-041-5/+2
* net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_initVladimir Oltean2022-03-041-1/+0
* net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021qVladimir Oltean2022-03-031-10/+0
* net: dsa: felix: start off with flooding disabled on the CPU portVladimir Oltean2022-03-031-17/+0
* net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU portVladimir Oltean2022-03-031-2/+45
* net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean2022-03-031-26/+145
* net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster2022-02-281-2/+19
* net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean2022-02-271-10/+53
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-1/+2
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-6/+12