Searched hist:df7e8e2e3e59fe29c24f09d7c3b68e732d661af3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | pktgen.c | diff df7e8e2e3e59fe29c24f09d7c3b68e732d661af3 Sat Nov 04 10:27:14 CDT 2017 Eric Dumazet <edumazet@google.com> pktgen: do not abuse IN6_ADDR_HSIZE
pktgen accidentally used IN6_ADDR_HSIZE, instead of using the size of an IPv6 address.
Since IN6_ADDR_HSIZE recently was increased from 16 to 256, this old bug is hitting us.
Fixes: 3f27fb23219e ("ipv6: addrconf: add per netns perturbation in inet6_addr_hash()") Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|