Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipv6: Need to sock_put on csum error
Commit 4068579 ("net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)") introduced zero checksums being allowed for IPv6, but in the case that a socket disallows a zero checksum on RX we need to sock_put. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information