summaryrefslogtreecommitdiff
path: root/net/dsa/slave.c
AgeCommit message (Expand)Author
2022-03-17net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz
2022-03-17net: dsa: Validate hardware support for MSTTobias Waldekranz
2022-03-16net: dsa: Never offload FDB entries on standalone portsTobias Waldekranz
2022-03-14net: dsa: report and change port dscp priority using dcbnlVladimir Oltean
2022-03-14net: dsa: report and change port default priority using dcbnlVladimir Oltean
2022-03-09net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean
2022-03-03net: dsa: manage flooding on the CPU portsVladimir Oltean
2022-03-03net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean
2022-03-03net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean
2022-03-03net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean
2022-03-03net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean
2022-02-24net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean
2022-02-24net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean
2022-02-16net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean
2022-02-11net: dsa: remove lockdep class for DSA slave address listVladimir Oltean
2022-02-11net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean
2022-01-06net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean
2022-01-06net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean
2021-12-08net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean
2021-12-01net: dsa: consolidate phylink creationRussell King (Oracle)
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean
2021-10-25net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-24net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-15net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-08-08net: dsa: don't fast age standalone portsVladimir Oltean
2021-08-06net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-21net: dsa: ensure linearized SKBs in case of tail taggersLino Sanfilippo
2021-07-20net: dsa: use switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean