summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/mt7530.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-24net: dsa: mt7530: get rid of mac_port_validate member of mt753x_infoArınç ÜNAL1-7/+3
2024-04-24net: dsa: mt7530: refactor MT7530_PMEEECR_P()Arınç ÜNAL1-6/+7
2024-04-24net: dsa: mt7530: refactor MT7530_HWTRAP and MT7530_MHWTRAPArınç ÜNAL1-26/+24
2024-04-24net: dsa: mt7530: refactor MT7530_MFC and MT7531_CFC, add MT7531_QRY_FFPArınç ÜNAL1-25/+44
2024-04-24net: dsa: mt7530: rename mt753x_bpdu_port_fw enum to mt753x_to_cpu_fwArınç ÜNAL1-38/+38
2024-04-24net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switchArınç ÜNAL1-8/+7
2024-04-24net: dsa: mt7530: refactor MT7530_PMCR_P()Arınç ÜNAL1-28/+30
2024-04-24net: dsa: mt7530: disable EEE abilities on failure on MT7531 and MT7988Arınç ÜNAL1-1/+5
2024-04-23net: dsa: mt7530-mdio: read PHY address of switch from device treeArınç ÜNAL1-1/+3
2024-04-17net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL1-0/+4
2024-04-11net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL1-0/+5
2024-04-11net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL1-0/+1
2024-03-21net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL1-0/+13
2024-03-21net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL1-1/+8
2024-03-05net: dsa: mt7530: simplify link operationsArınç ÜNAL1-2/+0
2024-03-05net: dsa: mt7530: get rid of priv->info->cpu_port_config()Arınç ÜNAL1-11/+0
2024-03-05net: dsa: mt7530: get rid of useless error returns on phylink code pathArınç ÜNAL1-3/+3
2024-02-08net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL1-3/+0
2024-01-30net: dsa: mt7530: store port 5 SGMII capability of MT7531Arınç ÜNAL1-2/+4
2024-01-30net: dsa: mt7530: use p5_interface_select as data type for p5_intf_selArınç ÜNAL1-2/+2
2024-01-30net: dsa: mt7530: always trap frames to active CPU port on MT7530Arınç ÜNAL1-2/+4
2023-08-19net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL1-0/+2
2023-06-20net: dsa: mt7530: fix handling of LLDP framesArınç ÜNAL1-0/+5
2023-06-20net: dsa: mt7530: set all CPU ports in MT7531_CPU_PMAPArınç ÜNAL1-0/+1
2023-04-20net: dsa: mt7530: fix support for MT7531BEDaniel Golle1-2/+2
2023-04-03net: dsa: mt7530: introduce driver for MT7988 built-in switchDaniel Golle1-6/+6
2023-04-03net: dsa: mt7530: introduce separate MDIO driverDaniel Golle1-0/+6
2023-04-03net: dsa: mt7530: move p5_intf_modes() function to mt7530.cDaniel Golle1-18/+0
2023-04-03net: dsa: mt7530: use regmap to access switch register spaceDaniel Golle1-0/+2
2023-03-21net: dsa: mt7530: use external PCS driverDaniel Golle1-43/+4
2023-01-18net: dsa: mt7530: Separate C22 and C45 MDIO bus transactionsAndrew Lunn1-4/+11
2022-09-23net: dsa: mt7530: add support for in-band link statusDaniel Golle1-0/+1
2022-06-15net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constantFrank Wunderlich1-1/+0
2022-04-12net: dsa: mt7530: partially convert to phylink_pcsRussell King (Oracle)1-12/+9
2022-04-12net: dsa: mt7530: only indicate linkmodes that can be supportedRussell King (Oracle)1-0/+1
2022-04-12net: dsa: mt7530: remove interface checksRussell King (Oracle)1-2/+0
2022-04-12net: dsa: mt7530: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)1-0/+2
2021-08-25net: dsa: mt7530: manually set up VLAN ID 0DENG Qingfang1-0/+2
2021-08-06net: dsa: mt7530: drop untagged frames on VLAN-aware ports without PVIDDENG Qingfang1-0/+7
2021-08-04net: dsa: mt7530: always install FDB entries with IVL and FID 1DENG Qingfang1-0/+1
2021-08-04net: dsa: mt7530: set STP state on filter ID 1DENG Qingfang1-2/+2
2021-08-04net: dsa: mt7530: use independent VLAN learning on VLAN-unaware bridgesDENG Qingfang1-1/+8
2021-07-16mt7530 fix mt7530_fdb_write vid missing ivl bitEric Woudstra1-0/+1
2021-05-19net: dsa: mt7530: add interrupt supportDENG Qingfang1-2/+18
2021-04-14net: dsa: mt7530: Add support for EEE featuresRené van Dorst1-1/+13
2021-03-16net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang1-0/+1
2021-01-26net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang1-0/+20
2020-12-09net: dsa: mt7530: support setting ageing timeDENG Qingfang1-0/+13
2020-11-05net: dsa: mt7530: support setting MTUDENG Qingfang1-0/+12
2020-09-15net: dsa: mt7530: Add the support of MT7531 switchLanden Chao1-0/+222