From: Patrick McHardy Date: Fri, 14 May 2010 19:18:17 +0000 (+0200) Subject: netfilter: nf_ct_sip: handle non-linear skbs X-Git-Tag: v2.6.35-rc1~260^2~38^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1d7c1b4b8dfbc5ecadcff9284d64bb6ad4c0196;p=pandora-kernel.git netfilter: nf_ct_sip: handle non-linear skbs Handle non-linear skbs by linearizing them instead of silently failing. Long term the helper should be fixed to either work with non-linear skbs directly by using the string search API or work on a copy of the data. Based on patch by Jason Gunthorpe Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed