summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso2017-02-121-0/+1
* xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn2017-01-091-0/+9
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2016-12-061-1/+6
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2016-12-061-26/+1
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2016-12-061-5/+1
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-041-1/+1
* netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-102-4/+11
* netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-102-1/+3
* netfilter: ipset: Regroup ip_set_put_extensions and add externJozsef Kadlecsik2016-11-101-4/+2
* netfilter: ipset: Split extensions into separate filesJozsef Kadlecsik2016-11-103-93/+123
* netfilter: ipset: Use kmalloc() in comment extension helperJozsef Kadlecsik2016-11-101-1/+1
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2016-11-101-19/+11
* netfilter: ipset: Headers file cleanupJozsef Kadlecsik2016-11-101-21/+21
* netfilter: ipset: Mark some helper args as const.Jozsef Kadlecsik2016-11-103-5/+5
* netfilter: ipset: Remove extra whitespaces in ip_set.hJozsef Kadlecsik2016-11-101-6/+7
* netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-10/+38
* netfilter: conntrack: remove packet hotpath statsFlorian Westphal2016-09-121-4/+0
* netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng2016-09-071-42/+0
* netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng2016-09-071-20/+2
* netfilter: nfnetlink_acct: report overquota to the right netnsLiping Zhang2016-08-181-2/+2
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-181-0/+4
* netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-031-0/+4
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2016-04-291-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-241-1/+11
|\
| * netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-141-0/+3
| * netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-141-1/+1
| * netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-141-2/+2
| * netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+3
| * netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-141-0/+4
* | libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel2016-04-231-3/+6
|/
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-281-0/+4
* netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-021-2/+4
* nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal2016-02-181-2/+0
* netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-281-2/+2
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-181-0/+13
|\
| * netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPIMarcelo Ricardo Leitner2015-11-231-0/+13
* | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-101-1/+1
|/
* netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-071-1/+1
* net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai2015-10-091-3/+3
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2015-09-181-1/+2
* netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-021-0/+23
* netfilter: nfacct: per network namespace supportAndreas Schultz2015-08-071-1/+2
* netfilter: add and use jump label for xt_teeFlorian Westphal2015-07-151-0/+7
* netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal2015-07-151-1/+0
* netfilter: xtables: fix warnings on 32bit platformsFlorian Westphal2015-06-181-4/+4
* netfilter: x_tables: align per cpu xt_counterEric Dumazet2015-06-181-2/+4
* netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet2015-06-151-4/+1
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-3/+2
* netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik2015-06-143-28/+44