| commit | 42c5e15f18d63c1ecf79d52bdaf4ea31cd22416d | [log] [tgz] |
|---|---|---|
| author | Stephen Hemminger <shemminger@osdl.org> | Thu Feb 02 16:53:26 2006 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Thu Feb 02 16:53:26 2006 -0800 |
| tree | 1f93d1430321312857a93157276aa94c2b5db14d | |
| parent | 1113a7e92e483074c6235da59460759e33b9b144 [diff] |
[NET] snap: needs hardware checksum fix The SNAP code pops off it's 5 byte header, but doesn't adjust the checksum. This would cause problems when using device that does IP over SNAP and hardware receive checksums. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>