summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter
AgeCommit message (Expand)AuthorFilesLines
2010-03-24net: remove trailing space in messagesFrans Pop1-2/+2
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-10/+15
2010-02-26netfilter: xtables: restore indentationJan Engelhardt1-10/+15
2010-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-229/+215
2010-02-24netfilter: xtables: reduce arguments to translate_tableJan Engelhardt1-27/+15
2010-02-24netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt1-62/+31
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt1-17/+61
2010-02-24netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt1-118/+61
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt1-56/+104
2010-02-19netfilter: nf_conntrack_reasm: properly handle packets fragmented into a sing...Patrick McHardy1-7/+1
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2-6/+14
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy1-1/+2
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt1-40/+48
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt1-2/+2
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt1-7/+3
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan1-1/+3
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt5-134/+39
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt4-112/+28
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt3-18/+6
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt4-106/+51
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2-2/+3
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan1-2/+2
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-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei1-2/+2
2010-01-20netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei1-3/+0
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan5-21/+24
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-6/+8
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-0/+6
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2-5/+15
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds10-87/+75
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller10-86/+74
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 Perches9-83/+72
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman3-9/+3
2009-11-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy1-2/+1
2009-11-04netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet1-1/+1
2009-08-31netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy1-7/+2
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy1-1/+5
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt5-8/+9
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt1-2/+19
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt1-5/+7
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt1-1/+4
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt1-8/+3
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt4-4/+4
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt4-13/+13
2009-08-10netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt1-6/+6
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2-3/+3