]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'vxlan-xmit-improvements'
authorDavid S. Miller <davem@davemloft.net>
Tue, 15 Nov 2016 17:16:14 +0000 (12:16 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Nov 2016 17:16:14 +0000 (12:16 -0500)
commitc047ca4b967242ef0a2e626fb1dd492241373e03
tree0f662099486d53745d3bb4f2d5914875c839b083
parent095fa7ce76f9aac3c6a3d0d5a1449488da1dba99
parentfd2f84cd544b95ef94dc223e16be2a13a046a662
Merge branch 'vxlan-xmit-improvements'

Pravin B Shelar says:

====================
vxlan: xmit improvements.

Following patch series improves vxlan fast path, removes
duplicate code and simplifies vxlan xmit code path.

v2-v3:
Removed unrelated warning fix from patch 2.
rearranged error handling from patch 3
Fixed stats updates in vxlan route lookup in patch 4

v1-v2:
Fix compilation error when IPv6 support is not enabled.
====================

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