aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6_tables.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy1-2/+2
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt1-14/+15
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-8/+8
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan1-3/+19
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy1-4/+6
2008-01-31[NETFILTER]: netns: put table module on netns stopAlexey Dobriyan1-0/+3
2008-01-31[NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan1-24/+27
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan1-10/+14
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan1-6/+6
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan1-3/+4
2008-01-31[NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko1-19/+23
2008-01-28[NETFILTER]: Parenthesize macro parametersJan Engelhardt1-1/+1
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy1-0/+1
2008-01-28[NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters()Patrick McHardy1-1/+1
2008-01-28[NETFILTER]: ip6_tables: fix stack leagagePatrick McHardy1-1/+1
2008-01-28[NETFILTER]: {ip,ip6}_tables: fix format stringsPatrick McHardy1-9/+7
2008-01-28[NETFILTER]: {ip,ip6}_tables: reformat to eliminate differencesPatrick McHardy1-23/+23
2008-01-28[NETFILTER]: ip6_tables: add compat supportPatrick McHardy1-56/+767
2008-01-28[NETFILTER]: ip6_tables: resync get_entries() with ip_tablesPatrick McHardy1-19/+18
2008-01-28[NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate functionPatrick McHardy1-42/+47
2008-01-28[NETFILTER]: ip6_tables: move counter allocation to seperate functionPatrick McHardy1-9/+22
2008-01-28[NETFILTER]: ip6_tables: use vmalloc_node()Patrick McHardy1-3/+4
2008-01-28[NETFILTER]: ip6_tables: move entry, match and target checks to seperate functionsPatrick McHardy1-47/+82
2008-01-28[NETFILTER]: ip6_tables: kill a few useless defines/forward declarationsPatrick McHardy1-14/+2
2008-01-28[NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy1-2/+0
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet1-3/+2
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy1-13/+13
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-8/+8
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman1-0/+1
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy1-1/+1
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy1-3/+3
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik1-13/+115
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt1-7/+7
2007-07-10[NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt1-21/+21
2007-07-10[NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt1-6/+6
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-9/+0
2007-04-25[SK_BUFF] ipv6: Use skb_network_offset in some more placesArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-4/+4
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-20/+20
2007-02-08[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper functionsJan Engelhardt1-6/+6
2006-12-13[NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst-case search for loopsAl Viro1-2/+3
2006-12-06[NETFILTER]: Fix {ip,ip6,arp}_tables hook validationDmitry Mishin1-36/+23
2006-12-02[IPV6]: Misc endianness annotations.Al Viro1-1/+2
2006-11-15[NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr()Patrick McHardy1-1/+1
2006-10-30[NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin1-8/+16
2006-10-24[NETFILTER]: Fix ip6_tables extension header bypass bugPatrick McHardy1-4/+7
2006-10-24[NETFILTER]: Fix ip6_tables protocol bypass bugPatrick McHardy1-4/+6
2006-09-22[NETFILTER]: x_tables: small check_entry & module_refcount cleanupDmitry Mishin1-1/+1