summaryrefslogtreecommitdiff
path: root/net/dsa/slave.c
AgeCommit message (Expand)Author
2021-05-10net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu
2021-04-20net: dsa: enable selftest support for all switches by defaultOleksij Rempel
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-03-24dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean
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