summaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c
AgeCommit message (Expand)Author
2020-03-18net: dsa: Don't instantiate phylink for CPU/DSA ports unless neededAndrew Lunn
2020-03-18net: dsa: fix phylink_start()/phylink_stop() callsRussell King
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
2017-11-10net: dsa: add more const attributesAndrew Lunn
2017-10-28net: dsa: move fixed link registration helpersVivien Didelot
2017-09-25net: dsa: add port enable and disable helpersVivien Didelot
2017-09-21net: dsa: add port fdb dumpVivien Didelot
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky
2017-08-07net: dsa: Remove redundant MDB dump supportArkadi Sharshevsky
2017-08-07net: dsa: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky
2017-08-07net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky
2017-08-07net: dsa: Remove prepare phase for FDBArkadi Sharshevsky
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot
2017-05-22net: dsa: add VLAN notifierVivien Didelot
2017-05-22net: dsa: add MDB notifierVivien Didelot
2017-05-22net: dsa: add FDB notifierVivien Didelot
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot
2017-05-22net: dsa: move VLAN handlersVivien Didelot
2017-05-22net: dsa: move MDB handlersVivien Didelot
2017-05-22net: dsa: move FDB handlersVivien Didelot