summaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: ip6table_raw: fix table priorityJozsef Kadlecsik
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-02-26netfilter: xtables: restore indentationJan Engelhardt
2010-02-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-02-24netfilter: xtables: reduce arguments to translate_tableJan Engelhardt
2010-02-24netfilter: xtables: optimize call flow around xt_ematch_foreachJan Engelhardt
2010-02-24netfilter: xtables: replace XT_MATCH_ITERATE macroJan Engelhardt
2010-02-24netfilter: xtables: optimize call flow around xt_entry_foreachJan Engelhardt
2010-02-24netfilter: xtables: replace XT_ENTRY_ITERATE macroJan Engelhardt
2010-02-19netfilter: nf_conntrack_reasm: properly handle packets fragmented into a sing...Patrick McHardy
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan
2010-02-10netfilter: xtables: generate initial table on-demandJan Engelhardt
2010-02-10netfilter: xtables: use xt_table for hook instantiationJan Engelhardt
2010-02-10netfilter: xtables: compact table hook functions (2/2)Jan Engelhardt
2010-02-10netfilter: xtables: compact table hook functions (1/2)Jan Engelhardt
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-02-08netfilter: xtables: compat out of scope fixAlexey Dobriyan
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy
2010-01-26ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei
2010-01-20netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy
2009-12-15ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-23netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-06netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy
2009-11-04netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet
2009-08-31netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt
2009-08-10netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt