summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-1114-0/+14
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-0/+14
* | net: convert multicast list to list_headJiri Pirko2010-04-031-2/+2
|/
* netfilter: xtables: restore indentationJan Engelhardt2010-02-262-19/+29
* netfilter: xtables: reduce arguments to translate_tableJan Engelhardt2010-02-242-54/+30Star
* netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt2010-02-241-62/+31Star
* netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt2010-02-241-17/+61
* netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt2010-02-242-242/+121Star
* netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt2010-02-242-109/+202
* netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy2010-02-181-1/+5
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-155-18/+32
* netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy2010-02-151-1/+2
* netfilter: xtables: add const qualifiersJan Engelhardt2010-02-152-69/+88
* netfilter: xtables: constify args in compat copying functionsJan Engelhardt2010-02-153-6/+6
* netfilter: iptables: remove unused function argumentsJan Engelhardt2010-02-151-7/+3Star
* netfilter: xtables: fix mangle tablesAlexey Dobriyan2010-02-111-1/+3
* netfilter: nf_nat_sip: add TCP supportPatrick McHardy2010-02-111-6/+47
* netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy2010-02-111-16/+23
* netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy2010-02-111-1/+1
* netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy2010-02-111-50/+51
* netfilter: xtables: generate initial table on-demandJan Engelhardt2010-02-108-199/+61Star
* netfilter: xtables: use xt_table for hook instantiationJan Engelhardt2010-02-105-138/+35Star
* netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt2010-02-104-41/+30Star
* netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt2010-02-105-152/+75Star
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-02-105-20/+16Star
|\
| * netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-083-16/+12Star
| * netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-082-4/+4
* | netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal2010-02-081-0/+1
* | netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-031-1/+1
* | netfilter: add struct net * to target parametersPatrick McHardy2010-02-031-3/+5
* | netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan2010-01-221-9/+5Star
* | netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-186-17/+18
* | netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-181-10/+14
* | netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4Joe Perches2010-01-111-70/+35Star
* | netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall2010-01-041-20/+11Star
|/
* netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-151-4/+17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0816-112/+107Star
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-0315-107/+102Star
| |\ \ \
| | * | | netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-2313-91/+91
| | * | | netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-061-2/+1Star
| | * | | netfilter: nf_nat_helper: tidy up adjust_tcp_sequenceHannes Eder2009-11-051-13/+9Star
| | * | | netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet2009-11-041-1/+1
| * | | | net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-062-11/+26
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | / inet: rename some inet_sock fieldsEric Dumazet2009-10-191-4/+4
| | |/ | |/|
* | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-172-11/+26
|\ \ \ | | |/ | |/|
| * | netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2009-11-062-11/+26
| |/