summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-202-3/+1
|\
| * netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-171-2/+0
| * Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2018-11-121-1/+1
| |\
| | * netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-1/+1
* | | netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo2018-12-041-12/+0
* | | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-261-0/+13
|/ /
* | netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()Jozsef Kadlecsik2018-11-031-2/+2
* | netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-011-1/+1
|/
* netfilter: nft_osf: Add ttl option supportFernando Fernandez Mancera2018-10-161-1/+2
* netfilter: remove obsolete need_conntrack stubFlorian Westphal2018-09-171-3/+0
* netfilter: nfnetlink_osf: add missing enum in nfnetlink_osf uapi headerFernando Fernandez Mancera2018-08-081-12/+0
* netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera2018-08-031-1/+1
* netfilter: nf_osf: move nf_osf_fingers to non-uapi header fileFernando Fernandez Mancera2018-08-031-0/+2
* netfilter: nf_osf: add nf_osf_find()Pablo Neira Ayuso2018-07-301-0/+9
* netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2018-07-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-6/+14
|\
| * netfilter: ipset: Limit max timeout valueJozsef Kadlecsik2018-06-061-4/+6
| * netfilter: ipset: List timing out entries with "timeout 1" instead of zeroJozsef Kadlecsik2018-06-061-2/+8
* | 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