commit | d3818c92afabecfe6b8e5d2e3734c8753522987c | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Jul 17 21:38:04 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 18 08:59:58 2012 -0700 |
tree | c23f13c54bd995910d023445ab9207e5d9cfdecb | |
parent | 5abf7f7e0f6bdbfcac737f636497d7016d9507eb [diff] |
ipv6: fix inet6_csk_xmit() We should provide to inet6_csk_route_socket a struct flowi6 pointer, so that net6_csk_xmit() works correctly instead of sending garbage. Also add some consts Signed-off-by: Eric Dumazet <edumazet@google.com> Reported-by: Yuchung Cheng <ycheng@google.com> Cc: Neal Cardwell <ncardwell@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>