summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_nat_core.c
AgeCommit message (Expand)Author
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-29netfilter: nat: make symbol nat_hook staticWei Yongjun
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal
2017-10-24netfilter: nat: use test_and_clear_bit when deleting ct from bysource listFlorian Westphal
2017-09-18netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven
2017-09-08netfilter: nat: use keyed locksFlorian Westphal
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal
2017-09-08netfilter: nf_nat: don't bug when mapping already existsFlorian Westphal
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao
2017-08-24netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long
2017-07-17netfilter: nat: fix src map lookupFlorian Westphal
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-05-29netfilter: nat: destroy nat mappings on module exit path onlyFlorian Westphal
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal
2017-05-23netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang
2017-05-15netfilter: don't setup nat info for confirmed ctLiping Zhang
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal
2017-04-26netfilter: conntrack: remove prealloc supportFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-15netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setupGao Feng
2017-04-13netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-06netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal
2016-11-24netfilter: nat: fix cmp return valueFlorian Westphal
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-13netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng
2016-09-12netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()Pablo Neira Ayuso
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal
2016-07-11netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal
2016-07-11netfilter: move nat hlist_head to nf_connFlorian Westphal
2016-05-09netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal
2016-05-09netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal
2016-04-25netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman