summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_nat_core.c
AgeCommit message (Expand)Author
2019-09-13netfilter: update include directives.Jeremy Sowden
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal
2019-02-27netfilter: remove unneeded switch fall-throughLi RongQing
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 l3 manip_pkt hookFlorian Westphal
2019-02-27netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal
2019-02-27netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal
2019-01-18netfilter: nat: un-export nf_nat_used_tupleFlorian Westphal
2019-01-18netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal
2018-12-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal
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