/sound/soc/au1x/

=11df4b760f11ca7528c62b1c4b870735d1c62116'>commitdiff
path: root/net
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal7-19/+15
It is never accessed for reading and the only places that write to it are the icmp(6) handlers, which also set skb->nfct (and skb->nfctinfo). The conntrack core specifically checks for attached skb->nfct after ->error() invocation and returns early in this case. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>