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