Revision 1ba56fb45a927d083f655302e75a1911a75b5da6 authored by Alexander Duyck on 13 November 2012, 13:10:59 UTC, committed by David S. Miller on 13 November 2012, 23:19:50 UTC
In the event of a VXLAN device being linked to a device that has a
hard_header_len greater than that of standard ethernet we could end up with
the hard_header_len not being large enough for outgoing frames.  In order to
prevent this we should update the length when a lowerdev is provided.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent eb5ce43
History
File Mode Size
Kconfig -rw-r--r-- 2.8 KB
Makefile -rw-r--r-- 746 bytes
array.c -rw-r--r-- 18.0 KB
base.c -rw-r--r-- 76.5 KB
cmdline.c -rw-r--r-- 651 bytes
consoles.c -rw-r--r-- 2.2 KB
cpuinfo.c -rw-r--r-- 564 bytes
devices.c -rw-r--r-- 1.4 KB
fd.c -rw-r--r-- 7.9 KB
fd.h -rw-r--r-- 412 bytes
generic.c -rw-r--r-- 19.3 KB
inode.c -rw-r--r-- 12.0 KB
internal.h -rw-r--r-- 6.1 KB
interrupts.c -rw-r--r-- 1.1 KB
kcore.c -rw-r--r-- 15.2 KB
kmsg.c -rw-r--r-- 1.5 KB
loadavg.c -rw-r--r-- 1.1 KB
meminfo.c -rw-r--r-- 4.9 KB
mmu.c -rw-r--r-- 1.4 KB
namespaces.c -rw-r--r-- 4.1 KB
nommu.c -rw-r--r-- 3.3 KB
page.c -rw-r--r-- 5.2 KB
proc_devtree.c -rw-r--r-- 5.3 KB
proc_net.c -rw-r--r-- 4.6 KB
proc_sysctl.c -rw-r--r-- 39.0 KB
proc_tty.c -rw-r--r-- 4.7 KB
root.c -rw-r--r-- 5.6 KB
softirqs.c -rw-r--r-- 993 bytes
stat.c -rw-r--r-- 5.9 KB
task_mmu.c -rw-r--r-- 33.1 KB
task_nommu.c -rw-r--r-- 7.1 KB
uptime.c -rw-r--r-- 1.3 KB
version.c -rw-r--r-- 761 bytes
vmcore.c -rw-r--r-- 17.6 KB

back to top