summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: update include directives.Jeremy Sowden2019-09-131-3/+3
* netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-3/+8
|\
| * netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-151-3/+8
* | netfilter: nat: add inet family nat supportFlorian Westphal2019-04-081-9/+7
|/
* netfilter: remove unneeded switch fall-throughLi RongQing2019-02-271-1/+1
* netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-271-2/+0
* netfilter: nat: remove l3proto structFlorian Westphal2019-02-271-54/+0
* netfilter: nat: remove l3 manip_pkt hookFlorian Westphal2019-02-271-17/+0
* netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-271-0/+17
* netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-19/+123
* netfilter: nat: un-export nf_nat_used_tupleFlorian Westphal2019-01-181-2/+1
* netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookupsFlorian Westphal2019-01-181-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-201-137/+190
|\
| * netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-171-103/+1
| * netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-171-6/+16
| * netfilter: nat: remove l4proto->in_rangeFlorian Westphal2018-12-171-24/+43
| * netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-171-7/+16
| * netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-171-13/+56
| * netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal2018-12-171-1/+75
* | netfilter: nat: can't use dst_hold on noref dstFlorian Westphal2018-12-131-1/+2
|/
* netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-031-2/+2
* netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-171-8/+0
* netfilter: check if the socket netns is correct.Flavio Leitner2018-06-281-1/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* netfilter: nat: make symbol nat_hook staticWei Yongjun2018-05-291-1/+1
* netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso2018-05-231-15/+26
* netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-11/+12
* netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-231-13/+18
* netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2018-05-231-0/+157
* netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-0/+70
* netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-241-13/+14
* netfilter: Replace printk() with pr_*() and define pr_fmt()Arushi Singhal2018-03-201-1/+3
* netfilter: nat: use test_and_clear_bit when deleting ct from bysource listFlorian Westphal2017-10-241-6/+3
* netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven2017-09-181-6/+6
* netfilter: nat: use keyed locksFlorian Westphal2017-09-081-12/+24
* netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-081-77/+53
* netfilter: nf_nat: don't bug when mapping already existsFlorian Westphal2017-09-081-1/+3
* net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-041-2/+2
* netfilter: check for seqadj ext existence before adding it in nf_nat_setup_infoXin Long2017-08-241-1/+1
* netfilter: nat: fix src map lookupFlorian Westphal2017-07-171-8/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-301-32/+5
|\
| * netfilter: nat: destroy nat mappings on module exit path onlyFlorian Westphal2017-05-291-32/+5
| * netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-3/+3
* | netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang2017-05-231-1/+1
|/
* netfilter: don't setup nat info for confirmed ctLiping Zhang2017-05-151-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-011-30/+7
|\
| * netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-6/+0
OpenPOWER on IntegriCloud