summaryrefslogtreecommitdiff
path: root/net/dsa/slave.c
AgeCommit message (Expand)Author
2021-03-08net: dsa: fix switchdev objects on bridge master mistakenly being applied on ...Vladimir Oltean
2021-02-16net: dsa: add MRP supportHoratiu Vultur
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-02-12net: dsa: act as passthrough for bridge port flagsVladimir Oltean
2021-02-12net: switchdev: propagate extack to port attributesVladimir Oltean
2021-02-11net: dsa: add support for offloading HSRGeorge McCollister
2021-02-06net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfacesVladimir Oltean
2021-02-06net: dsa: automatically bring user ports down when master goes downVladimir Oltean
2021-02-06net: dsa: automatically bring up DSA master when opening user portVladimir Oltean
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz
2021-01-14net: dsa: Don't offload port attributes on standalone portsTobias Waldekranz
2021-01-12net: dsa: add optional stats64 supportOleksij Rempel
2021-01-11net: dsa: remove obsolete comments about switchdev transactionsVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2021-01-09net: dsa: dsa_legacy_fdb_{add,del} can be staticVladimir Oltean
2021-01-07net: dsa: remove the DSA specific notifiersVladimir Oltean
2021-01-07net: dsa: export dsa_slave_dev_checkVladimir Oltean
2021-01-07net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean
2021-01-07net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDBVladimir Oltean
2021-01-07net: dsa: move switchdev event implementation under the same switch/case stat...Vladimir Oltean
2021-01-07net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_workVladimir Oltean
2021-01-07net: dsa: be louder when a non-legacy FDB operation failsVladimir Oltean
2020-12-08net: dsa: print the MTU value that could not be setRasmus Villemoes
2020-11-20net: dsa: avoid potential use-after-free errorChristian Eggers
2020-11-09net: dsa: use net core stats64 handlingHeiner Kallweit
2020-11-05net: dsa: Give drivers the chance to veto certain upper devicesVladimir Oltean
2020-11-02net: dsa: implement a central TX reallocation procedureVladimir Oltean
2020-10-13net: dsa: use new function dev_fetch_sw_netstatsHeiner Kallweit
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-20net: dsa: install VLANs into the master's RX filter tooVladimir Oltean
2020-09-20net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0Vladimir Oltean
2020-09-20net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...Vladimir Oltean
2020-09-20net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPERVladimir Oltean
2020-09-20net: dsa: rename dsa_slave_upper_vlan_check to something more suggestiveVladimir Oltean
2020-09-20net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPERVladimir Oltean
2020-09-11Revert "net: dsa: Add more convenient functions for installing port VLANs"Vladimir Oltean
2020-09-08net: dsa: link interfaces with the DSA master to get rid of lockdep warningsVladimir Oltean
2020-09-07net: dsa: don't print non-fatal MTU error if not supportedVladimir Oltean
2020-09-07net: dsa: change PHY error message againVladimir Oltean
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean
2020-06-30net: dsa: Improve subordinate PHY error messageFlorian Fainelli
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-27net: dsa: declare lockless TX feature for slave portsVladimir Oltean
2020-05-12net: dsa: provide an option for drivers to always receive bridge VLANsRussell King