aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/netfilter/ip6_tables.c
AgeCommit message (Expand)Author
2009-04-06netfilter: ip6tables regression fixEric Dumazet
2009-04-02netfilter: use rcu_read_bh() in ipt_do_table()Eric Dumazet
2009-03-25netfilter: {ip,ip6,arp}_tables: fix incorrect loop detectionPatrick McHardy
2009-03-25netfilter: factorize ifname_compare()Eric Dumazet
2009-02-20netfilter: iptables: lock free countersStephen Hemminger
2009-02-19netfilter: ip6_tables: unfold two loops in ip6_packet_match()Eric Dumazet
2008-10-08netfilter: xtables: provide invoked family value to extensionsJan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (6/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (5/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (4/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (3/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (2/6)Jan Engelhardt
2008-10-08netfilter: xtables: move extension arguments into compound structure (1/6)Jan Engelhardt
2008-10-08netfilter: xtables: do centralized checkentry call (1/2)Jan Engelhardt
2008-04-14[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES sizePatrick McHardy
2008-04-14[NETFILTER]: annotate {arp,ip,ip6,x}tables with constJan Engelhardt
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-31[NETFILTER]: x_tables: create per-netns /proc/net/*_tables_*Alexey Dobriyan
2008-01-31[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat codePatrick McHardy
2008-01-31[NETFILTER]: netns: put table module on netns stopAlexey Dobriyan
2008-01-31[NETFILTER]: ip6_tables: netns preparationAlexey Dobriyan
2008-01-31[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()Alexey Dobriyan
2008-01-31[NETFILTER]: x_tables: per-netns xt_tablesAlexey Dobriyan
2008-01-31[NETFILTER]: x_tables: change xt_table_register() return value conventionAlexey Dobriyan
2008-01-31[NETFILTER]: Use const in struct xt_match, xt_target, xt_tableJan Engelhardt
2008-01-28[NETFILTER]: {ip,ip6}_tables: remove some inlinesDenys Vlasenko
2008-01-28[NETFILTER]: Parenthesize macro parametersJan Engelhardt
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters()Patrick McHardy
2008-01-28[NETFILTER]: ip6_tables: fix stack leagagePatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6}_tables: fix format stringsPatrick McHardy
2008-01-28[NETFILTER]: {ip,ip6}_tables: reformat to eliminate differencesPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: add compat supportPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: resync get_entries() with ip_tablesPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate functionPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: move counter allocation to seperate functionPatrick McHardy
2008-01-28[NETFILTER]: ip6_tables: use vmalloc_node()Patrick McHardy
2008-01-28[NETFILTER]: ip6_tables: move entry, match and target checks to seperate func...Patrick McHardy
2008-01-28[NETFILTER]: ip6_tables: kill a few useless defines/forward declarationsPatrick McHardy
2008-01-28[NETFILTER]: x_tables: remove obsolete overflow checkPatrick McHardy
2008-01-28[NETFILTER]: x_tables: struct xt_table_info dietEric Dumazet
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-09-11[NETFILTER]: Fix/improve deadlock condition on module removal netfilterNeil Horman
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy
2007-07-10[NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy
2007-07-10[NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik
2007-07-10[NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt
2007-07-10[NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt