aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c
AgeCommit message (Expand)Author
2022-05-09net: dsa: Add missing of_node_put() in dsa_port_link_register_ofMiaoqian Lin
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean
2020-09-20net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean
2020-04-14net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-11net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot
2019-08-17net: dsa: remove calls to genphy_config_initHeiner Kallweit
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot
2019-06-14net: dsa: do not check orig_dev in vlan delVivien Didelot
2019-06-12net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei
2019-05-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei
2019-05-05net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-25net: dsa: fix a leaked reference by adding missing of_node_putWen Yang
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli
2019-02-21net: dsa: enable flooding for bridge portsRussell King
2019-02-21net: dsa: add support for bridge flagsRussell King
2019-02-20net: dsa: fix unintended change of bridge interface STP stateRussell King
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata
2018-05-31dsa: port: Ignore bridge VLAN eventsPetr Machata
2018-04-27net: dsa: Allow providing PHY statistics from CPU portFlorian Fainelli
2018-04-27net: dsa: Add helper function to obtain PHY device of a given portFlorian Fainelli
2018-01-23net: dsa: Support internal phy on 'cpu' portSebastian Reichel
2017-11-10net: dsa: Don't add vlans when vlan filtering is disabledAndrew Lunn