Age | Commit message (Expand) | Author |
2024-06-13 | net: dsa: lantiq_gswip: Improve error message in gswip_port_fdb() | Martin Blumenstingl |
2024-06-13 | net: dsa: lantiq_gswip: Update comments in gswip_port_vlan_filtering() | Martin Blumenstingl |
2024-06-13 | net: dsa: lantiq_gswip: Remove dead code from gswip_add_single_port_br() | Martin Schiller |
2024-06-13 | net: dsa: lantiq_gswip: Consistently use macros for the mac bridge table | Martin Blumenstingl |
2024-06-13 | net: dsa: lantiq_gswip: Change literal 6 to ETH_ALEN | Martin Blumenstingl |
2024-06-13 | net: dsa: lantiq_gswip: Use dsa_is_cpu_port() in gswip_port_change_mtu() | Martin Blumenstingl |
2024-06-13 | net: dsa: lantiq_gswip: do also enable or disable cpu port | Martin Schiller |
2024-06-13 | net: dsa: lantiq_gswip: Don't manually call gswip_port_enable() | Martin Blumenstingl |
2024-06-13 | net: dsa: lantiq_gswip: Use dev_err_probe where appropriate | Martin Blumenstingl |
2024-06-13 | net: dsa: lantiq_gswip: add terminating \n where missing | Martin Schiller |
2024-06-13 | net: dsa: lantiq_gswip: Only allow phy-mode = "internal" on the CPU port | Martin Blumenstingl |
2024-04-16 | net: dsa: lantiq_gswip: provide own phylink MAC operations | Russell King (Oracle) |
2024-01-05 | net: dsa: lantiq_gswip: ignore MDIO buses disabled in OF | Vladimir Oltean |
2024-01-05 | net: dsa: lantiq_gswip: use devres for internal MDIO bus, not ds->user_mii_bus | Vladimir Oltean |
2024-01-05 | net: dsa: lantiq_gswip: delete irrelevant use of ds->phys_mii_mask | Vladimir Oltean |
2023-12-08 | net: Convert some ethtool_sprintf() to ethtool_puts() | justinstitt@google.com |
2023-10-24 | net: dsa: Use conduit and user terms | Florian Fainelli |
2023-10-11 | net: dsa: lantiq_gswip: replace deprecated strncpy with ethtool_sprintf | Justin Stitt |
2023-09-20 | net: dsa: lantiq_gswip: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-03-15 | net: dsa: lantiq_gswip: mark OF related data as maybe unused | Krzysztof Kozlowski |
2022-09-22 | net: dsa: lantiq_gswip: remove unnecessary platform_set_drvdata() | Yang Yingliang |
2022-09-21 | net: dsa: lantiq: Switch to use dev_err_probe() helper | Yang Yingliang |
2022-06-07 | net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list | Miaoqian Lin |
2022-05-19 | net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error print | Martin Blumenstingl |
2022-05-19 | net: dsa: lantiq_gswip: Fix start index in gswip_port_fdb() | Martin Blumenstingl |
2022-04-26 | net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK | Martin Blumenstingl |
2022-03-10 | net: dsa: lantiq_gswip: enable jumbo frames on GSWIP | Aleksander Jan Bajkowski |
2022-02-27 | net: dsa: pass extack to .port_bridge_join driver methods | Vladimir Oltean |
2022-02-27 | net: dsa: request drivers to perform FDB isolation | Vladimir Oltean |
2022-02-16 | net: dsa: lantiq_gswip: fix use after free in gswip_remove() | Alexey Khoroshilov |
2022-02-08 | net: dsa: lantiq_gswip: don't use devres for mdiobus | Vladimir Oltean |
2021-12-08 | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join | Vladimir Oltean |
2021-12-08 | net: dsa: keep the bridge_dev and bridge_num as part of the same structure | Vladimir Oltean |
2021-12-08 | net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpers | Vladimir Oltean |
2021-12-01 | net: dsa: lantiq: convert to phylink_generic_validate() | Russell King (Oracle) |
2021-10-25 | net: dsa: lantiq_gswip: serialize access to the PCE registers | Vladimir Oltean |
2021-10-25 | Revert "Merge branch 'dsa-rtnl'" | David S. Miller |
2021-10-24 | net: convert users of bitmap_foo() to linkmode_foo() | Sean Anderson |
2021-10-24 | net: dsa: lantiq_gswip: serialize access to the PCE table | Vladimir Oltean |
2021-10-18 | net: dsa: lantiq_gswip: fix register definition | Aleksander Jan Bajkowski |
2021-09-19 | net: dsa: be compatible with masters which unregister on shutdown | Vladimir Oltean |
2021-09-13 | net: dsa: lantiq_gswip: Add 200ms assert delay | Aleksander Jan Bajkowski |
2021-09-02 | net: dsa: lantiq_gswip: fix maximum frame length | Jan Hoffmann |
2021-08-10 | net: dsa: lantiq: fix broken backpressure in .port_fdb_dump | Vladimir Oltean |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-08 | net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bits | Martin Blumenstingl |
2021-04-08 | net: dsa: lantiq_gswip: Don't use PHY auto polling | Martin Blumenstingl |
2021-03-25 | net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clock | Martin Blumenstingl |
2021-03-22 | net: dsa: lantiq: verify compatible strings against hardware | Aleksander Jan Bajkowski |
2021-03-22 | net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330 | Aleksander Jan Bajkowski |