summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
AgeCommit message (Expand)Author
2019-09-10netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21netfilter: nft_fib: Fix existence check supportPhil Sutter
2019-04-30netfilter: add API to manage NAT helpers.Flavio Leitner
2019-04-30netfilter: use macros to create module aliases.Flavio Leitner
2019-04-30netfilter: nf_tables: drop include of module.h from nf_tables.hPaul Gortmaker
2019-04-30netfilter: nf_tables: relocate header content to consumerPaul Gortmaker
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idFlorian Westphal
2019-04-13netfilter: conntrack: don't set related state for different outer addressFlorian Westphal
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal
2019-04-08netfilter: make two functions staticFlorian Westphal
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal
2019-04-08netfilter: nf_tables: merge route type into coreFlorian Westphal
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal
2019-03-28netfilter: Export nf_ct_{set,destroy}_timeout()Yi-Hung Wei
2019-03-11netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso
2019-03-08netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso
2019-03-01netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal
2019-03-01netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal
2019-02-27netfilter: conntrack: avoid same-timeout updateFlorian Westphal
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal
2019-02-27netfilter: nat: remove l3proto structFlorian Westphal
2019-02-27netfilter: nat: remove csum_recalc hookFlorian Westphal
2019-02-27netfilter: nat: remove csum_update hookFlorian Westphal
2019-02-27netfilter: nat: remove l3 manip_pkt hookFlorian Westphal
2019-02-27netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal
2019-02-27netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal
2019-02-27netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso
2019-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-02-13netfilter: reject: skip csum verification for protocols that don't support itAlin Nastac
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2019-01-18netfilter: nat: un-export nf_nat_used_tupleFlorian Westphal
2019-01-18netfilter: conntrack: remove nf_ct_l4proto_find_getFlorian Westphal
2019-01-18netfilter: conntrack: remove l4proto destroy hookFlorian Westphal
2019-01-18netfilter: conntrack: remove l4proto init and get_net callbacksFlorian Westphal
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal
2019-01-18netfilter: conntrack: remove pernet l4 proto register interfaceFlorian Westphal
2019-01-18netfilter: conntrack: remove remaining l4proto indirect packet callsFlorian Westphal
2019-01-18netfilter: conntrack: remove module owner fieldFlorian Westphal
2019-01-18netfilter: conntrack: remove invert_tuple callbackFlorian Westphal
2019-01-18netfilter: conntrack: remove pkt_to_tuple callbackFlorian Westphal
2019-01-18netfilter: conntrack: remove net_idFlorian Westphal
2019-01-18netfilter: conntrack: gre: switch module to be built-inFlorian Westphal
2019-01-18netfilter: conntrack: handle icmp pkt_to_tuple helper via direct callsFlorian Westphal