aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2015-10-02 18:43:23 +0000
committerDavid S. Miller <[email protected]>2015-10-03 11:32:36 +0000
commitfff1f3001cc58b5064a0f1154a7ac09b76f29c44 (patch)
tree910fe6f27dc9b9b7c6a0a56a9442ee264c9a6667 /net/ipv6/tcp_ipv6.c
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadkernel-fff1f3001cc58b5064a0f1154a7ac09b76f29c44.tar.gz
kernel-fff1f3001cc58b5064a0f1154a7ac09b76f29c44.zip
tcp: add a spinlock to protect struct request_sock_queue
struct request_sock_queue fields are currently protected by the listener 'lock' (not a real spinlock) We need to add a private spinlock instead, so that softirq handlers creating children do not have to worry with backlog notion that the listener 'lock' carries. Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions