]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan: clean up extension handling on rx
authorJiri Benc <jbenc@redhat.com>
Tue, 16 Feb 2016 20:59:01 +0000 (21:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2016 04:52:12 +0000 (23:52 -0500)
commit7ab9b2c613999a6406022a498322b97bb76bd807
tree4fac306fea4e0c8dc07a8ce55f262271f7a87bcd
parentff9719e5db9f1eabcb737f3466b0cfa6d936447c
vxlan: clean up extension handling on rx

Bring the extension handling to a single place and move the actual handling
logic out of vxlan_udp_encap_recv as much as possible.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c