Following patch series improves vxlan fast path, removes duplicate code and simplifies vxlan xmit code path.
Pravin B Shelar (7): vxlan: avoid vlan processing in vxlan device. vxlan: simplify exception handling vxlan: avoid checking socket multiple times. vxlan: improve vxlan route lookup checks. vxlan: simplify RTF_LOCAL handling. vxlan: simplify vxlan xmit vxlan: remove unsed vxlan_dev_dst_port() drivers/net/vxlan.c | 264 ++++++++++++++++++++++-------------------------- include/linux/if_vlan.h | 16 --- include/net/vxlan.h | 10 -- 3 files changed, 123 insertions(+), 167 deletions(-) -- 1.9.1