summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa_priv.h
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean2021-03-081-11/+14
* net: dsa: add MRP supportHoratiu Vultur2021-02-161-0/+26
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-141-1/+2
* 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-3/+6
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-121-2/+4
* net: dsa: add support for offloading HSRGeorge McCollister2021-02-111-0/+11
* net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean2021-02-061-0/+13
* net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean2021-02-031-1/+9
* net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean2021-01-291-0/+15
* net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean2021-01-291-0/+2
* net: dsa: Link aggregation supportTobias Waldekranz2021-01-141-0/+36
* net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean2021-01-111-1/+0
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-12/+6
* net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean2021-01-111-6/+2
* net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean2021-01-091-9/+0
* net: dsa: export dsa_slave_dev_checkVladimir Oltean2021-01-071-1/+0
* net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean2021-01-071-0/+12
* net: dsa: use net core stats64 handlingHeiner Kallweit2020-11-091-2/+0
* net: dsa: Utilize __vlan_find_dev_deep_rcu()Florian Fainelli2020-10-021-8/+3
* net: dsa: Obtain VLAN protocol from skb->protocolFlorian Fainelli2020-10-021-2/+1
* net: dsa: untag the bridge pvid from rx skbsVladimir Oltean2020-09-231-0/+66
* Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean2020-09-111-2/+0
* net: dsa: Add __percpu property to prevent warningsAndrew Lunn2020-07-051-1/+1
* net: dsa: provide an option for drivers to always receive bridge VLANsRussell King2020-05-121-0/+1
* net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-101-0/+1
* net: dsa: add GRO support via gro_cellsAlexander Lobakin2020-04-231-0/+3
* net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean2020-03-271-0/+4
* net: dsa: configure the MTU for switch portsVladimir Oltean2020-03-271-0/+11
* net: dsa: fix phylink_start()/phylink_stop() callsRussell King2020-03-031-0/+2
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-0/+1
* net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean2020-01-051-2/+0
* net: dsa: Make PHYLINK related function static againFlorian Fainelli2019-12-171-16/+0
* net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-2/+2
* net: dsa: use ports list to find slaveVivien Didelot2019-10-221-17/+6
* net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot2019-07-091-0/+2
* 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: Move the phylink driver calls into port.cIoana Ciornei2019-05-291-0/+17
|/
* net: dsa: Add support for deferred xmitVladimir Oltean2019-05-051-0/+2
* net: dsa: Remove legacy probing supportAndrew Lunn2019-04-301-12/+0
* net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean2019-04-301-0/+2
* dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn2019-04-281-30/+0
* dsa: Add stub tag driver put methodAndrew Lunn2019-04-281-0/+1
* dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn2019-04-281-1/+2
* net: dsa: add KSZ9893 switch tagging supportTristram Ha2019-03-031-0/+1
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-241-1/+1
* net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli2019-02-211-0/+2
* net: dsa: add support for bridge flagsRussell King2019-02-211-0/+2
* net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2