Bug 7050
Summary: | sky2 hangs on my mac mini as soon as I ssh in via IPv6 and edit /etc/passwd using vim (reproducable) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Thomas Glanzmann (thomas) |
Component: | Network | Assignee: | Stephen Hemminger (stephen) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | Linux mini 2.6.18-rc3 #37 SMP PREEMPT Tue Aug 22 00:20:48 CEST 2 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | ipv6 gso regression fix |
Description
Thomas Glanzmann
2006-08-24 01:26:27 UTC
This is reproducible on other hardware as well. Created attachment 8879 [details]
ipv6 gso regression fix
IPV6 was sending TSO packets to devices that can't do IPV6!
It was a 2.6.18 regression introduced with GSO support.
Stephen's code fix fixes the problem for me. |