aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa_priv.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-22net: dsa: kill off dsa_priv.hVladimir Oltean1-19/+0
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean1-8/+0
2022-11-22net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean1-42/+0
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean1-28/+0
2022-11-22net: dsa: merge dsa.c into dsa2.cVladimir Oltean1-2/+0
2022-11-22net: dsa: move notifier definitions to switch.hVladimir Oltean1-103/+1
2022-11-22net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean1-2/+0
2022-11-22net: dsa: move headers exported by switch.c to switch.hVladimir Oltean1-4/+0
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean1-296/+0
2022-11-22net: dsa: move headers exported by slave.c to slave.hVladimir Oltean1-57/+2
2022-11-22net: dsa: move headers exported by master.c to master.hVladimir Oltean1-9/+0
2022-11-22net: dsa: move headers exported by port.c to port.hVladimir Oltean1-97/+0
2022-11-22net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean1-1/+0
2022-11-22net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean1-0/+2
2022-11-17net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean1-1/+1
2022-11-17net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean1-1/+1
2022-11-17net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean1-1/+1
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean1-1/+5
2022-11-17net: dsa: rename tagging protocol driver modaliasVladimir Oltean1-3/+4
2022-11-17net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean1-0/+70
2022-11-14net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean1-0/+1
2022-09-30net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean1-0/+1
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean1-0/+5
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean1-0/+1
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean1-0/+10
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean1-1/+1
2022-08-23net: dsa: all DSA masters must be down when changing the tagging protocolVladimir Oltean1-1/+0
2022-08-22net: dsa: rename dsa_port_link_{,un}register_ofVladimir Oltean1-2/+2
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean1-0/+1
2022-04-20net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean1-3/+1
2022-04-20net: dsa: make cross-chip notifiers more efficient for host eventsVladimir Oltean1-17/+7
2022-03-17net: dsa: Handle MST state changesTobias Waldekranz1-0/+3
2022-03-17net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz1-0/+2
2022-03-17net: dsa: Validate hardware support for MSTTobias Waldekranz1-0/+2
2022-03-09net: dsa: felix: avoid early deletion of host FDB entriesVladimir Oltean1-0/+2
2022-03-03net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean1-0/+37
2022-03-03net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean1-8/+8
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean1-0/+1
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean1-0/+3
2022-02-27net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean1-4/+0
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean1-0/+13
2022-02-24net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean1-0/+1
2022-02-24net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean1-2/+0
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean1-3/+5
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean1-3/+3
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+0
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean1-0/+7
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean1-1/+0
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean1-0/+13
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-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-0/+1
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-4/+6
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean1-43/+0
2021-12-08net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean1-5/+7
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-2/+2
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean1-2/+3
2021-12-01net: dsa: consolidate phylink creationRussell King (Oracle)1-1/+1
2021-09-15net: 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-29net: dsa: don't set skb->offload_fwd_mark when not offloading the bridgeVladimir Oltean1-0/+14
2021-07-26net: 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-28net: 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-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean1-0/+3
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean1-2/+4
2021-03-18net: 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-16net: dsa: add MRP supportHoratiu Vultur1-0/+26
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-1/+3
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean1-3/+6
2021-02-12net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributesVladimir Oltean1-2/+4
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister1-0/+11
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean1-0/+13
2021-02-03net: dsa: fix SWITCHDEV_ATTR_ID_BRIDGE_VLAN_FILTERING getting ignoredVladimir Oltean1-1/+9
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-0/+15
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-0/+2
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-0/+36
2021-01-11net: dsa: remove the transactional logic from ageing time notifiersVladimir Oltean1-1/+0
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-12/+6
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean1-6/+2
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean1-9/+0
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean1-1/+0
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean1-0/+12
2020-11-09net: 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-23net: dsa: untag the bridge pvid from rx skbsVladimir Oltean1-0/+66
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean1-2/+0
2020-07-05net: 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-10net: 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-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean1-0/+4
2020-03-27net: dsa: configure the MTU for switch portsVladimir Oltean1-0/+11
2020-03-03net: dsa: fix phylink_start()/phylink_stop() callsRussell King1-0/+2
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-0/+1
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-2/+0
2019-12-17net: dsa: Make PHYLINK related function static againFlorian Fainelli1-16/+0
2019-11-23net: 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-09net: 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-29net: dsa: Move the phylink driver calls into port.cIoana Ciornei1-0/+17
2019-05-05net: dsa: Add support for deferred xmitVladimir Oltean1-0/+2
2019-04-30net: dsa: Remove legacy probing supportAndrew Lunn1-12/+0
2019-04-30net: dsa: Add more convenient functions for installing port VLANsVladimir Oltean1-0/+2
2019-04-28dsa: Cleanup unneeded table and make tag structures staticAndrew Lunn1-30/+0
2019-04-28dsa: Add stub tag driver put methodAndrew Lunn1-0/+1
2019-04-28dsa: Rename dsa_resolve_tag_protocol() to _get ready for lockingAndrew Lunn1-1/+2
2019-03-03net: dsa: add KSZ9893 switch tagging supportTristram Ha1-0/+1
2019-02-24dsa: Remove phydev parameter from disable_port callAndrew Lunn1-1/+1
2019-02-21net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGSFlorian Fainelli1-0/+2
2019-02-21net: dsa: add support for bridge flagsRussell King1-0/+2
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-12-16net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Tristram Ha1-1/+1
2018-09-13net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens1-0/+3
2018-09-07net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli1-0/+1
2018-05-11net: dsa: Plug in PHYLINK supportFlorian Fainelli1-9/+0
2018-04-08net: dsa: Discard frames from unused portsAndrew Lunn1-1/+7
2018-01-23net: dsa: Support internal phy on 'cpu' portSebastian Reichel1-2/+2
2018-01-02net: dsa: Fix dsa_legacy_register() return valueFlorian Fainelli1-1/+1
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli1-0/+9
2017-11-13net: dsa: Support prepended Broadcom tagFlorian Fainelli1-0/+1
2017-11-10net: dsa: add more const attributesAndrew Lunn1-2/+2
2017-11-09net: dsa: setup and teardown master deviceVivien Didelot1-2/+2
2017-11-01net: dsa: remove name arg from slave createVivien Didelot1-1/+1
2017-10-28net: dsa: move fixed link registration helpersVivien Didelot1-2/+3
2017-10-18net: dsa: split dsa_port's netdev memberVivien Didelot1-2/+2
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot1-2/+2
2017-10-18net: dsa: add slave to master helperVivien Didelot1-5/+8
2017-10-18net: dsa: add slave to port helperVivien Didelot1-0/+7
2017-10-01net: dsa: change dsa_ptr for a dsa_portVivien Didelot1-1/+2
2017-10-01net: dsa: add tagging ops to portVivien Didelot1-1/+1
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot1-5/+19
2017-09-26net: dsa: use slave device phydevVivien Didelot1-1/+0
2017-09-25net: dsa: add port enable and disable helpersVivien Didelot1-1/+2
2017-09-21net: dsa: add port fdb dumpVivien Didelot1-0/+1
2017-09-19net: dsa: move master ethtool codeVivien Didelot1-3/+4
2017-08-09net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin1-7/+0
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky1-2/+0
2017-08-07net: dsa: Remove redundant MDB dump supportArkadi Sharshevsky1-2/+0
2017-08-07net: dsa: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky1-4/+0
2017-08-07net: dsa: Move FDB add/del implementation inside DSAArkadi Sharshevsky1-0/+7
2017-08-07net: dsa: Add support for learning FDB through notificationArkadi Sharshevsky1-0/+1
2017-08-07net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky1-5/+6
2017-08-07net: dsa: Remove prepare phase for FDBArkadi Sharshevsky1-3/+1
2017-08-07net: dsa: remove useless args of dsa_slave_createVivien Didelot1-2/+1
2017-08-07net: dsa: remove useless args of dsa_cpu_dsa_setupVivien Didelot1-2/+1
2017-08-06net: dsa: User per-cpu 64-bit statisticsFlorian Fainelli1-1/+1
2017-08-02net: dsa: Add support for 64-bit statisticsFlorian Fainelli1-0/+2
2017-06-13net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli1-0/+5
2017-06-13net: dsa: Associate slave network device with CPU portFlorian Fainelli1-1/+1
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli1-0/+5
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli1-2/+2
2017-06-01net: dsa: comment hot path requirementsVivien Didelot1-0/+1
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh1-0/+3
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot1-1/+0
2017-05-22net: dsa: add VLAN notifierVivien Didelot1-0/+10
2017-05-22net: dsa: add MDB notifierVivien Didelot1-0/+10
2017-05-22net: dsa: add FDB notifierVivien Didelot1-0/+10
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot1-0/+8
2017-05-22net: dsa: move notifier info to private headerVivien Didelot1-0/+12
2017-05-22net: dsa: move VLAN handlersVivien Didelot1-0/+8
2017-05-22net: dsa: move MDB handlersVivien Didelot1-0/+7
2017-05-22net: dsa: move FDB handlersVivien Didelot1-0/+7
2017-05-22net: dsa: move ageing time setterVivien Didelot1-0/+2
2017-05-22net: dsa: move VLAN filtering setterVivien Didelot1-0/+2
2017-05-22net: dsa: move bridging routinesVivien Didelot1-0/+2
2017-05-22net: dsa: move port state settersVivien Didelot1-0/+5
2017-05-18net: dsa: include dsa.h only onceVivien Didelot1-0/+1
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn1-9/+9
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert1-0/+3
2017-04-17net: dsa: isolate legacy codeVivien Didelot1-0/+4
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli1-2/+3
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang1-0/+3