summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/ocelot
AgeCommit message (Expand)AuthorFilesLines
2022-09-07net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed...Vladimir Oltean1-2/+2
2022-09-07net: dsa: felix: disable cut-through forwarding for frames oversized for tc-t...Vladimir Oltean1-43/+79
2022-09-07net: dsa: felix: tc-taprio intervals smaller than MTU should send at least on...Vladimir Oltean1-4/+31
2022-08-18net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2-186/+322
2022-08-18net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2-190/+746
2022-08-18net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean1-2/+2
2022-08-18net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2-15/+21
2022-08-18net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet countersVladimir Oltean1-1/+2
2022-08-09net: dsa: felix: suppress non-changes to the tagging protocolVladimir Oltean1-0/+3
2022-08-09net: dsa: felix: fix min gate len calculation for tc when its first gate is c...Vladimir Oltean1-1/+14
2022-07-06net: dsa: felix: build as module when tc-taprio is moduleVladimir Oltean1-0/+1
2022-07-01time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean1-2/+3
2022-07-01net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the ...Vladimir Oltean3-0/+211
2022-07-01net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean1-12/+5
2022-07-01net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean1-10/+13
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-06-30net: dsa: felix: fix race between reading PSFP stats and port statsVladimir Oltean1-0/+4
2022-06-19net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang1-6/+77
2022-05-23net: dsa: felix: tag_8021q preparation for multiple CPU portsVladimir Oltean1-40/+64
2022-05-23net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean2-19/+11
2022-05-23net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean1-27/+9
2022-05-23net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean1-4/+0
2022-05-23net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean1-7/+0
2022-05-23net: dsa: fix missing adjustment of host broadcast floodingVladimir Oltean1-0/+3
2022-05-13net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean1-0/+1
2022-05-13net: dsa: felix: reimplement tagging protocol change with function pointersVladimir Oltean2-197/+216
2022-05-13net: dsa: felix: dynamically determine tag_8021q CPU port for trapsVladimir Oltean1-9/+17
2022-05-13net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean1-28/+11
2022-05-13net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2-0/+34
2022-05-13net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean1-0/+3
2022-05-13net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean1-0/+6
2022-05-13net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean1-2/+10
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-05-12net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean4-1/+7
2022-05-07net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean1-46/+5
2022-05-07net: dsa: felix: stop migrating FDBs back and forth on tag proto changeVladimir Oltean1-53/+2
2022-05-07net: dsa: felix: use PGID_CPU for FDB entry migration on NPI portVladimir Oltean1-4/+2
2022-05-06net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean1-1/+6
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster4-4/+2
2022-04-14net: dsa: felix: fix tagging protocol changes with multiple CPU portsVladimir Oltean1-0/+23
2022-04-09net: dsa: felix: suppress -EPROBE_DEFER errorsMichael Walle1-1/+1
2022-03-30net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun1-0/+4
2022-03-22net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean1-0/+1
2022-03-18net: dsa: felix: add port mirroring supportVladimir Oltean1-0/+20
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean1-0/+43
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean1-0/+16
2022-03-09net: dsa: felix: actually disable flooding towards NPI portVladimir Oltean1-0/+9
2022-03-09net: dsa: felix: drop "bool change" from felix_set_tag_protocolVladimir Oltean1-39/+26
2022-03-04net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinitVladimir Oltean1-1/+0
2022-03-04net: dsa: felix: print error message in felix_check_xtr_pkt()Vladimir Oltean1-1/+5