From: Florian Westphal Date: Fri, 19 Apr 2013 04:58:26 +0000 (+0000) Subject: netfilter: nfnetlink_queue: add skb info attribute X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~77^2~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7237190df8c4129241697530a4eecabdc4ecc66e;p=pandora-kernel.git netfilter: nfnetlink_queue: add skb info attribute Once we allow userspace to receive gso/gro packets, userspace needs to be able to determine when checksums appear to be broken, but are not. NFQA_SKB_CSUMNOTREADY means 'checksums will be fixed in kernel later, pretend they are ok'. NFQA_SKB_GSO could be used for statistics, or to determine when packet size exceeds mtu. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed