summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add get_pause_stats supportOleksij Rempel2022-06-291-0/+11
* net: dsa: add support for ethtool get_rmon_stats()Clément Léger2022-06-271-0/+13
* net: dsa: allow port_bridge_join() to override extack messageClément Léger2022-06-271-2/+3
* net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-4/+4
* net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean2022-05-121-30/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-1/+1
|\
| * net: dsa: flood multicast to CPU when slave has IFF_PROMISCVladimir Oltean2022-04-251-1/+1
* | net: dsa: don't emit targeted cross-chip notifiers for MTU changeVladimir Oltean2022-04-201-6/+4
* | net: dsa: drop dsa_slave_priv from dsa_slave_change_mtuVladimir Oltean2022-04-201-2/+1
* | net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtuVladimir Oltean2022-04-201-4/+1
* | net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtuVladimir Oltean2022-04-201-8/+5
|/
* net: dsa: fix missing host-filtered multicast addressesVladimir Oltean2022-03-221-10/+34
* net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()Vladimir Oltean2022-03-171-1/+2
* net: dsa: Handle MST state changesTobias Waldekranz2022-03-171-0/+6
* net: dsa: Pass VLAN MSTI migration notifications to driverTobias Waldekranz2022-03-171-0/+6
* net: dsa: Validate hardware support for MSTTobias Waldekranz2022-03-171-0/+6
* net: dsa: Never offload FDB entries on standalone portsTobias Waldekranz2022-03-161-0/+3
* net: dsa: report and change port dscp priority using dcbnlVladimir Oltean2022-03-141-0/+86
* net: dsa: report and change port default priority using dcbnlVladimir Oltean2022-03-141-0/+137
* net: dsa: be mostly no-op in dsa_slave_set_mac_address when downVladimir Oltean2022-03-091-0/+7
* net: dsa: manage flooding on the CPU portsVladimir Oltean2022-03-031-0/+39
* net: dsa: install the primary unicast MAC address as standalone port host FDBVladimir Oltean2022-03-031-2/+33
* net: dsa: install secondary unicast and multicast addresses as host FDB/MDBVladimir Oltean2022-03-031-0/+116
* net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespaceVladimir Oltean2022-03-031-18/+12
* 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