aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter
AgeCommit message (Expand)AuthorFilesLines
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy1-1/+2
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt2-69/+88
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt3-6/+6
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt1-7/+3
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan1-1/+3
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy1-5/+46
2010-02-11netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy1-16/+23
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy1-1/+1
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy1-50/+51
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt8-199/+61
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt5-138/+35
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt4-37/+26
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt5-152/+75
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy5-20/+16
2010-02-08netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy3-16/+12
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan2-4/+4
2010-02-08netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal1-0/+1
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-1/+1
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-3/+5
2010-01-22netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan1-9/+5
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan6-17/+18
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-10/+14
2010-01-11netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4Joe Perches1-70/+35
2010-01-04netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall1-20/+11
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-4/+17
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds16-112/+107
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller15-107/+102
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches13-91/+91
2009-11-17Merge commit 'v2.6.32-rc7'Eric W. Biederman2-11/+26
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman3-17/+4
2009-11-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy1-2/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-11/+26
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2-11/+26
2009-11-05netfilter: nf_nat_helper: tidy up adjust_tcp_sequenceHannes Eder1-13/+9
2009-11-04netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet1-1/+1
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy1-3/+3
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy1-1/+5
2009-08-24netfilter: nf_nat: fix inverted logic for persistent NAT mappingsMaximilian Engelhardt1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt8-13/+15
2009-08-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy9-56/+88
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt2-4/+38
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt2-9/+14
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt2-2/+8
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt2-15/+6
2009-08-10netfilter: iptables: remove unused datalen variableJan Engelhardt1-4/+0