summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean2021-06-291-5/+4
* net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean2021-06-291-2/+11
* net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz2021-06-291-5/+13
* net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean2021-06-291-4/+8
* net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean2021-06-291-5/+16
* net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean2021-06-291-8/+2
* net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_delVladimir Oltean2021-06-291-23/+0
* net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAGVladimir Oltean2021-06-281-0/+55
* net: dsa: refactor the prechangeupper sanity checks into a dedicated functionVladimir Oltean2021-06-281-15/+29
* net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean2021-06-281-0/+9
* net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean2021-06-281-3/+3
* net: dsa: targeted MTU notifiers should only match on one portVladimir Oltean2021-06-211-4/+5
* net: dsa: calculate the largest_mtu across all ports in the treeVladimir Oltean2021-06-211-6/+7
* net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy ...Oleksij Rempel2021-06-141-2/+5
* net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-6/+4
* net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean2021-05-101-5/+7
* net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-271-1/+1
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-11/+1
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-10/+2
* net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-0/+3
* net: dsa: enable selftest support for all switches by defaultOleksij Rempel2021-04-201-0/+21
* net: bridge: switchdev: include local flag in FDB notificationsVladimir Oltean2021-04-161-1/+1
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-1/+1
* dsa: slave: add support for TC_SETUP_FTPablo Neira Ayuso2021-03-241-1/+19
* net: dsa: resolve forwarding path for dsa slave portsFelix Fietkau2021-03-241-0/+16
* net: dsa: sync up switchdev objects and port attributes when joining the bridgeVladimir Oltean2021-03-231-2/+2
* net: dsa: pass extack to dsa_port_{bridge,lag}_joinVladimir Oltean2021-03-231-2/+5
* 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