aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-2/+0
2019-02-27netfilter: nat: remove l3proto structFlorian Westphal1-54/+0
2019-02-27netfilter: nat: remove l3 manip_pkt hookFlorian Westphal1-17/+0
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal1-0/+17
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal1-19/+123
2019-01-18netfilter: nat: un-export nf_nat_used_tupleFlorian Westphal1-2/+1
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal1-6/+6
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-137/+190
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal1-103/+1
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal1-6/+16
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal1-24/+43
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal1-7/+16
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal1-13/+56
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal1-1/+75
2018-12-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal1-1/+2
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing1-2/+2
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