summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/ocelot (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2022-08-182-186/+322
* net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2022-08-182-190/+746
* net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean2022-08-181-2/+2
* net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2022-08-182-15/+21
* net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean2022-08-181-1/+2
* net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean2022-08-091-0/+3
* net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean2022-08-091-1/+14
* net: dsa: felix: build as module when tc-taprio is moduleVladimir Oltean2022-07-061-0/+1
* time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean2022-07-011-2/+3
* net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean2022-07-013-0/+211
* net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean2022-07-011-12/+5
* net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean2022-07-011-10/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-011-0/+4
|\
| * net: dsa: felix: fix race between reading PSFP stats and port statsVladimir Oltean2022-06-301-0/+4
* | net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang2022-06-191-6/+77
|/
* 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-232-19/+11
* 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-131-0/+1
* net: dsa: felix: reimplement tagging protocol change with function pointersVladimir Oltean2022-05-132-197/+216
* net: dsa: felix: dynamically determine tag_8021q CPU port for trapsVladimir Oltean2022-05-131-9/+17
* net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean2022-05-131-28/+11
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-132-0/+34
* net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean2022-05-131-0/+3
* net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean2022-05-131-0/+6
* net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean2022-05-131-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-131-1/+6
|\
| * net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean2022-05-061-1/+6
* | net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean2022-05-124-1/+7
* | net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean2022-05-071-46/+5
* | net: dsa: felix: stop migrating FDBs back and forth on tag proto changeVladimir Oltean2022-05-071-53/+2
* | net: dsa: felix: use PGID_CPU for FDB entry migration on NPI portVladimir Oltean2022-05-071-4/+2
* | net: ethernet: ocelot: remove the need for num_stats initializerColin Foster2022-04-304-4/+2
|/
* net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean2022-04-141-0/+23
* net: dsa: felix: suppress -EPROBE_DEFER errorsMichael Walle2022-04-091-1/+1
* net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun2022-03-301-0/+4
* net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean2022-03-211-0/+1
* net: dsa: felix: add port mirroring supportVladimir Oltean2022-03-181-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