summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_nat_core.c
AgeCommit message (Expand)Author
2016-12-04netfilter: built-in NAT support for UDPliteDavide Caratti
2016-12-04netfilter: built-in NAT support for SCTPDavide Caratti
2016-12-04netfilter: built-in NAT support for DCCPDavide Caratti
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal
2016-11-24netfilter: nat: fix cmp return valueFlorian Westphal
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-13netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng
2016-09-12netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()Pablo Neira Ayuso
2016-08-30netfilter: conntrack: get rid of conntrack timerFlorian Westphal
2016-07-11netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal
2016-07-11netfilter: move nat hlist_head to nf_connFlorian Westphal
2016-05-09netfilter: conntrack: use a single nat bysource table for all namespacesFlorian Westphal
2016-05-09netfilter: conntrack: make netns address part of nat bysrc hashFlorian Westphal
2016-05-05netfilter: conntrack: use a single hashtable for all namespacesFlorian Westphal
2016-04-25netfilter: conntrack: use get_random_once for nat and expectationsFlorian Westphal
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong
2014-06-16netfilter: nf_nat: fix oops on netns removalFlorian Westphal
2014-04-29netfilter: add helper for adding nat extensionFlorian Westphal
2014-02-18netfilter: ctnetlink: force null nat binding on insertPablo Neira Ayuso
2014-01-03netfilter: nf_nat: add full port randomization supportDaniel Borkmann
2013-10-14netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-04-25netfilter: nf_nat: missing condition in nf_xfrm_me_harder()Dan Carpenter
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-12netfilter: nf_nat: fix race when unloading protocol modulesFlorian Westphal
2013-04-08netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-09-21netfilter: nf_nat: remove obsolete rcu_read_unlock callUlrich Weber
2012-09-21netfilter: nf_nat: fix oops when unloading protocol modulesPatrick McHardy
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy