summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/lantiq_gswip.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-1/+2
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-2/+4
* net: dsa: lantiq_gswip: fix use after free in gswip_remove()Alexey Khoroshilov2022-02-171-1/+1
* net: dsa: lantiq_gswip: don't use devres for mdiobusVladimir Oltean2022-02-091-3/+11
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+2
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-6/+8
* net: dsa: hide dp->bridge_dev and dp->bridge_num in drivers behind helpersVladimir Oltean2021-12-081-5/+5
* net: dsa: lantiq: convert to phylink_generic_validate()Russell King (Oracle)2021-12-021-82/+38
* net: dsa: lantiq_gswip: serialize access to the PCE registersVladimir Oltean2021-10-251-5/+23
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-251-23/+5
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-8/+6
* net: dsa: lantiq_gswip: serialize access to the PCE tableVladimir Oltean2021-10-241-5/+23
* net: dsa: lantiq_gswip: fix register definitionAleksander Jan Bajkowski2021-10-181-1/+1
* net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+18
* net: dsa: lantiq_gswip: Add 200ms assert delayAleksander Jan Bajkowski2021-09-131-0/+6
* net: dsa: lantiq_gswip: fix maximum frame lengthJan Hoffmann2021-09-021-1/+2
* net: dsa: lantiq: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-101-22/+173
|\
| * net: dsa: lantiq_gswip: Configure all remaining GSWIP_MII_CFG bitsMartin Blumenstingl2021-04-091-3/+16
| * net: dsa: lantiq_gswip: Don't use PHY auto pollingMartin Blumenstingl2021-04-091-26/+159
| * net: dsa: lantiq_gswip: Let GSWIP automatically set the xMII clockMartin Blumenstingl2021-03-261-2/+7
* | net: dsa: lantiq: verify compatible strings against hardwareAleksander Jan Bajkowski2021-03-231-1/+19
* | net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330Aleksander Jan Bajkowski2021-03-231-29/+113
|/
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-151-3/+7
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-4/+8
* net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-161-0/+3
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-121-5/+10
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-121-21/+5
* net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-121-38/+23
* net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski2021-01-081-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-081-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-091-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-251-0/+6
* | dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-251-3/+2
* | net: dsa: lantiq_gswip: drop bogus drvdata checkJohan Hovold2019-01-171-3/+0