summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * netfilter: use IS_ENABLED() macroDuan Jiong2014-06-301-1/+1
* | netfilter: nf_nat: fix oops on netns removalFlorian Westphal2014-06-161-1/+34
|/
* netfilter: add helper for adding nat extensionFlorian Westphal2014-04-291-8/+16
* netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso2014-02-181-21/+35
* netfilter: nf_nat: add full port randomization supportDaniel Borkmann2014-01-031-2/+2
* netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso2013-10-141-0/+20
* netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-281-12/+4
* netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal2013-08-091-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-251-0/+1
|\
| * netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter2013-04-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-33/+7
|\ \ | |/ |/|
| * netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal2013-04-121-33/+7
* | netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy2013-04-081-4/+5
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber2012-09-211-3/+1
OpenPOWER on IntegriCloud