aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c
AgeCommit message (Expand)Author
2021-09-15net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean
2021-09-15net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean
2021-06-28net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean
2021-06-28net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean
2021-06-28net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean
2021-04-21net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean
2021-03-23net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean
2021-03-23net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean
2021-02-16net: dsa: add MRP supportHoratiu Vultur
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean
2021-02-12net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean
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