summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot
AgeCommit message (Expand)Author
2022-08-09net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean
2022-08-08net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean
2022-07-05net: dsa: felix: build as module when tc-taprio is moduleVladimir Oltean
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean
2022-06-30net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean
2022-06-30net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean
2022-06-30net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30net: dsa: felix: fix race between reading PSFP stats and port statsVladimir Oltean
2022-06-19net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang
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
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster
2022-04-14net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean
2022-04-08net: dsa: felix: suppress -EPROBE_DEFER errorsMichael Walle
2022-03-30net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun
2022-03-21net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean
2022-03-17net: dsa: felix: add port mirroring supportVladimir Oltean
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean
2022-03-09net: dsa: felix: actually disable flooding towards NPI portVladimir Oltean
2022-03-09net: dsa: felix: drop "bool change" from felix_set_tag_protocolVladimir Oltean
2022-03-04net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinitVladimir Oltean
2022-03-04net: dsa: felix: print error message in felix_check_xtr_pkt()Vladimir Oltean
2022-03-04net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()Vladimir Oltean
2022-03-04net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()Vladimir Oltean
2022-03-04net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_initVladimir Oltean
2022-03-03net: dsa: felix: stop clearing CPU flooding in felix_setup_tag_8021qVladimir Oltean
2022-03-03net: dsa: felix: start off with flooding disabled on the CPU portVladimir Oltean
2022-03-03net: dsa: felix: migrate flood settings from NPI to tag_8021q CPU portVladimir Oltean
2022-03-03net: dsa: felix: migrate host FDB and MDB entries when changing tag protoVladimir Oltean
2022-02-28net: dsa: felix: remove prevalidate_phy_mode interfaceColin Foster