aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ipt_MASQUERADE.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller2016-05-061-2/+10
* netfilter: add more values to enum ip_conntrack_infoEric Dumazet2011-06-061-1/+1
* netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-111-1/+1
* netfilter: xtables: change targets to return error codeJan Engelhardt2010-03-251-3/+3
* netfilter: xtables: change xt_target.checkentry return typeJan Engelhardt2010-03-251-1/+1
* netfilter: xt extensions: use pr_<level> (2)Jan Engelhardt2010-03-251-4/+4
* netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-231-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-111-1/+1
|\
| * net: skb->rtable accessorEric Dumazet2009-06-031-1/+1
* | netfilter: ipt_MASQUERADE: remove redundant rwlockFlorian Westphal2009-06-051-11/+1
|/
* netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt2008-10-081-5/+2
* netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt2008-10-081-8/+6
* netfilter: netns nat: fix ipt_MASQUERADE in netnsAlexey Dobriyan2008-10-081-4/+2
* netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-081-1/+2
* netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-081-1/+1
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-191-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-1/+1
* [NETFILTER]: Consolidate masq_inet_event and masq_device_event.Denis V. Lunev2008-02-281-12/+2
* [NETFILTER]: Update modules' descriptionsJan Engelhardt2008-01-281-1/+1
* [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_infoPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: x_tables: consistent and unique symbol namesJan Engelhardt2008-01-281-20/+15
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-2/+2
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-3/+3
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-101-8/+2
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-101-1/+1
* [NETFILTER]: Remove incorrect inline markersJan Engelhardt2007-07-101-1/+1
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-101-4/+4
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-101-4/+4
* [NETFILTER]: Remove IPv4 only connection tracking/NATPatrick McHardy2007-04-251-39/+18
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt2007-02-081-4/+5
* [NETFILTER]: nf_nat: fix MASQUERADE crash on device downMartin Josefsson2007-01-041-1/+4
* [NETFILTER]: Add NAT support for nf_conntrackJozsef Kadlecsik2006-12-021-2/+27
* [IPV4]: inet_select_addr() annotationsAl Viro2006-09-281-1/+1
* [NETFILTER]: x_tables: remove unused size argument to check/destroy functionsPatrick McHardy2006-09-221-1/+0
* [NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy2006-09-221-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NETFILTER]: Rename init functions.Andrew Morton2006-03-281-4/+4
* [NETFILTER]: x_tables: add xt_{match,target} arguments to match/target functionsPatrick McHardy2006-03-201-0/+2
* [NETFILTER]: Convert ip_tables matches/targets to centralized error checkingPatrick McHardy2006-03-201-13/+3
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-121-1/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+2
* [NETFILTER]: Fix DHCP + MASQUERADE problemPatrick McHardy2005-09-131-0/+6
* [NETFILTER]: Don't exclude local packets from MASQUERADINGPatrick McHardy2005-08-291-5/+0
* [NETFILTER]: Kill lockhelp.hPatrick McHardy2005-06-211-5/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+207