Age | Commit message (Expand) | Author |
2022-09-30 | net: dsa: don't leave dangling pointers in dp->pl when failing | Vladimir Oltean |
2022-09-20 | net: dsa: allow masters to join a LAG | Vladimir Oltean |
2022-09-20 | net: dsa: propagate extack to port_lag_join | Vladimir Oltean |
2022-09-20 | net: dsa: allow the DSA master to be seen and changed through rtnetlink | Vladimir Oltean |
2022-09-20 | net: dsa: introduce dsa_port_get_master() | Vladimir Oltean |
2022-08-23 | net: dsa: all DSA masters must be down when changing the tagging protocol | Vladimir Oltean |
2022-08-22 | net: dsa: rename dsa_port_link_{,un}register_of | Vladimir Oltean |
2022-05-12 | net: dsa: felix: manage host flooding using a specific driver callback | Vladimir Oltean |
2022-04-20 | net: dsa: don't emit targeted cross-chip notifiers for MTU change | Vladimir Oltean |
2022-04-20 | net: dsa: make cross-chip notifiers more efficient for host events | Vladimir Oltean |
2022-03-17 | net: dsa: Handle MST state changes | Tobias Waldekranz |
2022-03-17 | net: dsa: Pass VLAN MSTI migration notifications to driver | Tobias Waldekranz |
2022-03-17 | net: dsa: Validate hardware support for MST | Tobias Waldekranz |
2022-03-09 | net: dsa: felix: avoid early deletion of host FDB entries | Vladimir Oltean |
2022-03-03 | net: dsa: install secondary unicast and multicast addresses as host FDB/MDB | Vladimir Oltean |
2022-03-03 | net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace | Vladimir Oltean |
2022-02-27 | net: dsa: pass extack to .port_bridge_join driver methods | Vladimir Oltean |
2022-02-27 | net: dsa: request drivers to perform FDB isolation | Vladimir Oltean |
2022-02-27 | net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging | Vladimir Oltean |
2022-02-24 | net: dsa: support FDB events on offloaded LAG interfaces | Vladimir Oltean |
2022-02-24 | net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_dev | Vladimir Oltean |
2022-02-24 | net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_work | Vladimir Oltean |
2022-02-24 | net: dsa: create a dsa_lag structure | Vladimir Oltean |
2022-02-24 | net: dsa: rename references to "lag" as "lag_dev" | Vladimir Oltean |
2022-02-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-16 | net: dsa: add explicit support for host bridge VLANs | Vladimir Oltean |
2022-02-14 | net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN | Vladimir Oltean |
2022-02-02 | net: dsa: provide switch operations for tracking the master state | Vladimir Oltean |
2022-01-05 | net: dsa: remove cross-chip support for HSR | Vladimir Oltean |
2022-01-05 | net: dsa: remove cross-chip support for MRP | Vladimir Oltean |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski |
2021-12-14 | net: dsa: make tagging protocols connect to individual switches from a tree | Vladimir Oltean |
2021-12-12 | net: dsa: introduce tagger-owned storage for private and shared data | Vladimir Oltean |
2021-12-08 | net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join | Vladimir Oltean |
2021-12-08 | net: dsa: keep the bridge_dev and bridge_num as part of the same structure | Vladimir Oltean |
2021-12-08 | net: dsa: export bridging offload helpers to drivers | Vladimir Oltean |
2021-12-08 | net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_dev | Vladimir Oltean |
2021-12-08 | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers | Vladimir Oltean |
2021-12-08 | net: dsa: make dp->bridge_num one-based | Vladimir Oltean |
2021-12-01 | net: dsa: consolidate phylink creation | Russell King (Oracle) |
2021-09-15 | net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports | Vladimir Oltean |
2021-08-24 | net: dsa: don't advertise 'rx-vlan-filter' when not needed | Vladimir Oltean |
2021-08-23 | net: dsa: track unique bridge numbers across all DSA switch trees | Vladimir Oltean |
2021-08-12 | net: dsa: tag_8021q: don't broadcast during setup/teardown | Vladimir Oltean |
2021-08-11 | net: dsa: create a helper for locating EtherType DSA headers on TX | Vladimir Oltean |
2021-08-11 | net: dsa: create a helper for locating EtherType DSA headers on RX | Vladimir Oltean |
2021-08-11 | net: dsa: create a helper which allocates space for EtherType DSA headers | Vladimir Oltean |
2021-08-11 | net: dsa: create a helper that strips EtherType DSA headers on RX | Vladimir Oltean |
2021-08-08 | net: dsa: centralize fast ageing when address learning is turned off | Vladimir Oltean |