summaryrefslogtreecommitdiff
path: root/include/linux/netfilter
AgeCommit message (Expand)Author
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-08-03netfilter: ipset: List timing out entries with "timeout 1" instead of zeroJozsef Kadlecsik
2018-04-08netfilter: x_tables: add and use xt_check_proc_nameFlorian Westphal
2018-03-18netfilter: x_tables: pack percpu counter allocationsFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal
2018-03-18netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal
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
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso
2015-11-23netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPIMarcelo Ricardo Leitner
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai
2015-09-18netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann
2015-08-07netfilter: nfacct: per network namespace supportAndreas Schultz
2015-07-15netfilter: add and use jump label for xt_teeFlorian Westphal
2015-07-15netfilter: xtables: don't save/restore jumpstack offsetFlorian Westphal
2015-06-18netfilter: xtables: fix warnings on 32bit platformsFlorian Westphal
2015-06-18netfilter: x_tables: align per cpu xt_counterEric Dumazet
2015-06-15netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference.Eric Dumazet
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik
2015-06-14netfilter: ipset: Use MSEC_PER_SEC consistentlyJozsef Kadlecsik
2015-06-12netfilter: xtables: avoid percpu ruleset duplicationFlorian Westphal
2015-06-12netfilter: xtables: use percpu rule countersFlorian Westphal
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso
2015-05-14netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko
2015-05-13netfilter: ipset: Fix ext_*() macrosSergey Popovich
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc