aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/port.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05net: dsa: Pass pcs_poll flag from driver to PHYLINKVladimir Oltean1-0/+1
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli1-22/+16
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-8/+11
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-6/+7
2019-08-27net: dsa: check bridge VLAN in slave operationsVivien Didelot1-8/+2
2019-08-27net: dsa: do not skip -EOPNOTSUPP in dsa_port_vid_addVivien Didelot1-2/+2
2019-08-17net: dsa: remove calls to genphy_config_initHeiner Kallweit1-5/+0
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot1-0/+12
2019-06-14net: dsa: do not check orig_dev in vlan delVivien Didelot1-9/+0
2019-06-12net: dsa: Deal with non-existing PHY/fixed-linkFlorian Fainelli1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29net: dsa: Use PHYLINK for the CPU/DSA portsIoana Ciornei1-6/+63
2019-05-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei1-0/+100
2019-05-05net: dsa: Export symbols for dsa_port_vid_{add, del}Vladimir Oltean1-0/+2
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean1-0/+31
2019-04-30net: dsa: Skip calling .port_vlan_filtering on no changeVladimir Oltean1-0/+3
2019-04-30net: dsa: Keep the vlan_filtering setting in dsa_switch if it's globalVladimir Oltean1-1/+4
2019-04-30net: dsa: Be aware of switches where VLAN filtering is a global settingVladimir Oltean1-7/+45
2019-04-30net: dsa: Store vlan_filtering as a property of dsa_portVladimir Oltean1-4/+8
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-02-25net: dsa: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-2/+2
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2019-02-22net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementationFlorian Fainelli1-3/+9
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli1-0/+12
2019-02-21net: dsa: enable flooding for bridge portsRussell King1-3/+13
2019-02-21net: dsa: add support for bridge flagsRussell King1-0/+17
2019-02-20net: dsa: fix unintended change of bridge interface STP stateRussell King1-3/+4
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata1-3/+0
2018-05-31dsa: port: Ignore bridge VLAN eventsPetr Machata1-0/+6
2018-04-27net: dsa: Allow providing PHY statistics from CPU portFlorian Fainelli1-0/+57
2018-04-27net: dsa: Add helper function to obtain PHY device of a given portFlorian Fainelli1-11/+22
2018-01-23net: dsa: Support internal phy on 'cpu' portSebastian Reichel1-24/+79
2017-11-10net: dsa: Don't add vlans when vlan filtering is disabledAndrew Lunn1-2/+8
2017-11-10net: dsa: add more const attributesAndrew Lunn1-3/+3
2017-10-28net: dsa: move fixed link registration helpersVivien Didelot1-0/+47
2017-09-25net: dsa: add port enable and disable helpersVivien Didelot1-1/+30
2017-09-21net: dsa: add port fdb dumpVivien Didelot1-0/+11
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky1-11/+0
2017-08-07net: dsa: Remove redundant MDB dump supportArkadi Sharshevsky1-11/+0
2017-08-07net: dsa: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky1-12/+0
2017-08-07net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky1-6/+9
2017-08-07net: dsa: Remove prepare phase for FDBArkadi Sharshevsky1-3/+1
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot1-1/+0
2017-05-22net: dsa: add VLAN notifierVivien Didelot1-16/+13
2017-05-22net: dsa: add MDB notifierVivien Didelot1-16/+13
2017-05-22net: dsa: add FDB notifierVivien Didelot1-16/+13
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot1-29/+8
2017-05-22net: dsa: move VLAN handlersVivien Didelot1-0/+41