summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * netfilter: conntrack: remove prealloc supportFlorian Westphal2017-04-261-1/+0
| * netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-151-3/+0
| * netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setupGao Feng2017-04-151-1/+1
| * netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.Taehee Yoo2017-04-131-5/+2
| * netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-04-061-14/+4
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+3
|/
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-271-0/+2
* netfilter: built-in NAT support for UDPliteDavide Caratti2016-12-041-0/+4
* netfilter: built-in NAT support for SCTPDavide Caratti2016-12-041-0/+4
* netfilter: built-in NAT support for DCCPDavide Caratti2016-12-041-0/+4
* netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-16/+24
* netfilter: nat: fix cmp return valueFlorian Westphal2016-11-241-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+3
|\
| * netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng2016-09-131-1/+2
| * netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()Pablo Neira Ayuso2016-09-121-1/+1
* | netfilter: conntrack: get rid of conntrack timerFlorian Westphal2016-08-301-6/+0
|/
* netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal2016-07-111-58/+68
* netfilter: move nat hlist_head to nf_connFlorian Westphal2016-07-111-26/+7
* netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal2016-05-091-16/+17
* netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal2016-05-091-3/+3
* netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal2016-05-051-1/+1
* netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal2016-04-251-2/+4
* netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman2015-09-181-2/+2
* netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-181-7/+6
* netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-111-7/+12
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-231-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-201-1/+1
|\