]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: tcp: dont cache output dst for syncookies
authorEric Dumazet <edumazet@google.com>
Wed, 20 Jun 2012 05:02:19 +0000 (05:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Jun 2012 04:47:33 +0000 (21:47 -0700)
commitd00c63e7c2f67ab2ccf5ac23c5462076469e19d0
tree79fc35a3afa23896ab3e6e00b4d9d1178bfee1df
parent2dc9be716e9093ffbd9fb1ad992ea1b5375dfc2f
ipv4: tcp: dont cache output dst for syncookies

Don't cache output dst for syncookies, as this adds pressure on IP route
cache and rcu subsystem for no gain.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Hans Schillstrom <hans.schillstrom@ericsson.com>
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow.h
include/net/inet_connection_sock.h
net/dccp/ipv4.c
net/ipv4/inet_connection_sock.c
net/ipv4/route.c
net/ipv4/tcp_ipv4.c