summaryrefslogtreecommitdiff
path: root/net/dsa/dsa_priv.h
AgeCommit message (Expand)Author
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean
2021-02-16net: dsa: add MRP supportHoratiu Vultur
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit
2020-10-02net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli
2020-10-02net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli
2020-09-23net: dsa: untag the bridge pvid from rx skbsVladimir Oltean
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean
2020-07-05net: dsa: Add __percpu property to prevent warningsAndrew Lunn
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King
2020-05-10net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-10-22net: dsa: use ports list to find slaveVivien Didelot
2019-07-09net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot
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: Move the phylink driver calls into port.cIoana Ciornei
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn
2019-03-03net: dsa: add KSZ9893 switch tagging supportTristram Ha
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli
2019-02-21net: dsa: add support for bridge flagsRussell King
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata