| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-24 | net: dsa: Use conduit and user terms | Florian Fainelli | 1 | -3727/+0 |
| 2023-10-03 | net: dsa: notify drivers of MAC address changes on user ports | Vladimir Oltean | 1 | -0/+7 |
| 2023-10-03 | net: dsa: propagate extack to ds->ops->port_hsr_join() | Vladimir Oltean | 1 | -1/+1 |
| 2023-07-23 | net: dsa: remove deprecated strncpy | justinstitt@google.com | 1 | -4/+5 |
| 2023-06-27 | net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses | Vladimir Oltean | 1 | -26/+58 |
| 2023-03-30 | net: dsa: sync unicast and multicast addresses for VLAN filters too | Vladimir Oltean | 1 | -5/+116 |
| 2023-03-16 | net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu() | Vladimir Oltean | 1 | -4/+5 |
| 2023-02-03 | net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistently | Vladimir Oltean | 1 | -5/+6 |
| 2023-02-01 | netlink: provide an ability to set default extack message | Leon Romanovsky | 1 | -3/+1 |
| 2023-01-23 | net: dsa: add plumbing for changing and getting MAC merge layer state | Vladimir Oltean | 1 | -0/+37 |
| 2022-11-22 | net: dsa: kill off dsa_priv.h | Vladimir Oltean | 1 | -1/+1 |
| 2022-11-22 | net: dsa: move definitions from dsa_priv.h to slave.c | Vladimir Oltean | 1 | -0/+42 |
| 2022-11-22 | net: dsa: rename dsa2.c back into dsa.c and create its header | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-22 | net: dsa: move tagging protocol code to tag.{c,h} | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-22 | net: dsa: move headers exported by slave.c to slave.h | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-22 | net: dsa: move headers exported by master.c to master.h | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-22 | net: dsa: move headers exported by port.c to port.h | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-17 | net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user ports | Rasmus Villemoes | 1 | -1/+1 |
| 2022-11-17 | net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DT | Rasmus Villemoes | 1 | -1/+1 |
| 2022-11-17 | net: dsa: refactor name assignment for user ports | Rasmus Villemoes | 1 | -2/+11 |
| 2022-11-03 | net: remove unused ndo_get_devlink_port | Jiri Pirko | 1 | -8/+0 |
| 2022-11-03 | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port | Jiri Pirko | 1 | -0/+1 |
| 2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (net). | Thomas Gleixner | 1 | -2/+2 |
| 2022-10-15 | net: dsa: uninitialized variable in dsa_slave_netdevice_event() | Dan Carpenter | 1 | -1/+1 |
| 2022-09-30 | net: dsa: don't leave dangling pointers in dp->pl when failing | Vladimir Oltean | 1 | -3/+3 |
| 2022-09-20 | net: dsa: allow masters to join a LAG | Vladimir Oltean | 1 | -6/+225 |
| 2022-09-20 | net: dsa: allow the DSA master to be seen and changed through rtnetlink | Vladimir Oltean | 1 | -0/+120 |
| 2022-09-20 | net: dsa: introduce dsa_port_get_master() | Vladimir Oltean | 1 | -6/+5 |
| 2022-08-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-08-23 | net: dsa: don't dereference NULL extack in dsa_slave_changeupper() | Vladimir Oltean | 1 | -1/+1 |
| 2022-08-23 | net: dsa: only bring down user ports assigned to a given DSA master | Vladimir Oltean | 1 | -0/+3 |
| 2022-08-23 | net: dsa: existing DSA masters cannot join upper interfaces | Vladimir Oltean | 1 | -0/+33 |
| 2022-08-23 | net: bridge: move DSA master bridging restriction to DSA | Vladimir Oltean | 1 | -0/+44 |
| 2022-08-23 | net: dsa: don't stop at NOTIFY_OK when calling ds->ops->port_prechangeupper | Vladimir Oltean | 1 | -1/+1 |
| 2022-08-23 | net: dsa: walk through all changeupper notifier functions | Vladimir Oltean | 1 | -9/+28 |
| 2022-08-22 | dsa: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -3/+3 |
| 2022-06-29 | net: dsa: add get_pause_stats support | Oleksij Rempel | 1 | -0/+11 |
| 2022-06-27 | net: dsa: add support for ethtool get_rmon_stats() | Clément Léger | 1 | -0/+13 |
| 2022-06-27 | net: dsa: allow port_bridge_join() to override extack message | Clément Léger | 1 | -2/+3 |
| 2022-06-09 | net: adopt u64_stats_t in struct pcpu_sw_netstats | Eric Dumazet | 1 | -4/+4 |
| 2022-05-12 | net: dsa: felix: manage host flooding using a specific driver callback | Vladimir Oltean | 1 | -30/+6 |
| 2022-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2022-04-25 | net: dsa: flood multicast to CPU when slave has IFF_PROMISC | Vladimir Oltean | 1 | -1/+1 |
| 2022-04-20 | net: dsa: don't emit targeted cross-chip notifiers for MTU change | Vladimir Oltean | 1 | -6/+4 |
| 2022-04-20 | net: dsa: drop dsa_slave_priv from dsa_slave_change_mtu | Vladimir Oltean | 1 | -2/+1 |
| 2022-04-20 | net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtu | Vladimir Oltean | 1 | -4/+1 |
| 2022-04-20 | net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtu | Vladimir Oltean | 1 | -8/+5 |
| 2022-03-22 | net: dsa: fix missing host-filtered multicast addresses | Vladimir Oltean | 1 | -10/+34 |
| 2022-03-17 | net: dsa: pass extack to dsa_switch_ops :: port_mirror_add() | Vladimir Oltean | 1 | -1/+2 |
| 2022-03-17 | net: dsa: Handle MST state changes | Tobias Waldekranz | 1 | -0/+6 |
| 2022-03-17 | net: dsa: Pass VLAN MSTI migration notifications to driver | Tobias Waldekranz | 1 | -0/+6 |
| 2022-03-17 | net: dsa: Validate hardware support for MST | Tobias Waldekranz | 1 | -0/+6 |
| 2022-03-16 | net: dsa: Never offload FDB entries on standalone ports | Tobias Waldekranz | 1 | -0/+3 |
| 2022-03-14 | net: dsa: report and change port dscp priority using dcbnl | Vladimir Oltean | 1 | -0/+86 |
| 2022-03-14 | net: dsa: report and change port default priority using dcbnl | Vladimir Oltean | 1 | -0/+137 |
| 2022-03-09 | net: dsa: be mostly no-op in dsa_slave_set_mac_address when down | Vladimir Oltean | 1 | -0/+7 |
| 2022-03-03 | net: dsa: manage flooding on the CPU ports | Vladimir Oltean | 1 | -0/+39 |
| 2022-03-03 | net: dsa: install the primary unicast MAC address as standalone port host FDB | Vladimir Oltean | 1 | -2/+33 |
| 2022-03-03 | net: dsa: install secondary unicast and multicast addresses as host FDB/MDB | Vladimir Oltean | 1 | -0/+116 |
| 2022-03-03 | net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace | Vladimir Oltean | 1 | -18/+12 |
| 2022-03-03 | net: dsa: remove workarounds for changing master promisc/allmulti only while up | Vladimir Oltean | 1 | -37/+8 |
| 2022-02-24 | net: dsa: support FDB events on offloaded LAG interfaces | Vladimir Oltean | 1 | -15/+28 |
| 2022-02-24 | net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_dev | Vladimir Oltean | 1 | -1/+2 |
| 2022-02-24 | net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_work | Vladimir Oltean | 1 | -11/+5 |
| 2022-02-24 | net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_device | Vladimir Oltean | 1 | -2/+4 |
| 2022-02-24 | net: dsa: create a dsa_lag structure | Vladimir Oltean | 1 | -2/+2 |
| 2022-02-16 | net: dsa: offload bridge port VLANs on foreign interfaces | Vladimir Oltean | 1 | -26/+25 |
| 2022-02-16 | net: dsa: add explicit support for host bridge VLANs | Vladimir Oltean | 1 | -40/+57 |
| 2022-02-11 | net: dsa: remove lockdep class for DSA slave address list | Vladimir Oltean | 1 | -12/+0 |
| 2022-02-11 | net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_id | Vladimir Oltean | 1 | -41/+1 |
| 2022-02-02 | net: dsa: provide switch operations for tracking the master state | Vladimir Oltean | 1 | -0/+32 |
| 2022-01-06 | net: dsa: merge rtnl_lock sections in dsa_slave_create | Vladimir Oltean | 1 | -3/+1 |
| 2022-01-06 | net: dsa: reorder PHY initialization with MTU setup in slave.c | Vladimir Oltean | 1 | -7/+7 |
| 2021-12-08 | net: dsa: keep the bridge_dev and bridge_num as part of the same structure | Vladimir Oltean | 1 | -1/+1 |
| 2021-12-08 | net: dsa: rename dsa_port_offloads_bridge to dsa_port_offloads_bridge_dev | Vladimir Oltean | 1 | -9/+9 |
| 2021-12-08 | net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers | Vladimir Oltean | 1 | -6/+7 |
| 2021-12-01 | net: dsa: consolidate phylink creation | Russell King (Oracle) | 1 | -16/+3 |
| 2021-11-01 | net: dsa: populate supported_interfaces member | Marek Behún | 1 | -0/+4 |
| 2021-10-27 | net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device | Vladimir Oltean | 1 | -33/+8 |
| 2021-10-26 | net: dsa: stop calling dev_hold in dsa_slave_fdb_event | Vladimir Oltean | 1 | -3/+0 |
| 2021-10-25 | net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work | Vladimir Oltean | 1 | -2/+0 |
| 2021-10-25 | Revert "Merge branch 'dsa-rtnl'" | David S. Miller | 1 | -0/+2 |
| 2021-10-24 | net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work | Vladimir Oltean | 1 | -2/+0 |
| 2021-10-21 | net: dsa: remove the "dsa_to_port in a loop" antipattern from the core | Vladimir Oltean | 1 | -1/+1 |
| 2021-10-18 | net: dsa: allow reporting of standard ethtool stats for slave devices | Alvin Šipraga | 1 | -0/+34 |
| 2021-10-02 | net: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -2/+2 |
| 2021-09-15 | net: dsa: destroy the phylink instance on any error in dsa_slave_phy_setup | Vladimir Oltean | 1 | -7/+5 |
| 2021-08-24 | net: dsa: let drivers state that they need VLAN filtering while standalone | Vladimir Oltean | 1 | -4/+8 |
| 2021-08-24 | net: dsa: don't advertise 'rx-vlan-filter' when not needed | Vladimir Oltean | 1 | -3/+69 |
| 2021-08-24 | net: dsa: properly fall back to software bridging | Vladimir Oltean | 1 | -0/+5 |
| 2021-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2021-08-10 | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by... | Vladimir Oltean | 1 | -1/+1 |
| 2021-08-08 | net: dsa: don't fast age standalone ports | Vladimir Oltean | 1 | -1/+1 |
| 2021-08-06 | net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu... | Vladimir Oltean | 1 | -6/+0 |
| 2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -1/+1 |
| 2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+9 |
| 2021-07-22 | net: bridge: move the switchdev object replay helpers to "push" mode | Vladimir Oltean | 1 | -7/+3 |
| 2021-07-21 | net: dsa: ensure linearized SKBs in case of tail taggers | Lino Sanfilippo | 1 | -5/+9 |
| 2021-07-20 | net: dsa: use switchdev_handle_fdb_{add,del}_to_device | Vladimir Oltean | 1 | -102/+97 |
| 2021-07-20 | net: switchdev: introduce helper for checking dynamically learned FDB entries | Vladimir Oltean | 1 | -1/+1 |
| 2021-06-29 | net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ... | Vladimir Oltean | 1 | -5/+4 |
| 2021-06-29 | net: dsa: include fdb entries pointing to bridge in the host fdb list | Vladimir Oltean | 1 | -2/+11 |
| 2021-06-29 | net: dsa: include bridge addresses which are local in the host fdb list | Tobias Waldekranz | 1 | -5/+13 |
| 2021-06-29 | net: dsa: sync static FDB entries on foreign interfaces to hardware | Vladimir Oltean | 1 | -4/+8 |
| 2021-06-29 | net: dsa: introduce a separate cross-chip notifier type for host FDBs | Vladimir Oltean | 1 | -5/+16 |
| 2021-06-29 | net: dsa: introduce a separate cross-chip notifier type for host MDBs | Vladimir Oltean | 1 | -8/+2 |
| 2021-06-29 | net: dsa: delete dsa_legacy_fdb_add and dsa_legacy_fdb_del | Vladimir Oltean | 1 | -23/+0 |
| 2021-06-28 | net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAG | Vladimir Oltean | 1 | -0/+55 |
| 2021-06-28 | net: dsa: refactor the prechangeupper sanity checks into a dedicated function | Vladimir Oltean | 1 | -15/+29 |
| 2021-06-28 | net: bridge: ignore switchdev events for LAG ports which didn't request replay | Vladimir Oltean | 1 | -0/+9 |
| 2021-06-28 | net: switchdev: add a context void pointer to struct switchdev_notifier_info | Vladimir Oltean | 1 | -3/+3 |
| 2021-06-21 | net: dsa: targeted MTU notifiers should only match on one port | Vladimir Oltean | 1 | -4/+5 |
| 2021-06-21 | net: dsa: calculate the largest_mtu across all ports in the tree | Vladimir Oltean | 1 | -6/+7 |
| 2021-06-14 | net: dsa: dsa_slave_phy_connect(): extend phy's flags with port specific phy ... | Oleksij Rempel | 1 | -2/+5 |
| 2021-06-11 | net: dsa: generalize overhead for taggers that use both headers and trailers | Vladimir Oltean | 1 | -6/+4 |
| 2021-05-10 | net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count | Vladimir Oltean | 1 | -5/+7 |
| 2021-04-27 | net: dsa: free skb->cb usage in core driver | Yangbo Lu | 1 | -1/+1 |
| 2021-04-27 | net: dsa: no longer clone skb in core driver | Yangbo Lu | 1 | -11/+1 |
| 2021-04-27 | net: dsa: no longer identify PTP packet in core driver | Yangbo Lu | 1 | -10/+2 |
| 2021-04-27 | net: dsa: check tx timestamp request in core driver | Yangbo Lu | 1 | -0/+3 |
| 2021-04-20 | net: dsa: enable selftest support for all switches by default | Oleksij Rempel | 1 | -0/+21 |
| 2021-04-16 | net: bridge: switchdev: include local flag in FDB notifications | Vladimir Oltean | 1 | -1/+1 |
| 2021-04-13 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 1 | -1/+1 |
| 2021-03-24 | dsa: slave: add support for TC_SETUP_FT | Pablo Neira Ayuso | 1 | -1/+19 |
| 2021-03-24 | net: dsa: resolve forwarding path for dsa slave ports | Felix Fietkau | 1 | -0/+16 |
| 2021-03-23 | net: dsa: sync up switchdev objects and port attributes when joining the bridge | Vladimir Oltean | 1 | -2/+2 |
| 2021-03-23 | net: dsa: pass extack to dsa_port_{bridge,lag}_join | Vladimir Oltean | 1 | -2/+5 |
| 2021-03-08 | net: dsa: fix switchdev objects on bridge master mistakenly being applied on ... | Vladimir Oltean | 1 | -16/+43 |
| 2021-02-16 | net: dsa: add MRP support | Horatiu Vultur | 1 | -0/+22 |
| 2021-02-14 | net: dsa: propagate extack to .port_vlan_filtering | Vladimir Oltean | 1 | -1/+2 |
| 2021-02-14 | net: dsa: propagate extack to .port_vlan_add | Vladimir Oltean | 1 | -7/+18 |
| 2021-02-12 | net: dsa: act as passthrough for bridge port flags | Vladimir Oltean | 1 | -3/+4 |
| 2021-02-12 | net: switchdev: propagate extack to port attributes | Vladimir Oltean | 1 | -1/+2 |
| 2021-02-11 | net: dsa: add support for offloading HSR | George McCollister | 1 | -0/+14 |
| 2021-02-06 | net: dsa: make assisted_learning_on_cpu_port bypass offloaded LAG interfaces | Vladimir Oltean | 1 | -0/+8 |
| 2021-02-06 | net: dsa: automatically bring user ports down when master goes down | Vladimir Oltean | 1 | -0/+24 |
| 2021-02-06 | net: dsa: automatically bring up DSA master when opening user port | Vladimir Oltean | 1 | -2/+5 |
| 2021-01-29 | net: dsa: allow changing the tag protocol via the "tagging" device attribute | Vladimir Oltean | 1 | -12/+23 |
| 2021-01-15 | net: dsa: set configure_vlan_while_not_filtering to true by default | Vladimir Oltean | 1 | -3/+6 |
| 2021-01-14 | net: dsa: Link aggregation support | Tobias Waldekranz | 1 | -7/+63 |
| 2021-01-14 | net: dsa: Don't offload port attributes on standalone ports | Tobias Waldekranz | 1 | -0/+3 |
| 2021-01-12 | net: dsa: add optional stats64 support | Oleksij Rempel | 1 | -1/+13 |
| 2021-01-11 | net: dsa: remove obsolete comments about switchdev transactions | Vladimir Oltean | 1 | -5/+0 |
| 2021-01-11 | net: switchdev: remove the transaction structure from port attributes | Vladimir Oltean | 1 | -10/+7 |
| 2021-01-11 | net: switchdev: remove the transaction structure from port object notifiers | Vladimir Oltean | 1 | -25/+9 |
| 2021-01-11 | net: switchdev: remove vid_begin -> vid_end range from VLAN objects | Vladimir Oltean | 1 | -16/+7 |
| 2021-01-09 | net: dsa: dsa_legacy_fdb_{add,del} can be static | Vladimir Oltean | 1 | -8/+8 |
| 2021-01-07 | net: dsa: remove the DSA specific notifiers | Vladimir Oltean | 1 | -17/+0 |
| 2021-01-07 | net: dsa: export dsa_slave_dev_check | Vladimir Oltean | 1 | -0/+1 |
| 2021-01-07 | net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig... | Vladimir Oltean | 1 | -11/+55 |
| 2021-01-07 | net: dsa: exit early in dsa_slave_switchdev_event if we can't program the FDB | Vladimir Oltean | 1 | -0/+3 |
| 2021-01-07 | net: dsa: move switchdev event implementation under the same switch/case stat... | Vladimir Oltean | 1 | -19/+16 |
| 2021-01-07 | net: dsa: don't use switchdev_notifier_fdb_info in dsa_switchdev_event_work | Vladimir Oltean | 1 | -53/+53 |
| 2021-01-07 | net: dsa: be louder when a non-legacy FDB operation fails | Vladimir Oltean | 1 | -3/+7 |
| 2020-12-08 | net: dsa: print the MTU value that could not be set | Rasmus Villemoes | 1 | -2/+2 |
| 2020-11-20 | net: dsa: avoid potential use-after-free error | Christian Eggers | 1 | -3/+3 |
| 2020-11-09 | net: dsa: use net core stats64 handling | Heiner Kallweit | 1 | -22/+7 |
| 2020-11-05 | net: dsa: Give drivers the chance to veto certain upper devices | Vladimir Oltean | 1 | -0/+12 |
| 2020-11-02 | net: dsa: implement a central TX reallocation procedure | Vladimir Oltean | 1 | -0/+45 |
| 2020-10-13 | net: dsa: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -20/+1 |
| 2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+16 |
| 2020-09-20 | net: dsa: install VLANs into the master's RX filter too | Vladimir Oltean | 1 | -4/+32 |
| 2020-09-20 | net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0 | Vladimir Oltean | 1 | -2/+2 |
| 2020-09-20 | net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU... | Vladimir Oltean | 1 | -0/+33 |
| 2020-09-20 | net: dsa: convert check for 802.1Q upper when bridged into PRECHANGEUPPER | Vladimir Oltean | 1 | -36/+38 |
| 2020-09-20 | net: dsa: rename dsa_slave_upper_vlan_check to something more suggestive | Vladimir Oltean | 1 | -4/+4 |
| 2020-09-20 | net: dsa: deny enslaving 802.1Q upper to VLAN-aware bridge from PRECHANGEUPPER | Vladimir Oltean | 1 | -1/+6 |
| 2020-09-11 | Revert "net: dsa: Add more convenient functions for installing port VLANs" | Vladimir Oltean | 1 | -3/+31 |
| 2020-09-08 | net: dsa: link interfaces with the DSA master to get rid of lockdep warnings | Vladimir Oltean | 1 | -2/+16 |
| 2020-09-07 | net: dsa: don't print non-fatal MTU error if not supported | Vladimir Oltean | 1 | -1/+1 |
| 2020-09-07 | net: dsa: change PHY error message again | Vladimir Oltean | 1 | -2/+3 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-20 | net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default values | Vladimir Oltean | 1 | -3/+0 |
| 2020-06-30 | net: dsa: Improve subordinate PHY error message | Florian Fainelli | 1 | -1/+2 |
| 2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+1 |
| 2020-05-27 | net: dsa: declare lockless TX feature for slave ports | Vladimir Oltean | 1 | -0/+1 |
| 2020-05-12 | net: dsa: provide an option for drivers to always receive bridge VLANs | Russell King | 1 | -4/+4 |
| 2020-05-07 | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 1 | -3/+2 |
| 2020-05-07 | net: remove newlines in NL_SET_ERR_MSG_MOD | Jacob Keller | 1 | -3/+3 |
| 2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+3 |
| 2020-05-06 | net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirred | Vladimir Oltean | 1 | -5/+3 |
| 2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang | 1 | -0/+12 |
| 2020-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -5/+3 |
| 2020-04-24 | net: phylink, dsa: eliminate phylink_fixed_state_cb() | Russell King | 1 | -9/+11 |
| 2020-04-23 | net: dsa: add GRO support via gro_cells | Alexander Lobakin | 1 | -1/+9 |
| 2020-04-22 | net: dsa: don't fail to probe if we couldn't set the MTU | Vladimir Oltean | 1 | -5/+3 |
| 2020-04-02 | net: dsa: dsa_bridge_mtu_normalization() can be static | kbuild test robot | 1 | -1/+1 |
| 2020-03-31 | net: dsa: fix oops while probing Marvell DSA switches | Russell King | 1 | -1/+2 |
| 2020-03-30 | net: dsa: add port policers | Vladimir Oltean | 1 | -6/+73 |
| 2020-03-30 | net: dsa: refactor matchall mirred action to separate function | Vladimir Oltean | 1 | -30/+40 |
| 2020-03-27 | net: dsa: implement auto-normalization of MTU for bridge hardware datapath | Vladimir Oltean | 1 | -0/+114 |
| 2020-03-27 | net: dsa: configure the MTU for switch ports | Vladimir Oltean | 1 | -1/+104 |
| 2020-03-17 | net: rename flow_action_hw_stats_types* -> flow_action_hw_stats* | Jakub Kicinski | 1 | -2/+2 |
| 2020-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -6/+2 |
| 2020-03-08 | flow_offload: check for basic action hw stats type | Jiri Pirko | 1 | -0/+4 |
| 2020-03-03 | net: dsa: Add bypass operations for the flower classifier-action filter | Vladimir Oltean | 1 | -0/+60 |
| 2020-03-03 | net: dsa: fix phylink_start()/phylink_stop() calls | Russell King | 1 | -6/+2 |
| 2020-01-08 | net: dsa: Get information about stacked DSA protocol | Florian Fainelli | 1 | -3/+1 |
| 2020-01-05 | net: dsa: Make deferred_xmit private to sja1105 | Vladimir Oltean | 1 | -36/+1 |
| 2019-11-04 | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn | 1 | -3/+4 |