summaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean2021-06-291-0/+12
* net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean2021-06-291-0/+24
* net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean2021-06-291-0/+26
* net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean2021-06-291-0/+24
* net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean2021-06-281-2/+43
* net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean2021-06-281-7/+6
* net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean2021-06-281-3/+3
* net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean2021-06-211-2/+2
* net: dsa: fix bridge support for drivers without port_bridge_flags callbackOleksij Rempel2021-04-211-1/+1
* net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean2021-03-231-0/+46
* net: dsa: inherit the actual bridge port flags at join timeVladimir Oltean2021-03-231-41/+82
* net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean2021-03-231-3/+5
* net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...Vladimir Oltean2021-03-231-4/+18
* net: dsa: add MRP supportHoratiu Vultur2021-02-161-0/+48
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-141-7/+11
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-141-1/+3
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-121-17/+14
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-15/+19
* net: dsa: configure better brport flags when ports leave the bridgeVladimir Oltean2021-02-121-7/+38
* net: dsa: add support for offloading HSRGeorge McCollister2021-02-111-0/+34
* net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-291-0/+8
* net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean2021-01-291-23/+13
* net: dsa: Link aggregation supportTobias Waldekranz2021-01-141-0/+79
* net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean2021-01-111-5/+1
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-54/+43
* net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-6/+2
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-8/+9
* net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean2020-09-201-2/+44
* net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()Vladimir Oltean2020-09-201-7/+7
* Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean2020-09-111-33/+0
* net: dsa: provide an option for drivers to always receive bridge VLANsRussell King2020-05-121-0/+14
* net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-101-2/+21
* net: dsa: Down cpu/dsa ports phylink will controlAndrew Lunn2020-04-141-1/+6
* net: dsa: configure the MTU for switch portsVladimir Oltean2020-03-271-0/+13
* net: dsa: warn if phylink_mac_link_state returns errorRussell King2020-03-151-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-9/+35
|\
| * net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn2020-03-111-3/+9
| * net: dsa: fix phylink_start()/phylink_stop() callsRussell King2020-03-031-6/+26
* | net: dsa: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+2
* | net: phylink: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+3
|/
* net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean2020-01-051-0/+1
* net: dsa: Make PHYLINK related function static againFlorian Fainelli2019-12-171-22/+16
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-8/+11
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-6/+7
* net: dsa: check bridge VLAN in slave operationsVivien Didelot2019-08-271-8/+2
* net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot2019-08-271-2/+2
* net: dsa: remove calls to genphy_config_initHeiner Kallweit2019-08-171-5/+0
* net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot2019-07-091-0/+12
* net: dsa: do not check orig_dev in vlan delVivien Didelot2019-06-141-9/+0
* net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli2019-06-121-1/+1