aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal1-8/+0
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-1/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-05-29netfilter: nat: make symbol nat_hook staticWei Yongjun1-1/+1
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso1-15/+26
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso1-11/+12
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal1-13/+18
2018-05-23netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal1-0/+157
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal1-0/+70
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre1-13/+14
2018-03-20netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal1-1/+3
2017-10-24netfilter: nat: use test_and_clear_bit when deleting ct from bysource listFlorian Westphal1-6/+3
2017-09-18netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven1-6/+6
2017-09-08netfilter: nat: use keyed locksFlorian Westphal1-12/+24
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal1-77/+53
2017-09-08netfilter: nf_nat: don't bug when mapping already existsFlorian Westphal1-1/+3
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao1-2/+2
2017-08-24netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long1-1/+1
2017-07-17netfilter: nat: fix src map lookupFlorian Westphal1-8/+9
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-32/+5
2017-05-29netfilter: nat: destroy nat mappings on module exit path onlyFlorian Westphal1-32/+5
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal1-3/+3
2017-05-23netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang1-1/+1
2017-05-15netfilter: don't setup nat info for confirmed ctLiping Zhang1-0/+4
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-30/+7
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-6/+0
2017-04-26netfilter: conntrack: remove prealloc supportFlorian Westphal1-1/+0
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal1-3/+0
2017-04-15netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setupGao Feng1-1/+1
2017-04-13netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo1-5/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+3
2017-04-06netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal1-14/+4
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+2
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti1-0/+4
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti1-0/+4
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti1-0/+4
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal1-16/+24
2016-11-24netfilter: nat: fix cmp return valueFlorian Westphal1-3/+6
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2016-09-13netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng1-1/+2
2016-09-12netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()Pablo Neira Ayuso1-1/+1
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal1-6/+0
2016-07-11netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal1-58/+68
2016-07-11netfilter: move nat hlist_head to nf_connFlorian Westphal1-26/+7
2016-05-09netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal1-16/+17
2016-05-09netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal1-3/+3
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal1-1/+1
2016-04-25netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal1-2/+4
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman1-2/+2
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-7/+6