]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'vxlan-stats'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Apr 2024 12:39:15 +0000 (13:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Apr 2024 12:39:15 +0000 (13:39 +0100)
commitba1cb99b559e3b12db8b65ca9ff03358ea318064
treee194c5a8ebd3d4da6a181e397a062626e9627a5d
parentb867247555c4181bf84eb10b72b176862c29112d
parentb22ea4ef4c3438817fcb604255b55b0058ed8c64
Merge branch 'vxlan-stats'

Guillaume Nault says:

====================
vxlan: Fix vxlan counters.

Like most virtual devices, vxlan needs special care when updating its
netdevice counters. This is done in patch 1. Patch 2 just adds a
missing VNI counter update (found while working on patch 1).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>