summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/lantiq_gswip.c
AgeCommit message (Expand)Author
2024-01-05net: dsa: lantiq_gswip: ignore MDIO buses disabled in OFVladimir Oltean
2024-01-05net: dsa: lantiq_gswip: use devres for internal MDIO bus, not ds->user_mii_busVladimir Oltean
2024-01-05net: dsa: lantiq_gswip: delete irrelevant use of ds->phys_mii_maskVladimir Oltean
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-10-11net: dsa: lantiq_gswip: replace deprecated strncpy with ethtool_sprintfJustin Stitt
2023-09-20net: dsa: lantiq_gswip: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-15net: dsa: lantiq_gswip: mark OF related data as maybe unusedKrzysztof Kozlowski
2022-09-22net: dsa: lantiq_gswip: remove unnecessary platform_set_drvdata()Yang Yingliang
2022-09-21net: dsa: lantiq: Switch to use dev_err_probe() helperYang Yingliang
2022-06-07net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin
2022-05-19net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error printMartin Blumenstingl
2022-05-19net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb()Martin Blumenstingl
2022-04-26net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl
2022-03-10net: dsa: lantiq_gswip: enable jumbo frames on GSWIPAleksander Jan Bajkowski
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean
2022-02-16net: dsa: lantiq_gswip: fix use after free in gswip_remove()Alexey Khoroshilov
2022-02-08net: dsa: lantiq_gswip: don't use devres for mdiobusVladimir Oltean
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean
2021-12-01net: dsa: lantiq: convert to phylink_generic_validate()Russell King (Oracle)
2021-10-25net: dsa: lantiq_gswip: serialize access to the PCE registersVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-24net: dsa: lantiq_gswip: serialize access to the PCE tableVladimir Oltean
2021-10-18net: dsa: lantiq_gswip: fix register definitionAleksander Jan Bajkowski
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean
2021-09-13net: dsa: lantiq_gswip: Add 200ms assert delayAleksander Jan Bajkowski
2021-09-02net: dsa: lantiq_gswip: fix maximum frame lengthJan Hoffmann
2021-08-10net: dsa: lantiq: fix broken backpressure in .port_fdb_dumpVladimir Oltean
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl
2021-04-08net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl
2021-03-25net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clockMartin Blumenstingl
2021-03-22net: dsa: lantiq: verify compatible strings against hardwareAleksander Jan Bajkowski
2021-03-22net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330Aleksander Jan Bajkowski
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2021-01-07net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski
2021-01-04net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl
2021-01-04net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl
2020-11-16net: lantiq: Wait for the GPHY firmware to be readyMartin Blumenstingl
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-06-07net: dsa: lantiq_gswip: fix and improve the unsupported interface errorMartin Blumenstingl