summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_rule.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-214/+0
* netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy2011-12-231-11/+11
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-1/+1
* netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao2010-09-161-9/+8
* netfilter: nf_nat: support user-specified SNAT rules in LOCAL_INPatrick McHardy2010-06-171-4/+6
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-2/+2
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-4/+4
* | netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-2/+2
* | netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-2/+3
|/
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-101-32/+7
* netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-181-1/+1
* netfilter: xtables: mark initial tables constantJan Engelhardt2009-08-241-2/+2
* netfilter: xtables: switch table AFs to nfprotoJan Engelhardt2009-08-101-1/+1
* netfilter: x_tables: remove unneeded initializationsStephen Hemminger2009-02-181-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-1/+1
|\
| * netfilter: update rwlock initialization for nat_tableSteven Rostedt2008-12-151-1/+1
* | netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott2008-11-041-23/+0
* | net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-4/+2
|/
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-12/+4
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-20/+12
* netfilter: netns nf_conntrack: fixup DNAT in netnsAlexey Dobriyan2008-10-081-3/+3
* netfilter: netns nat: per-netns NAT tableAlexey Dobriyan2008-10-081-11/+29
* [NETFILTER]: nf_nat: don't add NAT extension for confirmed conntracksPatrick McHardy2008-04-141-19/+0
* [NETFILTER]: annotate xtables targets with const and remove castsJan Engelhardt2008-04-141-2/+2
* [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macroRobert P. J. Day2008-04-141-1/+1
* [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan2008-01-311-7/+9
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-1/+1
* [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_infoPatrick McHardy2008-01-281-4/+4
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-13/+15
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-7/+7
* netfilter endian regressionsAl Viro2007-07-261-1/+1
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-10/+4
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-2/+2
* [NETFILTER]: Remove incorrect inline markersJan Engelhardt2007-07-101-1/+1
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-14/+14
* [NETFILTER]: nf_nat: remove unused argument of function allocating bindingYasuyuki Kozakai2007-05-101-9/+4
* [NETFILTER]: Clean up table initializationPatrick McHardy2007-05-101-65/+8
* [NETFILTER]: ipt_DNAT: accept port randomization optionPatrick McHardy2007-05-031-4/+0
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-9/+9
* [NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...Jan Engelhardt2007-02-081-1/+1
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-1/+1
* [NETFILTER]: NAT: optional source port randomization supportEric Leblond2007-02-081-0/+4
* [NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik2006-12-021-0/+343
OpenPOWER on IntegriCloud