Hi! I looked at Linus' git tree, and noticed that this is already fixed in it. I searched the commit history and found that the following commit fixed it in the upstream kernel:
Author: Andy Gospodarek <[email protected]> 2008-06-19 14:19:02 Committer: Jeff Garzik <[email protected]> 2008-06-26 22:31:08 Follows: v2.6.26-rc6 Precedes: v2.6.26-rc9 e1000: only enable TSO6 via ethtool when using correct hardware When enabling TSO via ethool on e1000, it is possible to set NETIF_F_TSO6 on hardware that does not support it. Setting TSO via ethtool now matches the settings used when the hardware is probed. Signed-off-by: Andy Gospodarek <[email protected]> Signed-off-by: Jeff Garzik <[email protected]> -- E1000 driver enables TSOv6 for hardware that doesn't support it https://bugs.launchpad.net/bugs/236924 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
