aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip.h
Commit message (Collapse)AuthorAgeFilesLines
* ipv6: lock socket in ip6_datagram_connect()Eric Dumazet2016-08-261-0/+1
| | | | | | | | | | | | | | | | [ Upstream commit 03645a11a570d52e70631838cb786eb4253eb463 ] ip6_datagram_connect() is doing a lot of socket changes without socket being locked. This looks wrong, at least for udp_lib_rehash() which could corrupt lists because of concurrent udp_sk(sk)->udp_portaddr_hash accesses. Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
* 3.10.69 -> 3.10.70Jan Engelmohr2016-08-261-6/+7
|
* first commitMeizu OpenSource2016-08-151-0/+468