summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/mt7530.c
AgeCommit message (Expand)Author
2025-05-27net: dsa: mt7530: Add AN7583 supportChristian Marangi
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-23net: dsa: mt7530: sync driver-specific behavior of MT7531 variantsDaniel Golle
2025-04-15net: dsa: mt7530: implement .get_stats64Christian Marangi
2025-04-15net: dsa: mt7530: move remaining MIB counter to defineChristian Marangi
2025-04-15net: dsa: mt7530: move pkt stats and err MIB counter to eth_mac stats APIChristian Marangi
2025-04-15net: dsa: mt7530: move pause MIB counter to eth_ctrl stats APIChristian Marangi
2025-04-15net: dsa: mt7530: move pkt size and rx err MIB counter to rmon stats APIChristian Marangi
2025-04-15net: dsa: mt7530: generalize read port stats logicChristian Marangi
2025-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-05net: dsa: mt7530: Fix traffic flooding for MMIO devicesLorenzo Bianconi
2025-03-04dsa: mt7530: Utilize REGMAP_IRQ for interrupt handlingDaniel Golle
2025-03-04net: dsa: mt7530: Enable Rx sptag for EN7581 SoCLorenzo Bianconi
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)
2025-02-12net: dsa: mt7530: convert to phylink managed EEERussell King (Oracle)
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-07net: dsa: mt753x: remove ksz_get_mac_eee()Russell King (Oracle)
2025-01-07net: dsa: mt753x: remove setting of tx_lpi parametersRussell King (Oracle)
2024-12-11net: dsa: mt753x: implement .support_eee() methodRussell King (Oracle)
2024-11-03net: dsa: mt7530: Add TBF qdisc offload supportLorenzo Bianconi
2024-08-04net: dsa: mt7530: Add EN7581 supportLorenzo Bianconi
2024-06-19net: dsa: mt7530: add support for bridge port isolationMatthias Schiffer
2024-06-19net: dsa: mt7530: factor out bridge join/leave logicMatthias Schiffer
2024-05-07net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL
2024-04-30net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being usedArınç ÜNAL
2024-04-24net: dsa: mt7530: explain exposing MDIO bus of MT7531AE betterArınç ÜNAL
2024-04-24net: dsa: mt7530: do not pass port variable to mt7531_rgmii_setup()Arınç ÜNAL
2024-04-24net: dsa: mt7530: use priv->ds->num_ports instead of MT7530_NUM_PORTSArınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_PMEEECR_P()Arınç ÜNAL
2024-04-24net: dsa: mt7530: get rid of function sanity checkArınç ÜNAL
2024-04-24net: dsa: mt7530: define MAC speed capabilities per switch modelArınç ÜNAL
2024-04-24net: dsa: mt7530: return mt7530_setup_mdio & mt7531_setup_common on errorArınç ÜNAL
2024-04-24net: dsa: mt7530: move MT753X_MTRAP operations for MT7530Arınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_HWTRAP and MT7530_MHWTRAPArınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_MFC and MT7531_CFC, add MT7531_QRY_FFPArınç ÜNAL
2024-04-24net: dsa: mt7530: rename mt753x_bpdu_port_fw enum to mt753x_to_cpu_fwArınç ÜNAL
2024-04-24net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switchArınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_PMCR_P()Arınç ÜNAL
2024-04-23net: dsa: mt7530: simplify core operationsArınç ÜNAL
2024-04-23net: dsa: mt7530-mdio: read PHY address of switch from device treeArınç ÜNAL
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-17net: dsa: mt7530: fix port mirroring for MT7988 SoC switchArınç ÜNAL
2024-04-17net: dsa: mt7530: fix mirroring frames received on local portArınç ÜNAL
2024-04-16net: dsa: mt7530: provide own phylink MAC operationsRussell King (Oracle)
2024-04-11net: dsa: mt7530: trap link-local frames regardless of ST Port StateArınç ÜNAL
2024-04-10net: dsa: mt7530: fix enabling EEE on MT7531 switch on all boardsArınç ÜNAL
2024-03-26net: dsa: mt7530: fix improper frames on all 25MHz and 40MHz XTAL MT7530Arınç ÜNAL
2024-03-21net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL
2024-03-21net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL
2024-03-18net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL