summaryrefslogtreecommitdiff
path: root/net/dsa/dsa_priv.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-29net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean1-0/+1
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean1-0/+7
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean1-0/+6
2021-06-29net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean1-0/+4
2021-06-21net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean1-2/+2
2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean1-0/+5
2021-03-24net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean1-0/+3
2021-03-24net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean1-2/+4
2021-03-19net: 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 ...Vladimir Oltean1-11/+14
2021-02-17net: dsa: add MRP supportHoratiu Vultur1-0/+26
2021-02-15net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-15net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+3
2021-02-13net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-3/+6
2021-02-13net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-2/+4
2021-02-12net: dsa: add support for offloading HSRGeorge McCollister1-0/+11
2021-02-07net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean1-0/+13
2021-02-04net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean1-1/+9
2021-01-30net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+15
2021-01-30net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-0/+2
2021-01-15net: dsa: Link aggregation supportTobias Waldekranz1-0/+36
2021-01-12net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean1-1/+0
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-12/+6
2021-01-12net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+2
2021-01-10net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean1-9/+0
2021-01-08net: dsa: export dsa_slave_dev_checkVladimir Oltean1-1/+0
2021-01-08net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean1-0/+12
2020-11-10net: 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-24net: dsa: untag the bridge pvid from rx skbsVladimir Oltean1-0/+66
2020-09-12Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean1-2/+0
2020-07-06net: 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-11net: 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-28net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean1-0/+4
2020-03-28net: dsa: configure the MTU for switch portsVladimir Oltean1-0/+11
2020-03-04net: dsa: fix phylink_start()/phylink_stop() callsRussell King1-0/+2
2020-01-09net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-0/+1
2020-01-06net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-2/+0
2019-12-18net: dsa: Make PHYLINK related function static againFlorian Fainelli1-16/+0
2019-11-24net: 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-10net: 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-30net: dsa: Move the phylink driver calls into port.cIoana Ciornei1-0/+17
2019-05-06net: dsa: Add support for deferred xmitVladimir Oltean1-0/+2
2019-05-01net: dsa: Remove legacy probing supportAndrew Lunn1-12/+0