aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mt7530.c
AgeCommit message (Expand)Author
2024-04-27net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL
2024-04-27net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL
2024-04-27net: dsa: introduce preferred_default_local_cpu_port and use on MT7530Vladimir Oltean
2024-04-27net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAPArınç ÜNAL
2024-04-27net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL
2024-04-17net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL
2024-03-26net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL
2024-03-26net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL
2024-03-26net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL
2024-03-26net: dsa: mt7530: fix handling of LLDP framesArınç ÜNAL
2024-03-26net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL
2023-06-28net: dsa: mt7530: fix handling of BPDUs on MT7530 switchArınç ÜNAL
2023-06-28net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switchArınç ÜNAL
2023-06-05net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL
2023-06-05net: dsa: mt7530: split-off common parts from mt7531_setupDaniel Golle
2023-06-05net: dsa: mt7530: rework mt753[01]_setupFrank Wunderlich
2023-05-17net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL
2023-03-30net: dsa: mt7530: move setting ssc_delta to PHY_INTERFACE_MODE_TRGMII caseArınç ÜNAL
2023-03-30net: dsa: mt7530: move lowering TRGMII driving to mt7530_setup()Arınç ÜNAL
2023-03-30net: dsa: mt7530: move enabling disabling core clock to mt7530_pll_setup()Arınç ÜNAL
2023-03-22net: dsa: mt7530: set PLL frequency and trgmii only when trgmii is usedArınç ÜNAL
2023-03-22net: dsa: mt7530: remove now incorrect comment regarding port 5Arınç ÜNAL
2023-03-17net: dsa: mt7530: permit port 5 to work without port 6 on MT7621 SoCVladimir Oltean
2023-02-14net: dsa: mt7530: don't change PVC_EG_TAG when CPU port becomes VLAN-awareVladimir Oltean
2022-10-05net: mt7531: only do PLL once after the resetAlexander Couzens
2022-06-09net: dsa: mt7530: 1G can also support 1000BASE-X link modeRussell King (Oracle)
2022-05-12net: dsa: mt7530: add missing of_node_put() in mt7530_setup()Yang Yingliang
2022-03-16net: dsa: mt7530: fix incorrect test in mt753x_phylink_validate()Russell King (Oracle)
2022-02-16net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbindingVladimir Oltean
2021-10-18net: dsa: mt7530: correct ds->num_portsDENG Qingfang
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-08-25net: dsa: mt7530: manually set up VLAN ID 0DENG Qingfang
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-12net: dsa: mt7530: fix VLAN traffic leaks againDENG Qingfang
2021-08-06net: dsa: mt7530: add the missing RxUnicast MIB counterDENG Qingfang
2021-08-06net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang
2021-08-06net: dsa: mt7530: remove the .port_set_mrouter implementationVladimir Oltean
2021-08-04net: dsa: mt7530: always install FDB entries with IVL and FID 1DENG Qingfang
2021-08-04net: dsa: mt7530: set STP state on filter ID 1DENG Qingfang
2021-08-04net: dsa: mt7530: use independent VLAN learning on VLAN-unaware bridgesDENG Qingfang
2021-08-04net: dsa: mt7530: enable assisted learning on CPU portDENG Qingfang
2021-08-02net: dsa: mt7530: drop paranoid checks in .get_tag_protocol()Vladimir Oltean
2021-07-20mt7530 mt7530_fdb_write only set ivl bit vid larger than 1Eric Woudstra
2021-07-16mt7530 fix mt7530_fdb_write vid missing ivl bitEric Woudstra
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-23net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang
2021-05-19net: dsa: mt7530: add interrupt supportDENG Qingfang
2021-04-13net: dsa: mt7530: Add support for EEE featuresRené van Dorst
2021-03-28net: dsa: mt7530: clean up core and TRGMII clock setupIlya Lipnitskiy
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller