summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-011-0/+1
* netfilter: fix fallout from xt/nf osf separationFlorian Westphal2018-05-171-0/+6
* netfilter: extract Passive OS fingerprint infrastructure from xt_osfFernando Fernandez Mancera2018-05-071-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-302-3/+5
|\
| * netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-1/+1
| * netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-0/+1
| * netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-0/+2
| * netfilter: nfnetlink_acct: remove useless parameterTaehee Yoo2018-03-051-2/+1
* | netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal2018-03-111-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-313-6/+27
|\
| * netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-082-6/+25
| * netfilter: xtables: add and use xt_request_find_table_lockFlorian Westphal2018-01-081-0/+2
* | netlink: Remove smp_read_barrier_depends() from commentPaul E. McKenney2017-12-051-2/+1
|/
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0725-0/+25
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0225-0/+25
* | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-1/+1
|/
* netfilter: xt_hashlimit: add rate match modeVishwanath Pai2017-09-041-1/+2
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-4/+6
* netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-151-1/+1
* netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-0/+5
* 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
|/