summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-05net: ocelot: update the MODULE_DESCRIPTION()Breno Leitao1-1/+1
2024-01-29net: fill in MODULE_DESCRIPTION()s for ocelotBreno Leitao1-0/+1
2023-07-07net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lockVladimir Oltean1-1/+0
2023-06-29net: mscc: ocelot: don't keep PTP configuration of all ports in single structureVladimir Oltean1-1/+0
2023-04-18net: mscc: ocelot: add support for preemptible traffic classesVladimir Oltean1-1/+9
2023-04-18net: mscc: ocelot: add support for mqprio offloadVladimir Oltean1-0/+50
2023-03-20net: mscc: ocelot: expose serdes configuration functionColin Foster1-0/+40
2023-03-20net: mscc: ocelot: expose generic phylink_mac_config routineColin Foster1-0/+26
2023-03-20net: mscc: ocelot: expose ocelot_pll5_init routineColin Foster1-0/+31
2023-01-31net: mscc: ocelot: expose ocelot_reset routineColin Foster1-2/+46
2023-01-23net: mscc: ocelot: add MAC Merge layer support for VSC9959Vladimir Oltean1-4/+14
2022-11-16net: mscc: ocelot: drop workaround for forcing RX flow controlVladimir Oltean1-4/+2
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-09-29net: mscc: ocelot: fix tagged VLAN refusal while under a VLAN-unaware bridgeVladimir Oltean1-0/+7
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean1-1/+2
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean1-2/+6
2022-09-09net: mscc: ocelot: move more PTP code from the lib to ocelot_ptp.cVladimir Oltean1-478/+0
2022-09-09net: mscc: ocelot: unexport ocelot_port_fdb_do_dump from the common libVladimir Oltean1-44/+0
2022-09-09net: mscc: ocelot: move stats code to ocelot_stats.cVladimir Oltean1-207/+7
2022-09-09net: dsa: felix: check the 32-bit PSFP stats against overflowVladimir Oltean1-0/+3
2022-09-09net: mscc: ocelot: make access to STAT_VIEW sleepable againVladimir Oltean1-11/+37
2022-08-23net: mscc: ocelot: adjust forwarding domain for CPU ports in a LAGVladimir Oltean1-0/+19
2022-08-23net: mscc: ocelot: set up tag_8021q CPU ports independent of user port affinityVladimir Oltean1-32/+32
2022-08-18net: mscc: ocelot: keep ocelot_stat_layout by reg address, not offsetVladimir Oltean1-6/+5
2022-08-18net: mscc: ocelot: make struct ocelot_stat_layout array indexableVladimir Oltean1-13/+27
2022-08-18net: mscc: ocelot: turn stats_lock into a spinlockVladimir Oltean1-6/+5
2022-06-19net: dsa: felix: update base time of time-aware shaper when adjusting PTP timeXiaoliang Yang1-0/+1
2022-05-23net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean1-46/+74
2022-05-23net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean1-0/+8
2022-05-23net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean1-2/+5
2022-05-23net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean1-0/+31
2022-05-13net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean1-3/+0
2022-05-13net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean1-6/+0
2022-05-13net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean1-6/+1
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+3
2022-05-07net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean1-0/+61
2022-05-06net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean1-8/+3
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster1-0/+5
2022-04-25net: mscc: ocelot: don't add VID 0 to ocelot->vlans when leaving VLAN-aware b...Vladimir Oltean1-2/+2
2022-04-25net: mscc: ocelot: ignore VID 0 added by 8021q moduleVladimir Oltean1-0/+10
2022-04-19net: mscc: ocelot: fix broken IP multicast floodingVladimir Oltean1-0/+2
2022-03-18net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean1-3/+3
2022-03-18net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean1-0/+76
2022-03-15net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean1-2/+2
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean1-0/+116
2022-03-03net: mscc: ocelot: accept configuring bridge port flags on the NPI portVladimir Oltean1-0/+3
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean1-17/+183
2022-02-25net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean1-1/+127
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean1-6/+8