]> git.baikalelectronics.ru Git - kernel.git/commit
vlan: vlan device not reading gso max size of parent.
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 12 Sep 2008 03:17:05 +0000 (20:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Sep 2008 03:17:05 +0000 (20:17 -0700)
commitc4da30c86ab3df36a2292ad4b99c16d03ab534c7
tree748a01af8b303d5f7d9f01234572a5fd10417495
parent2b2b5aced06a11063b260e19c74bd338ebfa27de
vlan: vlan device not reading gso max size of parent.

The vlan devices are not reading the gso max size of the parent device.  As
a result devices that do not support 64K max gso size are currently
failing.

This issue is seen on 2.6.26 kernels as well and the same patch should be
able to be applied without any issues.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan.c
net/8021q/vlan_dev.c