Files
linux/net
Pavel Begunkov b60d4e58c6 ipv6: remove daddr temp buffer in __ip6_make_skb
ipv6_push_nfrag_opts() doesn't change passed daddr, and so
__ip6_make_skb() doesn't actually need to keep an on-stack copy of
fl6->daddr. Set initially final_dst to fl6->daddr,
ipv6_push_nfrag_opts() will override it if needed, and get rid of extra
copies.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-01-27 19:46:10 -08:00
..
2022-01-22 08:33:37 +02:00
2022-01-27 13:53:27 +00:00
2022-01-22 08:33:37 +02:00
2022-01-27 13:53:27 +00:00
2022-01-06 12:33:35 +00:00
2022-01-27 13:53:27 +00:00
2022-01-11 20:26:36 -08:00