summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lantiq_gswip.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-22/+173
|\
| * net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl2021-04-081-3/+16
| * net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl2021-04-081-26/+159
| * net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clockMartin Blumenstingl2021-03-251-2/+7
* | net: dsa: lantiq: verify compatible strings against hardwareAleksander Jan Bajkowski2021-03-221-1/+19
* | net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330Aleksander Jan Bajkowski2021-03-221-29/+113
|/
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-141-3/+7
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-141-4/+8
* net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-151-0/+3
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-111-5/+10
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-21/+5
* net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-38/+23
* net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski2021-01-071-3/+4
* net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl2021-01-041-17/+6
* net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl2021-01-041-3/+1
* net: lantiq: Wait for the GPHY firmware to be readyMartin Blumenstingl2020-11-161-0/+11
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-5/+21
* net: dsa: lantiq_gswip: fix and improve the unsupported interface errorMartin Blumenstingl2020-06-071-1/+2
* net: dsa: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+3
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-1/+2
* net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+3
* net: dsa: do not enable or disable non user portsVivien Didelot2019-08-201-0/+6
* net: dsa: lantiq: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-7/+3
* net: dsa: lantiq: fix spelling mistake "brigde" -> "bridge"Colin Ian King2019-05-081-4/+4
* net: dsa: lantiq: Add Forwarding Database accessHauke Mehrtens2019-05-071-0/+98
* net: dsa: lantiq: Add fast age functionHauke Mehrtens2019-05-071-0/+40
* net: dsa: lantiq: Add VLAN aware bridge offloadingHauke Mehrtens2019-05-071-4/+197
* net: dsa: lantiq: Add VLAN unaware bridge offloadingHauke Mehrtens2019-05-071-7/+468
* net: dsa: lantiq: Allow special tags only on CPU portHauke Mehrtens2019-05-071-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-0/+6
|\
| * net: dsa: lantiq: Add GPHY firmware filesHauke Mehrtens2019-02-241-0/+6
* | dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-241-3/+2
* | net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold2019-01-171-3/+0
* | net: dsa: lantiq_gswip: fix OF child-node lookupsJohan Hovold2019-01-171-7/+9
* | net: dsa: lantiq_gswip: fix use-after-free on failed probeJohan Hovold2019-01-171-1/+4
|/
* net: dsa: lantiq_gswip: Minor code style improvementsHauke Mehrtens2018-09-171-20/+18
* net: dsa: gswip: Fix copy-paste error in gswip_gphy_fw_probe()Wei Yongjun2018-09-171-3/+3
* net: dsa: gswip: Fix return value check in gswip_probe()Wei Yongjun2018-09-171-6/+6
* net: dsa: Add Lantiq / Intel DSA driver for vrx200Hauke Mehrtens2018-09-131-0/+1169