Searched hist:"690 e99c4ba73fc18643b38fa032022b8758ad4d3" (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp.c | diff 690e99c4ba73fc18643b38fa032022b8758ad4d3 Mon Nov 28 01:27:47 CET 2011 Eric Dumazet <eric.dumazet@gmail.com> tcp: tcp_sendmsg() wrong access to sk_route_caps
Now sk_route_caps is u64, its dangerous to use an integer to store result of an AND operator. It wont work if NETIF_F_SG is moved on the upper part of u64.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> CC: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
|