summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lantiq
AgeCommit message (Expand)AuthorLines
2026-02-10net: dsa: mxl-gsw1xx: validate chip IDDaniel Golle-1/+35
2026-02-10net: dsa: mxl-gsw1xx: configure SerDes port polaritiesDaniel Golle-11/+29
2026-01-27net: dsa: mxl-gsw1xx: add support for Intel GSW150Daniel Golle-6/+67
2026-01-27net: dsa: mxl-gsw1xx: only setup SerDes PCS if it existsDaniel Golle-14/+23
2026-01-27net: dsa: lantiq: clean up phylink_get_caps switch statementDaniel Golle-15/+8
2026-01-27net: dsa: lantiq: allow arbitrary MII registersDaniel Golle-37/+66
2026-01-19net: dsa: mxl-gsw1xx: Support R(G)MII slew rate configurationAlexander Sverdlin-0/+49
2025-12-18net: dsa: mxl-gsw1xx: manually clear RANEG bitDaniel Golle-1/+33
2025-12-18net: dsa: mxl-gsw1xx: fix .shutdown driver operationDaniel Golle-10/+2
2025-12-18net: dsa: mxl-gsw1xx: fix order in .remove operationDaniel Golle-2/+0
2025-12-18net: dsa: lantiq_gswip: fix order in .remove operationDaniel Golle-6/+10
2025-12-04net: dsa: mxl-gsw1xx: fix SerDes RX polarityDaniel Golle-1/+7
2025-12-01net: dsa: lantiq_gswip: use simple HSR offload helpersVladimir Oltean-0/+2
2025-11-06net: dsa: add driver for MaxLinear GSW1xx switch familyDaniel Golle-0/+1027
2025-11-06net: dsa: lantiq_gswip: allow adjusting MII delaysDaniel Golle-38/+60
2025-11-06net: dsa: lantiq_gswip: add vendor property to setup MII refclk outputDaniel Golle-0/+2
2025-11-06net: dsa: lantiq_gswip: define and use GSWIP_TABLE_MAC_BRIDGE_VAL1_VALIDDaniel Golle-1/+7
2025-11-06net: dsa: lantiq_gswip: set link parameters also for CPU portDaniel Golle-1/+1
2025-11-06net: dsa: lantiq_gswip: support Energy Efficient EthernetDaniel Golle-0/+54
2025-11-06net: dsa: lantiq_gswip: support enable/disable learningDaniel Golle-0/+46
2025-11-06net: dsa: lantiq_gswip: split into common and MMIO partsDaniel Golle-1579/+1645
2025-10-23net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parametersDaniel Golle-10/+7
2025-10-23net: dsa: lantiq_gswip: optimize regmap_write_bits() statementsDaniel Golle-18/+15
2025-10-23net: dsa: lantiq_gswip: replace *_mask() functions with regmap APIDaniel Golle-70/+70
2025-10-23net: dsa: lantiq_gswip: manually convert remaining uses of read accessorsDaniel Golle-40/+38
2025-10-23net: dsa: lantiq_gswip: convert trivial accessor uses to regmapDaniel Golle-84/+76
2025-10-23net: dsa: lantiq_gswip: convert accessors to use regmapDaniel Golle-47/+67
2025-10-23net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in commentDaniel Golle-1/+5
2025-10-17net: dsa: lantiq_gswip: treat VID 0 like the PVIDVladimir Oltean-2/+2
2025-10-17net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVIDVladimir Oltean-0/+10
2025-10-17net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remo...Vladimir Oltean-1/+2
2025-10-17net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_...Vladimir Oltean-5/+4
2025-10-17net: dsa: lantiq_gswip: disallow changes to privately set up VID 0Vladimir Oltean-0/+6
2025-10-17net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering stateVladimir Oltean-27/+12
2025-10-17net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering optionVladimir Oltean-6/+43
2025-10-17net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_awa...Vladimir Oltean-77/+17
2025-10-17net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0]Vladimir Oltean-2/+1
2025-10-17net: dsa: lantiq_gswip: define VLAN ID 0 constantVladimir Oltean-5/+9
2025-10-17net: dsa: lantiq_gswip: support bridge FDB entries on the CPU portVladimir Oltean-8/+10
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+16
2025-09-02net: dsa: lantiq_gswip: move MDIO bus registration to .setup()Daniel Golle-7/+7
2025-09-02net: dsa: lantiq_gswip: support standard MDIO node nameDaniel Golle-0/+3
2025-09-02net: dsa: lantiq_gswip: support offset of MII registersDaniel Golle-2/+13
2025-09-02net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()Daniel Golle-0/+4
2025-09-02net: dsa: lantiq_gswip: support model-specific mac_select_pcs()Daniel Golle-3/+19
2025-09-02net: dsa: lantiq_gswip: move to dedicated folderDaniel Golle-0/+2485