summaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei2019-05-291-6/+63
* | net: dsa: Move the phylink driver calls into port.cIoana Ciornei2019-05-291-0/+100
|/
* net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean2019-05-051-0/+2
* net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean2019-04-301-0/+31
* net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean2019-04-301-0/+3
* net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean2019-04-301-1/+4
* net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean2019-04-301-7/+45
* net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean2019-04-301-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-0/+1
|\
| * net: dsa: fix a leaked reference by adding missing of_node_putWen Yang2019-02-251-0/+1
* | dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-241-2/+2