aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/dsa_loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-4/+4
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-1/+21
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+2
2021-01-20net: dsa: Fix off by one in dsa_loop_port_vlan_add()Dan Carpenter1-1/+1
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-1/+0
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-21/+7
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-2/+1
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-26/+20
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-1/+2
2020-08-19net: dsa: loop: Return VLAN table size through devlinkFlorian Fainelli1-1/+54
2020-08-19net: dsa: loop: Configure VLANs while not filteringFlorian Fainelli1-0/+1
2020-08-03net: dsa: loop: Set correct number of portsFlorian Fainelli1-1/+1
2020-08-03net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli1-0/+17
2020-08-03net: dsa: loop: Move data structures to headerFlorian Fainelli1-31/+1
2020-08-03net: dsa: loop: Support 4K VLANsFlorian Fainelli1-4/+2
2020-08-03net: dsa: loop: PVID should be per-portFlorian Fainelli1-4/+4
2020-07-08net: dsa: loop: Print when registration is successfulFlorian Fainelli1-4/+7
2020-05-10net: dsa: loop: Add module soft dependencyFlorian Fainelli1-0/+1
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-1/+1
2018-05-25net: dsa: dsa_loop: Make dynamic debugging helpfulFlorian Fainelli1-14/+17
2018-04-27net: dsa: loop: Hook PHY statisticsFlorian Fainelli1-2/+3
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli1-2/+9
2018-03-04dsa: Pass the port to get_sset_count()Andrew Lunn1-1/+1
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot1-5/+4
2017-11-13net: dsa: Pass a port to get_tag_protocol()Florian Fainelli1-1/+2
2017-10-14net: dsa: dsa_loop: remove .set_addrVivien Didelot1-8/+0
2017-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-09-03net: dsa: loop: Do not unregister invalid fixed PHYFlorian Fainelli1-1/+1
2017-08-09net: dsa: make dsa_switch_ops constBhumika Goyal1-1/+1
2017-08-07net: dsa: Remove support for vlan dump from DSA's driversArkadi Sharshevsky1-38/+0
2017-06-16net: dsa: loop: Implement ethtool statisticsFlorian Fainelli1-2/+77
2017-06-16net: dsa: loop: Inline unregister_fixed_phys()Florian Fainelli1-10/+5
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot1-1/+1
2017-05-18net: dsa: use switchdev_obj_dump_cb_t everywhereVivien Didelot1-1/+1
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot1-1/+0
2017-05-08net: dsa: loop: Check for memory allocation failureChristophe Jaillet1-0/+3
2017-04-06net: dsa: loop: Initialize err in dsa_loop_vlan_dumpFlorian Fainelli1-1/+1
2017-04-06net: dsa: loop: Fix uninitialized pvid variableFlorian Fainelli1-1/+1
2017-04-01net: dsa: Mock-up driverFlorian Fainelli1-0/+328