summaryrefslogtreecommitdiff
path: root/include/soc/imx
ModeNameSize
-rw-r--r--cpuidle.h880logplain
-rw-r--r--revision.h1094logplain
-rw-r--r--timer.h786logplain
17-02-02 14:31:54 +0100'>2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal1-2/+1 Add a helper to assign a nf_conn entry and the ctinfo bits to an sk_buff. This avoids changing code in followup patch that merges skb->nfct and skb->nfctinfo into skb->_nfct. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> 2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal1-3/+6 Next patch makes direct skb->nfct access illegal, reduce noise in next patch by using accessors we already have. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>