commit | a567bcb76555b8cc8a3a1b5b5ce12dc3f7fc31fe | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Fri Mar 08 16:47:59 2019 +0100 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Mar 11 20:57:29 2019 -0700 |
tree | 0b4aff012d5866dbe1863d4d2ce7f1fe36b919a4 | |
parent | 21c66a8fe1c6051a39975a4e7f9a26b64836be54 [diff] |
net/utils: Use the right IPv4 header length for checksum calculation IPv4 header length might be bigger than struct net_ipv4_hdr if there are options appended to it. Fixes #11618 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>