summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_rule.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xtables: switch table AFs to nfprotoJan Engelhardt2009-08-101-1/+1
* netfilter: x_tables: remove unneeded initializationsStephen Hemminger2009-02-181-1/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-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/+0Star
* | net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison2008-10-311-4/+2Star
|/
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-12/+4Star
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-20/+12Star
* 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/+0Star
* [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-02-011-7/+9
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-291-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-111-10/+4Star
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-111-2/+2
* [NETFILTER]: Remove incorrect inline markersJan Engelhardt2007-07-111-1/+1
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-111-14/+14
* [NETFILTER]: nf_nat: remove unused argument of function allocating bindingYasuyuki Kozakai2007-05-111-9/+4Star
* [NETFILTER]: Clean up table initializationPatrick McHardy2007-05-111-65/+8Star
* [NETFILTER]: ipt_DNAT: accept port randomization optionPatrick McHardy2007-05-031-4/+0Star
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-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-031-0/+343