Eric Dumazet 690e99c4ba 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>
2011-11-28 18:58:24 -05:00
..
2011-11-22 16:43:32 -05:00
2011-11-22 16:43:32 -05:00
2011-11-14 00:10:50 -05:00
2011-11-22 16:43:32 -05:00
2011-11-22 16:43:32 -05:00