summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2025-10-23net: dsa: lantiq_gswip: convert trivial accessor uses to regmapDaniel Golle1-84/+76
2025-10-23net: dsa: lantiq_gswip: convert accessors to use regmapDaniel Golle3-47/+67
2025-10-23net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in commentDaniel Golle1-1/+5
2025-10-21net: dsa: yt921x: Add support for Motorcomm YT921xDavid Yang4-0/+3403
2025-10-17net: dsa: lantiq_gswip: treat VID 0 like the PVIDVladimir Oltean1-2/+2
2025-10-17net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVIDVladimir Oltean2-0/+10
2025-10-17net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remo...Vladimir Oltean1-1/+2
2025-10-17net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_...Vladimir Oltean1-5/+4
2025-10-17net: dsa: lantiq_gswip: disallow changes to privately set up VID 0Vladimir Oltean1-0/+6
2025-10-17net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering stateVladimir Oltean2-27/+12
2025-10-17net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering optionVladimir Oltean1-6/+43
2025-10-17net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_awa...Vladimir Oltean1-77/+17
2025-10-17net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0]Vladimir Oltean1-2/+1
2025-10-17net: dsa: lantiq_gswip: define VLAN ID 0 constantVladimir Oltean2-5/+9
2025-10-17net: dsa: lantiq_gswip: support bridge FDB entries on the CPU portVladimir Oltean1-8/+10
2025-10-14net: dsa: b53: implement port isolation supportJonas Gorski2-1/+28
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+16
2025-09-25net: dsa: lantiq_gswip: suppress -EINVAL errors for bridge FDB entries added ...Vladimir Oltean1-1/+2
2025-09-25net: dsa: lantiq_gswip: move gswip_add_single_port_br() call to port_setup()Vladimir Oltean1-4/+14
2025-09-22net: dsa: microchip: Set SPI as bus interface during reset for KSZ8463Bastien Curutchet1-0/+45
2025-09-19net: dsa: dsa_loop: remove duplicated definition of NUM_FIXED_PHYSHeiner Kallweit1-2/+0
2025-09-17net: dsa: mv88e6xxx: move mv88e6xxx_hwtstamp_work() prototypeRussell King (Oracle)2-6/+1
2025-09-17net: dsa: mv88e6xxx: remove unused 88E6165 register definitionsRussell King (Oracle)1-42/+3
2025-09-17net: dsa: mv88e6xxx: remove duplicated register definitionRussell King (Oracle)2-7/+1
2025-09-17net: dsa: mv88e6xxx: remove unused TAI definitionsRussell King (Oracle)1-26/+0
2025-09-17net: dsa: mv88e6xxx: rename TAI definitions according to coreRussell King (Oracle)2-37/+34
2025-09-17net: dsa: dsa_loop: remove usage of mdio_board_infoHeiner Kallweit4-62/+60
2025-09-16net: dsa: mv88e6xxx: clean up PTP clock during setup failureRussell King (Oracle)2-8/+8
2025-09-14net: dsa: mv88e6xxx: remove unused support for PPS event captureRussell King (Oracle)2-19/+3
2025-09-14net: dsa: mv88e6xxx: remove chip->evcap_configRussell King (Oracle)2-7/+5
2025-09-14net: dsa: mv88e6xxx: remove chip->trig_configRussell King (Oracle)2-2/+1
2025-09-14net: dsa: mv88e6xxx: remove mv88e6250_ptp_opsRussell King (Oracle)3-26/+1
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2025-09-08net: dsa: b53: fix ageing time for BCM53101Jonas Gorski1-4/+13
2025-09-05net: dsa: felix: support phy-mode = "10g-qxgmii"Vladimir Oltean3-2/+8
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2025-09-04net: dsa: dsa_loop: use int type to store negative error codesQianfeng Rong1-1/+2
2025-09-02net: dsa: lantiq_gswip: move MDIO bus registration to .setup()Daniel Golle1-7/+7
2025-09-02net: dsa: lantiq_gswip: support standard MDIO node nameDaniel Golle1-0/+3
2025-09-02net: dsa: lantiq_gswip: support offset of MII registersDaniel Golle2-2/+13
2025-09-02net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()Daniel Golle1-0/+4
2025-09-02net: dsa: lantiq_gswip: support model-specific mac_select_pcs()Daniel Golle2-3/+19
2025-09-02net: dsa: lantiq_gswip: move to dedicated folderDaniel Golle7-8/+10
2025-09-02net: dsa: mv88e6xxx: Fix fwnode reference leaks in mv88e6xxx_port_setup_ledsMiaoqian Lin1-4/+13
2025-08-26net: phy: fixed_phy: let fixed_phy_unregister free the phy_deviceHeiner Kallweit1-6/+3
2025-08-25net: dsa: lantiq_gswip: store switch API version in privDaniel Golle2-4/+22
2025-08-25net: dsa: lantiq_gswip: make DSA tag protocol model-specificDaniel Golle2-1/+6
2025-08-25net: dsa: lantiq_gswip: load model-specific microcodeDaniel Golle3-12/+20
2025-08-25net: dsa: lantiq_gswip: introduce bitmap for MII portsDaniel Golle2-3/+12
2025-08-25net: dsa: lantiq_gswip: move definitions to headerDaniel Golle2-247/+255