Age | Commit message (Expand) | Author |
2023-10-24 | net: dsa: Use conduit and user terms | Florian Fainelli |
2023-10-03 | net: dsa: notify drivers of MAC address changes on user ports | Vladimir Oltean |
2023-10-03 | net: dsa: propagate extack to ds->ops->port_hsr_join() | Vladimir Oltean |
2023-07-23 | net: dsa: remove deprecated strncpy | justinstitt@google.com |
2023-06-27 | net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses | Vladimir Oltean |
2023-03-30 | net: dsa: sync unicast and multicast addresses for VLAN filters too | Vladimir Oltean |
2023-03-16 | net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu() | Vladimir Oltean |
2023-02-03 | net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistently | Vladimir Oltean |
2023-02-01 | netlink: provide an ability to set default extack message | Leon Romanovsky |
2023-01-23 | net: dsa: add plumbing for changing and getting MAC merge layer state | Vladimir Oltean |
2022-11-22 | net: dsa: kill off dsa_priv.h | Vladimir Oltean |
2022-11-22 | net: dsa: move definitions from dsa_priv.h to slave.c | Vladimir Oltean |
2022-11-22 | net: dsa: rename dsa2.c back into dsa.c and create its header | Vladimir Oltean |
2022-11-22 | net: dsa: move tagging protocol code to tag.{c,h} | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by slave.c to slave.h | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by master.c to master.h | Vladimir Oltean |
2022-11-22 | net: dsa: move headers exported by port.c to port.h | Vladimir Oltean |
2022-11-17 | net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user ports | Rasmus Villemoes |
2022-11-17 | net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DT | Rasmus Villemoes |
2022-11-17 | net: dsa: refactor name assignment for user ports | Rasmus Villemoes |
2022-11-03 | net: remove unused ndo_get_devlink_port | Jiri Pirko |
2022-11-03 | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port | Jiri Pirko |
2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (net). | Thomas Gleixner |
2022-10-15 | net: dsa: uninitialized variable in dsa_slave_netdevice_event() | Dan Carpenter |
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: 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-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-08-23 | net: dsa: don't dereference NULL extack in dsa_slave_changeupper() | Vladimir Oltean |
2022-08-23 | net: dsa: only bring down user ports assigned to a given DSA master | Vladimir Oltean |
2022-08-23 | net: dsa: existing DSA masters cannot join upper interfaces | Vladimir Oltean |
2022-08-23 | net: bridge: move DSA master bridging restriction to DSA | Vladimir Oltean |
2022-08-23 | net: dsa: don't stop at NOTIFY_OK when calling ds->ops->port_prechangeupper | Vladimir Oltean |
2022-08-23 | net: dsa: walk through all changeupper notifier functions | Vladimir Oltean |
2022-08-22 | dsa: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-06-29 | net: dsa: add get_pause_stats support | Oleksij Rempel |
2022-06-27 | net: dsa: add support for ethtool get_rmon_stats() | Clément Léger |
2022-06-27 | net: dsa: allow port_bridge_join() to override extack message | Clément Léger |
2022-06-09 | net: adopt u64_stats_t in struct pcpu_sw_netstats | Eric Dumazet |
2022-05-12 | net: dsa: felix: manage host flooding using a specific driver callback | Vladimir Oltean |
2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-04-25 | net: dsa: flood multicast to CPU when slave has IFF_PROMISC | Vladimir Oltean |
2022-04-20 | net: dsa: don't emit targeted cross-chip notifiers for MTU change | Vladimir Oltean |
2022-04-20 | net: dsa: drop dsa_slave_priv from dsa_slave_change_mtu | Vladimir Oltean |
2022-04-20 | net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtu | Vladimir Oltean |
2022-04-20 | net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtu | Vladimir Oltean |
2022-03-22 | net: dsa: fix missing host-filtered multicast addresses | Vladimir Oltean |
2022-03-17 | net: dsa: pass extack to dsa_switch_ops :: port_mirror_add() | Vladimir Oltean |
2022-03-17 | net: dsa: Handle MST state changes | Tobias Waldekranz |