aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_meta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo1-1/+1
2015-11-08netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet1-16/+20
2015-09-18netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman1-2/+2
2015-07-21net: #ifdefify sk_classid member of struct sockMathias Krause1-0/+4
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-2/+5
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-4/+4
2015-04-13netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy1-28/+26
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy1-5/+5
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-1/+5
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-11/+2
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy1-6/+13
2015-04-01netfilter: nft_meta: fix cgroup matchingPablo Neira Ayuso1-3/+2
2015-03-25netfilter: nft_meta: use raw_smp_processor_id()Patrick McHardy1-1/+1
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet1-2/+2
2014-11-09netfilter: nft_meta: add cgroup supportAna Rey1-0/+7
2014-09-09netfilter: nf_tables: add devgroup support in meta expresionAna Rey1-0/+12
2014-08-24netfilter: nft_meta: Add cpu attribute supportAna Rey1-0/+5
2014-08-24netfilter: nft_meta: add pkttype supportAna Rey1-0/+28
2014-04-23netfilter: nf_tables: Make meta expression core functions publicTomasz Bursztyka1-25/+25
2014-04-02netfilter: nft_meta: split nft_meta_init() into two functions for get/setPatrick McHardy1-35/+30
2014-02-14netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle1-2/+2
2014-01-09netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso1-0/+3
2014-01-07netfilter: nft_meta: add l4proto supportPatrick McHardy1-0/+4
2014-01-07netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy1-0/+4
2013-12-28netfilter: nf_tables: nft_meta module get/set opsArturo Borrero Gonzalez1-23/+123
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-6/+12
2013-10-14netfilter: add nftablesPatrick McHardy1-0/+222