summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy2012-09-211-0/+2
* netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal2012-09-091-1/+1
* netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2012-08-301-0/+2
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-0/+854