From: Atis Elsts Date: Thu, 1 Oct 2009 22:16:49 +0000 (-0700) Subject: net: Use sk_mark for routing lookup in more places X-Git-Tag: v2.6.32-rc3~12^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=914a9ab386a288d0f22252fc268ecbc048cdcbd5;p=pandora-kernel.git net: Use sk_mark for routing lookup in more places This patch against v2.6.31 adds support for route lookup using sk_mark in some more places. The benefits from this patch are the following. First, SO_MARK option now has effect on UDP sockets too. Second, ip_queue_xmit() and inet_sk_rebuild_header() could fail to do routing lookup correctly if TCP sockets with SO_MARK were used. Signed-off-by: Atis Elsts Acked-by: Eric Dumazet --- Reading git-diff-tree failed