summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/lantiq_gswip.c
AgeCommit message (Expand)Author
2022-06-21net: dsa: add support for setting default speed and interfaceRussell King (Oracle)
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
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