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