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