netfilter: xtables: add struct xt_mtdtor_param::net
[safe/jmp/linux-2.6] / net / ipv6 / netfilter / ip6_tables.c
2010-01-18 Alexey Dobriyannetfilter: xtables: add struct xt_mtdtor_param::net
2010-01-18 Alexey Dobriyannetfilter: xtables: add struct xt_mtchk_param::net
2009-11-23 Joe Perchesnetfilter: net/ipv[46]/netfilter: Move && and || to...
2009-08-24 Jan Engelhardtnetfilter: xtables: mark initial tables constant
2009-08-10 Jan Engelhardtnetfilter: xtables: check for standard verdicts in...
2009-08-10 Jan Engelhardtnetfilter: xtables: check for unconditionality of policies
2009-08-10 Jan Engelhardtnetfilter: xtables: ignore unassigned hooks in check_en...
2009-08-10 Jan Engelhardtnetfilter: xtables: use memcmp in unconditional check
2009-06-04 Evgeniy Polyakovnetfilter: x_tables: added hook number into match exten...
2009-05-08 Jan Engelhardtnetfilter: xtables: consolidate comefrom debug cast...
2009-05-08 Jan Engelhardtnetfilter: xtables: remove another level of indent
2009-05-08 Jan Engelhardtnetfilter: xtables: remove some goto
2009-05-08 Jan Engelhardtnetfilter: xtables: reduce indent level by one
2009-05-08 Jan Engelhardtnetfilter: xtables: consolidate open-coded logic
2009-05-08 Jan Engelhardtnetfilter: xtables: fix const inconsistency
2009-05-08 Jan Engelhardtnetfilter: xtables: remove redundant casts
2009-05-08 Jan Engelhardtnetfilter: xtables: use NFPROTO_ in standard targets
2009-05-08 Jan Engelhardtnetfilter: xtables: use NFPROTO_ for xt_proto_init...
2009-04-29 Stephen Hemmingernetfilter: revised locking for x_tables
2009-04-06 Eric Dumazetnetfilter: ip6tables regression fix
2009-04-02 Eric Dumazetnetfilter: use rcu_read_bh() in ipt_do_table()
2009-03-25 Patrick McHardynetfilter: {ip,ip6,arp}_tables: fix incorrect loop...
2009-03-25 Eric Dumazetnetfilter: factorize ifname_compare()
2009-02-20 Stephen Hemmingernetfilter: iptables: lock free counters
2009-02-19 Eric Dumazetnetfilter: ip6_tables: unfold two loops in ip6_packet_m...
2008-10-08 Jan Engelhardtnetfilter: xtables: provide invoked family value to...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: move extension arguments into compo...
2008-10-08 Jan Engelhardtnetfilter: xtables: do centralized checkentry call...
2008-04-14 Patrick McHardy[NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for...
2008-04-14 Jan Engelhardt[NETFILTER]: annotate {arp,ip,ip6,x}tables with const
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: create per-netns /proc/net/...
2008-02-01 Patrick McHardy[NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings...
2008-02-01 Alexey Dobriyan[NETFILTER]: netns: put table module on netns stop
2008-02-01 Alexey Dobriyan[NETFILTER]: ip6_tables: netns preparation
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: return new table from {arp,ip...
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: per-netns xt_tables
2008-02-01 Alexey Dobriyan[NETFILTER]: x_tables: change xt_table_register() retur...
2008-02-01 Jan Engelhardt[NETFILTER]: Use const in struct xt_match, xt_target...
2008-01-28 Denys Vlasenko[NETFILTER]: {ip,ip6}_tables: remove some inlines
2008-01-28 Jan Engelhardt[NETFILTER]: Parenthesize macro parameters
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: move logging stuff to seperate...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: use raw_smp_processor_id(...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: fix stack leagage
2008-01-28 Patrick McHardy[NETFILTER]: {ip,ip6}_tables: fix format strings
2008-01-28 Patrick McHardy[NETFILTER]: {ip,ip6}_tables: reformat to eliminate...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: add compat support
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: resync get_entries() with...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: move counter allocation to...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: use vmalloc_node()
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: move entry, match and target...
2008-01-28 Patrick McHardy[NETFILTER]: ip6_tables: kill a few useless defines...
2008-01-28 Patrick McHardy[NETFILTER]: x_tables: remove obsolete overflow check
2008-01-28 Eric Dumazet[NETFILTER]: x_tables: struct xt_table_info diet
2008-01-28 Patrick McHardy[NETFILTER]: Introduce NF_INET_ hook values
2007-10-15 Herbert Xu[NETFILTER]: Replace sk_buff ** with sk_buff *
2007-09-11 Neil Horman[NETFILTER]: Fix/improve deadlock condition on module...
2007-07-15 Patrick McHardy[NETFILTER]: Lower *tables printk severity
2007-07-11 Patrick McHardy[NETFILTER]: x_tables: mark matches and targets __read_...
2007-07-11 Jozsef Kadlecsik[NETFILTER]: x_tables: add TRACE target
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->checkentry...
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->match to bool
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch hotdrop to bool
2007-04-26 Patrick McHardy[NETFILTER]: Remove changelogs and CVS IDs
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipv6: Use skb_network_offset in some more...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
2007-02-08 Jan Engelhardt[NETFILTER]: {ip,ip6}_tables: remove x_tables wrapper...
2006-12-14 Al Viro[NETFILTER]: {ip,ip6,arp}_tables: fix exponential worst...
2006-12-07 Dmitry Mishin[NETFILTER]: Fix {ip,ip6,arp}_tables hook validation
2006-12-03 Al Viro[IPV6]: Misc endianness annotations.
2006-11-16 Patrick McHardy[NETFILTER]: ip6_tables: use correct nexthdr value...
2006-10-30 Dmitry Mishin[NETFILTER]: Missed and reordered checks in {arp,ip...
2006-10-24 Patrick McHardy[NETFILTER]: Fix ip6_tables extension header bypass bug
2006-10-24 Patrick McHardy[NETFILTER]: Fix ip6_tables protocol bypass bug
2006-09-22 Dmitry Mishin[NETFILTER]: x_tables: small check_entry & module_refco...
2006-09-22 Patrick McHardy[NETFILTER]: kill listhelp.h
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: remove unused size argument...
2006-09-22 Patrick McHardy[NETFILTER]: x_tables: remove unused argument to target...
2006-08-14 Patrick McHardy[NETFILTER]: {arp,ip,ip6}_tables: proper error recovery...
2006-07-04 Randy Dunlap[NET]: add+use poison defines
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-29 Patrick McHardy[NETFILTER]: x_tables: fix xt_register_table error...
2006-05-19 Solar Designer[NETFILTER]: Fix do_add_counters race, possible oops...
2006-04-25 Patrick McHardy[NETFILTER]: ip6_tables: remove broken comefrom debugging
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: network codes
2006-03-29 Andrew Morton[NETFILTER]: Rename init functions.
2006-03-22 Pablo Neira Ayuso[NETFILTER]: x_tables: set the protocol family in x_tab...
2006-03-21 Ingo Molnar[NET]: sem2mutex part 2
2006-03-21 Patrick McHardy[NETFILTER]: Move ip6_masked_addrcmp to include/net...
2006-03-21 Patrick McHardy[NETFILTER]: x_tables: add xt_{match,target} arguments...
2006-03-21 Patrick McHardy[NETFILTER]: x_tables: pass registered match/target...
2006-03-21 Patrick McHardy[NETFILTER]: Convert ip6_tables matches/targets to...
next