summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa_priv.h
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-0/+1
* net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean2022-04-201-3/+1
* net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean2022-04-201-17/+7
* net: dsa: Handle MST state changesTobias Waldekranz2022-03-171-0/+3
* net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz2022-03-171-0/+2
* net: dsa: Validate hardware support for MSTTobias Waldekranz2022-03-171-0/+2
* net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean2022-03-091-0/+2
* net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean2022-03-031-0/+37
* net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean2022-03-031-8/+8
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-0/+1
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-0/+3
* net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-271-4/+0
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-241-0/+13
* net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2022-02-241-0/+1
* net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2022-02-241-2/+0
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-3/+5
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-241-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-1/+0
|\
| * net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-141-1/+0
* | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-0/+7
* | net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-021-0/+13
|/
* net: dsa: remove cross-chip support for HSRVladimir Oltean2022-01-051-9/+0
* net: dsa: remove cross-chip support for MRPVladimir Oltean2022-01-051-18/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean2021-12-141-0/+1
* | net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean2021-12-121-0/+1
|/
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-0/+1
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-4/+6
* net: dsa: export bridging offload helpers to driversVladimir Oltean2021-12-081-43/+0
* net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean2021-12-081-5/+7
* net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-081-2/+2
* net: dsa: make dp->bridge_num one-basedVladimir Oltean2021-12-081-2/+3
* net: dsa: consolidate phylink creationRussell King (Oracle)2021-12-011-1/+1
* net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-151-0/+1
* net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean2021-08-241-0/+2
* net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean2021-08-231-0/+2
* net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean2021-08-121-2/+2
* net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean2021-08-111-0/+9
* net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean2021-08-111-0/+14
* net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean2021-08-111-0/+29
* net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean2021-08-111-0/+26
* net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2021-08-081-1/+1
* net: dsa: don't fast age standalone portsVladimir Oltean2021-08-081-1/+1
* net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-061-2/+0
* net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean2021-07-291-0/+14
* net: dsa: sja1105: add support for imprecise RXVladimir Oltean2021-07-261-0/+43
* net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-231-0/+2
* net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-4/+2
* net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-07-201-3/+16