aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter
AgeCommit message (Expand)Author
2020-06-03netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso
2020-06-03netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József
2018-11-27netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()Jozsef Kadlecsik
2018-11-27netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio
2018-08-03netfilter: ipset: List timing out entries with "timeout 1" instead of zeroJozsef Kadlecsik
2018-04-26netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal
2018-04-26netfilter: x_tables: add counters allocation wrapperFlorian Westphal
2018-04-08netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-04netfilter: xt_hashlimit: add rate match modeVishwanath Pai
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-05-15netfilter: xtables: zero padding in data_to_userWillem de Bruijn
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso
2017-01-09xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn
2016-12-06netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2016-12-06netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
2016-12-04netfilter: conntrack: built-in support for DCCPDavide Caratti
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik
2016-11-10netfilter: ipset: Regroup ip_set_put_extensions and add externJozsef Kadlecsik
2016-11-10netfilter: ipset: Split extensions into separate filesJozsef Kadlecsik
2016-11-10netfilter: ipset: Use kmalloc() in comment extension helperJozsef Kadlecsik
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik
2016-11-10netfilter: ipset: Headers file cleanupJozsef Kadlecsik
2016-11-10netfilter: ipset: Mark some helper args as const.Jozsef Kadlecsik
2016-11-10netfilter: ipset: Remove extra whitespaces in ip_set.hJozsef Kadlecsik
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-09-12netfilter: conntrack: remove packet hotpath statsFlorian Westphal
2016-09-07netfilter: gre: Use consistent GRE and PTTP header structure instead of the o...Gao Feng
2016-09-07netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil...Gao Feng
2016-08-18netfilter: nfnetlink_acct: report overquota to the right netnsLiping Zhang
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal
2016-07-03netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches
2016-04-29netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-04-23libnl: nla_put_net64(): align on a 64-bit areaNicolas Dichtel
2016-04-14netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-04-14netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-04-14netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-04-14netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-04-14netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal
2016-02-18nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal
2015-12-28netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller