aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/dsa/ocelot (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: dsa: felix: remove felix_info :: imdio_baseVladimir Oltean2-4/+6
2022-09-28net: dsa: felix: remove felix_info :: imdio_resVladimir Oltean2-3/+1
2022-09-22net: dsa: ocelot: remove unnecessary set_drvdata()Yang Yingliang2-4/+0
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean2-2/+119
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean1-2/+3
2022-09-09net: mscc: ocelot: share the common stat definitions between all driversVladimir Oltean2-186/+2
2022-09-09net: mscc: ocelot: minimize definitions for statsVladimir Oltean2-744/+186
2022-09-09net: mscc: ocelot: harmonize names of SYS_COUNT_TX_AGING and OCELOT_STAT_TX_AGEDVladimir Oltean2-4/+4
2022-09-09net: mscc: ocelot: add support for all sorts of standardized counters present in DSAVladimir Oltean1-0/+46
2022-09-09net: dsa: felix: use ocelot's ndo_get_stats64 methodVladimir Oltean1-0/+9
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean1-43/+88
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean1-2/+2
2022-09-09net: dsa: felix: add definitions for the stream filter countersVladimir Oltean2-6/+10
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-49/+112
2022-09-07net: dsa: felix: access QSYS_TAG_CONFIG under tas_lock in vsc9959_sched_speed_setVladimir Oltean1-2/+2
2022-09-07net: dsa: felix: disable cut-through forwarding for frames oversized for tc-taprioVladimir Oltean1-43/+79
2022-09-07net: dsa: felix: tc-taprio intervals smaller than MTU should send at least one packetVladimir Oltean1-4/+31
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean1-0/+6
2022-08-17net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean2-186/+322
2022-08-17net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean2-190/+746
2022-08-17net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean1-2/+2
2022-08-17net: mscc: ocelot: fix incorrect ndo_get_stats64 packet countersVladimir Oltean2-15/+21
2022-08-17net: 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-08net: dsa: felix: fix min gate len calculation for tc when its first gate is closedVladimir Oltean1-1/+14
2022-07-05net: dsa: felix: build as module when tc-taprio is moduleVladimir Oltean1-0/+1
2022-06-30time64.h: consolidate uses of PSEC_PER_NSECVladimir Oltean1-2/+3
2022-06-30net: dsa: felix: drop oversized frames with tc-taprio instead of hanging the portVladimir Oltean3-0/+211
2022-06-30net: dsa: felix: keep QSYS_TAG_CONFIG_INIT_GATE_STATE(0xFF) out of rmwVladimir Oltean1-12/+5
2022-06-30net: dsa: felix: keep reference on entire tc-taprio configVladimir Oltean1-10/+13
2022-06-30Merge 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_8021q CPUVladimir 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-12net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: indexVladimir Oltean1-0/+1
2022-05-12net: dsa: felix: reimplement tagging protocol change with function pointersVladimir Oltean2-197/+216
2022-05-12net: dsa: felix: dynamically determine tag_8021q CPU port for trapsVladimir Oltean1-9/+17
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean1-28/+11
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2-0/+34
2022-05-12net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean1-0/+3
2022-05-12net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean1-0/+6
2022-05-12net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean1-2/+10
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-05-11net: dsa: ocelot: accept 1000base-X for VSC9959 and VSC9953Vladimir Oltean4-1/+7
2022-05-06net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean1-46/+5