From: Daniel Borkmann Date: Fri, 28 Mar 2014 17:58:24 +0000 (+0100) Subject: net: isdn: use sk_unattached_filter api X-Git-Tag: v3.15-rc1~113^2~31^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e0114ae9ae08685c503772a57af21d299c6701;p=pandora-kernel.git net: isdn: use sk_unattached_filter api Similarly as in ppp, we need to migrate the ISDN/PPP code to make use of the sk_unattached_filter api in order to decouple having direct filter structure access. By using sk_unattached_filter_{create,destroy}, we can allow for the possibility to jit compile filters for faster filter verdicts as well. Joint work with Alexei Starovoitov. Signed-off-by: Daniel Borkmann Signed-off-by: Alexei Starovoitov Cc: Karsten Keil Cc: isdn4linux@listserv.isdn4linux.de Signed-off-by: David S. Miller --- Reading git-diff-tree failed