aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lantiq_gswip.c
AgeCommit message (Expand)Author
2022-06-14net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_listMiaoqian Lin
2022-05-09net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLKMartin Blumenstingl
2022-02-23net: dsa: lantiq_gswip: fix use after free in gswip_remove()Alexey Khoroshilov
2022-02-16net: dsa: lantiq_gswip: don't use devres for mdiobusVladimir 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
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot
2019-08-01net: dsa: lantiq: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-05-08net: dsa: lantiq: fix spelling mistake "brigde" -> "bridge"Colin Ian King
2019-05-07net: dsa: lantiq: Add Forwarding Database accessHauke Mehrtens
2019-05-07net: dsa: lantiq: Add fast age functionHauke Mehrtens
2019-05-07net: dsa: lantiq: Add VLAN aware bridge offloadingHauke Mehrtens
2019-05-07net: dsa: lantiq: Add VLAN unaware bridge offloadingHauke Mehrtens
2019-05-07net: dsa: lantiq: Allow special tags only on CPU portHauke Mehrtens
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-24net: dsa: lantiq: Add GPHY firmware filesHauke Mehrtens
2019-01-17net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold
2019-01-17net: dsa: lantiq_gswip: fix OF child-node lookupsJohan Hovold
2019-01-17net: dsa: lantiq_gswip: fix use-after-free on failed probeJohan Hovold
2018-09-17net: dsa: lantiq_gswip: Minor code style improvementsHauke Mehrtens
2018-09-17net: dsa: gswip: Fix copy-paste error in gswip_gphy_fw_probe()Wei Yongjun
2018-09-17net: dsa: gswip: Fix return value check in gswip_probe()Wei Yongjun
2018-09-13net: dsa: Add Lantiq / Intel DSA driver for vrx200Hauke Mehrtens