aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-10net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean1-5/+7
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu1-1/+1
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu1-11/+1
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu1-10/+2
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu1-0/+3
2021-04-20net: dsa: enable selftest support for all switches by defaultOleksij Rempel1-0/+21
2021-04-16net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean1-1/+1
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-1/+1
2021-03-24dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso1-1/+19
2021-03-24net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau1-0/+16
2021-03-23net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean1-2/+2
2021-03-23net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean1-2/+5
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