summaryrefslogtreecommitdiff
path: root/net/dsa/dsa_priv.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean1-1/+0
2022-01-05net: dsa: remove cross-chip support for HSRVladimir Oltean1-9/+0
2022-01-05net: dsa: remove cross-chip support for MRPVladimir Oltean1-18/+0
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean1-0/+1
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean1-0/+1
2021-12-09net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-0/+1
2021-12-09net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-4/+6
2021-12-09net: dsa: export bridging offload helpers to driversVladimir Oltean1-43/+0
2021-12-09net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean1-5/+7
2021-12-09net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-2/+2
2021-12-09net: dsa: make dp->bridge_num one-basedVladimir Oltean1-2/+3
2021-12-02net: dsa: consolidate phylink creationRussell King (Oracle)1-1/+1
2021-09-16net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean1-0/+1
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean1-0/+2
2021-08-23net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean1-0/+2
2021-08-12net: dsa: tag_8021q: don't broadcast during setup/teardownVladimir Oltean1-2/+2
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on TXVladimir Oltean1-0/+9
2021-08-11net: dsa: create a helper for locating EtherType DSA headers on RXVladimir Oltean1-0/+14
2021-08-11net: dsa: create a helper which allocates space for EtherType DSA headersVladimir Oltean1-0/+29
2021-08-11net: dsa: create a helper that strips EtherType DSA headers on RXVladimir Oltean1-0/+26
2021-08-08net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean1-1/+1
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean1-1/+1
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean1-2/+0
2021-07-30net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean1-0/+14
2021-07-27net: dsa: sja1105: add support for imprecise RXVladimir Oltean1-0/+43
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean1-0/+2
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-4/+2
2021-07-20net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-3/+16
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean1-0/+16
2021-07-20net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave timeVladimir Oltean1-0/+6
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