summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean2022-03-031-37/+8
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-241-15/+28
* net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2022-02-241-1/+2
* net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2022-02-241-11/+5
* net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-241-2/+4
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-241-2/+2
* net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean2022-02-161-26/+25
* net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-161-40/+57
* net: dsa: remove lockdep class for DSA slave address listVladimir Oltean2022-02-111-12/+0
* net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean2022-02-111-41/+1
* net: dsa: provide switch operations for tracking the master stateVladimir Oltean2022-02-021-0/+32
* net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean2022-01-061-3/+1
* net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean2022-01-061-7/+7
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-1/+1
* net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean2021-12-081-9/+9
* net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean2021-12-081-6/+7
* net: dsa: consolidate phylink creationRussell King (Oracle)2021-12-011-16/+3
* net: dsa: populate supported_interfaces memberMarek Behún2021-11-011-0/+4
* net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-10-271-33/+8
* net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean2021-10-261-3/+0
* net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-251-2/+0
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-251-0/+2
* net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-241-2/+0
* net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-211-1/+1
* net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga2021-10-181-0/+34
* net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-2/+2
* net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean2021-09-151-7/+5
* net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-241-4/+8
* net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean2021-08-241-3/+69
* net: dsa: properly fall back to software bridgingVladimir Oltean2021-08-241-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-1/+1
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-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-6/+0
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-5/+9
|\|
| * net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo2021-07-211-5/+9
* | net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean2021-07-221-7/+3
* | net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-07-201-102/+97
* | net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean2021-07-201-1/+1
|/
* net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean2021-06-291-5/+4
* net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean2021-06-291-2/+11
* net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz2021-06-291-5/+13
* net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean2021-06-291-4/+8
* net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean2021-06-291-5/+16
* net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean2021-06-291-8/+2
* net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean2021-06-291-23/+0
* net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean2021-06-281-0/+55
* net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean2021-06-281-15/+29
* net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean2021-06-281-0/+9