summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa_priv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-141-1/+0
* 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-021-1/+1
* net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-161-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
* net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-201-0/+16
* net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean2021-07-201-0/+6
* net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean2021-06-291-0/+1
* net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean2021-06-291-0/+7
* net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean2021-06-291-0/+6
* net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean2021-06-281-0/+4
* net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean2021-06-211-2/+2
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-0/+5
* net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean2021-03-231-0/+3
* net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean2021-03-231-2/+4
* net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2021-03-191-13/+1
* 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-151-1/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-1/+3
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-131-3/+6
* net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean2021-02-131-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-041-1/+9