aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal1-1/+11
2021-09-21netfilter: nat: include zone id in nat table hash againFlorian Westphal1-5/+12
2021-08-30netfilter: conntrack: switch to siphashFlorian Westphal1-4/+14
2021-04-26netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal1-37/+0
2021-01-11netfilter: nf_nat: Fix memleak in nf_nat_initDinghao Liu1-0/+1
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2019-09-13netfilter: update include directives.Jeremy Sowden1-3/+3
2019-07-16netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-3/+4
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2019-04-15netfilter: nat: fix icmp id randomizationFlorian Westphal1-3/+8
2019-04-08netfilter: nat: add inet family nat supportFlorian Westphal1-9/+7
2019-02-27netfilter: remove unneeded switch fall-throughLi RongQing1-1/+1
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