aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING
diff options
context:
space:
mode:
authorJulian Anastasov <ja@ssi.bg>2011-08-07 09:11:00 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-03 11:40:53 -0700
commit018660661b23526bbc9ebcd2dc260453ed1f49d5 (patch)
treebbc6209d5fb089ba3ed10a6f3f45c7e2f07743bb /COPYING
parent2ce655e2c1e821c6681bb0001c8a0add874647ec (diff)
downloadkernel_samsung_smdk4412-018660661b23526bbc9ebcd2dc260453ed1f49d5.zip
kernel_samsung_smdk4412-018660661b23526bbc9ebcd2dc260453ed1f49d5.tar.gz
kernel_samsung_smdk4412-018660661b23526bbc9ebcd2dc260453ed1f49d5.tar.bz2
netfilter: TCP and raw fix for ip_route_me_harder
[ Upstream commit 797fd3913abf2f7036003ab8d3d019cbea41affd ] TCP in some cases uses different global (raw) socket to send RST and ACK. The transparent flag is not set there. Currently, it is a problem for rerouting after the previous change. Fix it by simplifying the checks in ip_route_me_harder and use FLOWI_FLAG_ANYSRC even for sockets. It looks safe because the initial routing allowed this source address to be used and now we just have to make sure the packet is rerouted. As a side effect this also allows rerouting for normal raw sockets that use spoofed source addresses which was not possible even before we eliminated the ip_route_input call. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions