aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_rule.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-214/+0
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy1-11/+11
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+1
2010-09-16netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao1-9/+8
2010-06-17netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy1-4/+6
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt1-2/+2
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25netfilter: xtables: change targets to return error codeJan Engelhardt1-4/+4
2010-03-25netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt1-2/+2
2010-03-25netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt1-2/+3
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt1-32/+7
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt1-2/+2
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt1-1/+1
2009-02-18netfilter: x_tables: remove unneeded initializationsStephen Hemminger1-1/+0
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-12-15netfilter: update rwlock initialization for nat_tableSteven Rostedt1-1/+1
2008-11-04netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott1-23/+0
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison1-4/+2
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt1-12/+4
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt1-20/+12
2008-10-08netfilter: netns nf_conntrack: fixup DNAT in netnsAlexey Dobriyan1-3/+3
2008-10-08netfilter: netns nat: per-netns NAT tableAlexey Dobriyan1-11/+29
2008-04-14[NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracksPatrick McHardy1-19/+0
2008-04-14[NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt1-2/+2
2008-04-14[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day1-1/+1
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan1-7/+9
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_infoPatrick McHardy1-4/+4
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-13/+15
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-7/+7
2007-07-26netfilter endian regressionsAl Viro1-1/+1
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy1-10/+4
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-2/+2
2007-07-10[NETFILTER]: Remove incorrect inline markersJan Engelhardt1-1/+1
2007-07-10[NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt1-14/+14
2007-05-10[NETFILTER]: nf_nat: remove unused argument of function allocating bindingYasuyuki Kozakai1-9/+4
2007-05-10[NETFILTER]: Clean up table initializationPatrick McHardy1-65/+8
2007-05-03[NETFILTER]: ipt_DNAT: accept port randomization optionPatrick McHardy1-4/+0
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-9/+9
2007-02-08[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined structure namesJan Engelhardt1-1/+1
2007-02-08[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt1-1/+1
2007-02-08[NETFILTER]: NAT: optional source port randomization supportEric Leblond1-0/+4
2006-12-02[NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik1-0/+343