aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_nat_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman1-2/+2
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-7/+6
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-7/+12
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann1-2/+3
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong1-1/+1
2014-06-16netfilter: nf_nat: fix oops on netns removalFlorian Westphal1-1/+34
2014-04-29netfilter: add helper for adding nat extensionFlorian Westphal1-8/+16
2014-02-18netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso1-21/+35
2014-01-03netfilter: nf_nat: add full port randomization supportDaniel Borkmann1-2/+2
2013-10-14netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso1-0/+20
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-12/+4
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal1-3/+3
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2013-04-25netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter1-0/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-33/+7
2013-04-12netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal1-33/+7
2013-04-08netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy1-4/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-09-21netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber1-3/+1
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy1-0/+2
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal1-1/+1
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-0/+2
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+854