summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_meta.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-3/+3
* netfilter: nft_meta: permit pkttype mangling in ip/ip6 preroutingLiping Zhang2016-10-261-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-4/+13
|\
| * netfilter: nft_meta: improve the validity check of pkttype set exprLiping Zhang2016-08-251-4/+13
* | netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso2016-09-121-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-1/+1
|\
| * netfilter: nft_meta: set skb->nf_trace appropriatelyLiping Zhang2016-06-231-1/+1
* | net: simplify and make pkt_type_ok() available for other usersJamal Hadi Salim2016-07-041-8/+1
|/
* netfilter: meta: add PRANDOM supportFlorian Westphal2016-02-291-0/+11
* netfilter: meta: add support for setting skb->pkttypeFlorian Westphal2015-12-181-0/+38
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-141-1/+1
|\
| * net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo2015-12-081-1/+1
* | netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-091-0/+16
|/
* netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet2015-11-081-16/+20
* netfilter: nf_tables: kill nft_pktinfo.opsEric W. Biederman2015-09-181-2/+2
* net: #ifdefify sk_classid member of struct sockMathias Krause2015-07-211-0/+4
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+5
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-4/+4
* netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy2015-04-131-28/+26
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-131-5/+5
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-1/+5
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-11/+2
* netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-6/+13
* netfilter: nft_meta: fix cgroup matchingPablo Neira Ayuso2015-04-011-3/+2
* netfilter: nft_meta: use raw_smp_processor_id()Patrick McHardy2015-03-251-1/+1
* netfilter: use sk_fullsock() helperEric Dumazet2015-03-171-2/+2
* netfilter: nft_meta: add cgroup supportAna Rey2014-11-091-0/+7
* netfilter: nf_tables: add devgroup support in meta expresionAna Rey2014-09-091-0/+12
* netfilter: nft_meta: Add cpu attribute supportAna Rey2014-08-241-0/+5
* netfilter: nft_meta: add pkttype supportAna Rey2014-08-241-0/+28
* netfilter: nf_tables: Make meta expression core functions publicTomasz Bursztyka2014-04-231-25/+25
* netfilter: nft_meta: split nft_meta_init() into two functions for get/setPatrick McHardy2014-04-021-35/+30
* netfilter: nft_meta: fix typo "CONFIG_NET_CLS_ROUTE"Paul Bolle2014-02-141-2/+2
* netfilter: nft_meta: fix lack of validation of the input registerPablo Neira Ayuso2014-01-091-0/+3
* netfilter: nft_meta: add l4proto supportPatrick McHardy2014-01-071-0/+4
* netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy2014-01-071-0/+4
* netfilter: nf_tables: nft_meta module get/set opsArturo Borrero Gonzalez2013-12-281-23/+123
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-6/+12
* netfilter: add nftablesPatrick McHardy2013-10-141-0/+222