aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa_priv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean1-0/+3
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean1-2/+4
2021-03-18net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz1-13/+1
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on portsVladimir Oltean1-11/+14
2021-02-16net: dsa: add MRP supportHoratiu Vultur1-0/+26
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+3
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-3/+6
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-2/+4
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister1-0/+11
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean1-0/+13
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean1-1/+9
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+15
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-0/+2
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-0/+36
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean1-1/+0
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-12/+6
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+2
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean1-9/+0
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean1-1/+0
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean1-0/+12
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit1-2/+0
2020-10-02net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli1-8/+3
2020-10-02net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli1-2/+1
2020-09-23net: dsa: untag the bridge pvid from rx skbsVladimir Oltean1-0/+66
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean1-2/+0
2020-07-05net: dsa: Add __percpu property to prevent warningsAndrew Lunn1-1/+1
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King1-0/+1
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean1-0/+1
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin1-0/+3
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean1-0/+4
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean1-0/+11
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King1-0/+2
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-0/+1
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-2/+0
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli1-16/+0
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-2/+2
2019-10-22net: dsa: use ports list to find slaveVivien Didelot1-17/+6
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot1-0/+2
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: Move the phylink driver calls into port.cIoana Ciornei1-0/+17
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean1-0/+2
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn1-12/+0
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean1-0/+2
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-30/+0
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn1-0/+1
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn1-1/+2
2019-03-03net: dsa: add KSZ9893 switch tagging supportTristram Ha1-0/+1
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-1/+1