summaryrefslogtreecommitdiff
path: root/net/dsa/slave.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-13net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean1-30/+6
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-04-25net: dsa: flood multicast to CPU when slave has IFF_PROMISCVladimir Oltean1-1/+1
2022-04-20net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean1-6/+4
2022-04-20net: dsa: drop dsa_slave_priv from dsa_slave_change_mtuVladimir Oltean1-2/+1
2022-04-20net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtuVladimir Oltean1-4/+1
2022-04-20net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtuVladimir Oltean1-8/+5
2022-03-23net: dsa: fix missing host-filtered multicast addressesVladimir Oltean1-10/+34
2022-03-18net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean1-1/+2
2022-03-18net: dsa: Handle MST state changesTobias Waldekranz1-0/+6
2022-03-18net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz1-0/+6
2022-03-18net: dsa: Validate hardware support for MSTTobias Waldekranz1-0/+6
2022-03-17net: dsa: Never offload FDB entries on standalone portsTobias Waldekranz1-0/+3
2022-03-14net: dsa: report and change port dscp priority using dcbnlVladimir Oltean1-0/+86
2022-03-14net: dsa: report and change port default priority using dcbnlVladimir Oltean1-0/+137
2022-03-09net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean1-0/+7
2022-03-03net: dsa: manage flooding on the CPU portsVladimir Oltean1-0/+39
2022-03-03net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean1-2/+33
2022-03-03net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean1-0/+116
2022-03-03net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean1-18/+12
2022-03-03net: dsa: remove workarounds for changing master promisc/allmulti only while upVladimir Oltean1-37/+8
2022-02-25net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean1-15/+28
2022-02-25net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean1-1/+2
2022-02-25net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean1-11/+5
2022-02-25net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean1-2/+4
2022-02-25net: dsa: create a dsa_lag structureVladimir Oltean1-2/+2
2022-02-16net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean1-26/+25
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean1-40/+57
2022-02-11net: dsa: remove lockdep class for DSA slave address listVladimir Oltean1-12/+0
2022-02-11net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean1-41/+1
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean1-0/+32
2022-01-06net: dsa: merge rtnl_lock sections in dsa_slave_createVladimir Oltean1-3/+1
2022-01-06net: dsa: reorder PHY initialization with MTU setup in slave.cVladimir Oltean1-7/+7
2021-12-09net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-1/+1
2021-12-09net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_devVladimir Oltean1-9/+9
2021-12-09net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-6/+7
2021-12-02net: dsa: consolidate phylink creationRussell King (Oracle)1-16/+3
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún1-0/+4
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-33/+8
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean1-3/+0
2021-10-25net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller1-0/+2
2021-10-24net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean1-2/+0
2021-10-21net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean1-1/+1
2021-10-18net: dsa: allow reporting of standard ethtool stats for slave devicesAlvin Šipraga1-0/+34
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-2/+2
2021-09-16net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setupVladimir Oltean1-7/+5
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean1-4/+8
2021-08-24net: dsa: don't advertise 'rx-vlan-filter' when not neededVladimir Oltean1-3/+69
2021-08-24net: dsa: properly fall back to software bridgingVladimir Oltean1-0/+5