aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel1-1/+1
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean1-0/+46
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean1-41/+82
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean1-3/+5
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridgeVladimir Oltean1-4/+18
2021-02-16net: dsa: add MRP supportHoratiu Vultur1-0/+48
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-7/+11
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+3
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-17/+14
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-15/+19
2021-02-12net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean1-7/+38
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister1-0/+34
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+8
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-23/+13
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-0/+79
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean1-5/+1
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-54/+43
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+2
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-8/+9
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean1-2/+44
2020-09-20net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean1-7/+7
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean1-33/+0
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King1-0/+14
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean1-2/+21
2020-04-14net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn1-1/+6
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean1-0/+13
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King1-1/+6
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+35
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn1-3/+9
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King1-6/+26
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King1-1/+2
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean1-0/+1
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli1-22/+16
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-8/+11
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-6/+7
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot1-8/+2
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot1-2/+2
2019-08-17net: dsa: remove calls to genphy_config_initHeiner Kallweit1-5/+0
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot1-0/+12
2019-06-14net: dsa: do not check orig_dev in vlan delVivien Didelot1-9/+0
2019-06-12net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei1-6/+63
2019-05-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei1-0/+100
2019-05-05net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean1-0/+2
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean1-0/+31
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean1-0/+3
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean1-1/+4