commit | 48bc41a49c4f3aa760dff84e7f71437f5ed520fe | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Tue Sep 06 15:51:48 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 06 15:51:48 2005 -0700 |
tree | 8f8bcf9c752f1860d5e02b063872685c84c8481b | |
parent | f75268cd6cbd24e6c70ff1390f4de5d0bb618539 [diff] |
[IPV4]: Reassembly trim not clearing CHECKSUM_HW This was found by inspection while looking for checksum problems with the skge driver that sets CHECKSUM_HW. It did not fix the problem, but it looks like it is needed. If IP reassembly is trimming an overlapping fragment, it should reset (or adjust) the hardware checksum flag on the skb. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>