Staging
v0.8.1
https://github.com/torvalds/linux
Revision c82838458200ec4167ce7083b0a17474150c5bf7 authored by Balazs Scheidler on 20 November 2008, 09:08:06 UTC, committed by David S. Miller on 20 November 2008, 09:08:06 UTC
    inet_sk_rebuild_header() does a new route lookup if the dst_entry
    associated with a socket becomes stale. However inet_sk_rebuild_header()
    didn't use struct flowi->flags, causing the route lookup to
    fail for foreign-bound IP_TRANSPARENT sockets, causing an error
    state to be set for the sockets in question.

Signed-off-by: Balazs Scheidler <bazsi@balabit.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a134f85
History
Tip revision: c82838458200ec4167ce7083b0a17474150c5bf7 authored by Balazs Scheidler on 20 November 2008, 09:08:06 UTC
TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()
Tip revision: c828384
File Mode Size
Makefile -rw-r--r-- 117 bytes
README -rw-r--r-- 6.2 KB
inode.c -rw-r--r-- 14.1 KB
uncompress.c -rw-r--r-- 1.7 KB

README

back to top