summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
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: get rid of mac_port_validate member of mt753x_infoArı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-24net: dsa: mt7530: disable EEE abilities on failure on MT7531 and MT7988Arı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-22net: dsa: vsc73xx: add structure descriptionsPawel Dembicki
2024-04-22net: dsa: vsc73xx: Add define for max num of portsPawel Dembicki
2024-04-22net: dsa: vsc73xx: use macros for rgmii recognitionPawel Dembicki
2024-04-22net: dsa: vsc73xx: convert to PHYLINKPawel Dembicki
2024-04-22net: dsa: vsc73xx: use read_poll_timeout instead delay loopPawel Dembicki
2024-04-22net: dsa: mv88e6xx: fix supported_interfaces setup in mv88e6250_phylink_get_c...Matthias Schiffer
2024-04-19net: dsa: xrs700x: fix missing initialisation of ds->phylink_mac_opsRussell King (Oracle)
2024-04-18net: dsa: sja1105: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-18net: dsa: felix: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-17net: dsa: xrs700x: provide own phylink MAC operationsRussell King (Oracle)
2024-04-17net: dsa: rzn1_a5psw: provide own phylink MAC operationsRussell King (Oracle)
2024-04-17net: dsa: lan9303: provide own phylink MAC operationsRussell King (Oracle)
2024-04-17net: dsa: bcm_sf2: provide own phylink MAC operationsRussell King (Oracle)
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: microchip: drop unneeded MODULE_ALIASKrzysztof Kozlowski
2024-04-16net: dsa: mt7530: provide own phylink MAC operationsRussell King (Oracle)
2024-04-16net: dsa: lantiq_gswip: provide own phylink MAC operationsRussell King (Oracle)
2024-04-16net: dsa: qca8k: provide own phylink MAC operationsRussell King (Oracle)
2024-04-16net: dsa: ar9331: provide own phylink MAC operationsRussell King (Oracle)
2024-04-16net: dsa: sja1105: provide own phylink MAC operationsRussell King (Oracle)
2024-04-15net: dsa: microchip: ksz9477: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-11net: dsa: mv88e6xxx: provide own phylink MAC operationsRussell King (Oracle)
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): use entries variable to signal 0...Oleksij Rempel
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): return read/write error if we go...Oleksij Rempel
2024-04-04net: dsa: microchip: ksz8_r_dyn_mac_table(): ksz: do not return EAGAIN on tim...Oleksij Rempel
2024-04-04net: dsa: microchip: ksz8: Unify variable naming in ksz8_r_dyn_mac_table()Oleksij Rempel
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_r_dyn_mac_table() for readabilityOleksij Rempel
2024-04-04net: dsa: microchip: ksz8: Refactor ksz8_fdb_dump()Oleksij Rempel
2024-04-04net: dsa: microchip: Make ksz8_r_dyn_mac_table() staticOleksij Rempel