[NETFILTER]: ip6_tables: move entry, match and target checks to seperate functions
[safe/jmp/linux-2.6] / net / ipv6 / netfilter / nf_conntrack_reasm.c
2007-10-18 Pavel Emelyanov[INET]: Consolidate frag queues freeing
2007-10-18 Pavel Emelyanov[INET]: Remove no longer needed ->equal callback
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_find() in fragment management
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_frag_create()
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_frag_alloc()
2007-10-18 Pavel Emelyanov[INET]: Consolidate xxx_frag_intern
2007-10-15 Denis V. Lunev[INET]: kmalloc+memset -> kzalloc in frag_alloc_queue
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_put
2007-10-15 Pavel Emelyanov[INET]: Small cleanup for xxx_put after evictor consoli...
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_evictor
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_frag_destroy
2007-10-15 Pavel Emelyanov[INET]: Consolidate xxx_the secret_rebuild
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_frag_kill
2007-10-15 Pavel Emelyanov[INET]: Collect common frag sysctl variables together
2007-10-15 Pavel Emelyanov[INET]: Collect frag queues management objects together
2007-10-15 Pavel Emelyanov[INET]: Move common fields from frag_queues in one...
2007-07-11 Patrick McHardy[NETFILTER]: Convert DEBUGP to pr_debug
2007-04-26 Patrick McHardy[NETFILTER]: Use setup_timer
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipv6: Use skb_network_offset in some more...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header_len
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use the helpers to get the layer header...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-02-11 YOSHIFUJI Hideaki[NET] IPV6: Fix whitespace errors.
2007-01-09 Patrick McHardy[NETFILTER]: nf_conntrack_ipv6: fix crash when handling...
2006-12-03 Patrick McHardy[NETFILTER]: nf_conntrack: endian annotations
2006-09-22 Brian Haley[NETFILTER]: Change tunables to __read_mostly
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Herbert Xu[NET]: skb_trim audit
2006-03-21 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: use ipv6_addr_equal in nf_ct...
2006-01-12 Harald Welte[NETFILTER] x_tables: Abstraction layer for {ip,ip6...
2006-01-04 YOSHIFUJI Hideaki[NETFILTER]: Use macro for spinlock_t/rwlock_t initiali...
2005-11-14 Yasuyuki Kozakai[NETFILTER] fix leak of fragment queue at unloading...
2005-11-14 Yasuyuki Kozakai[NETFILTER] nf_conntrack: fix possibility of infinite...
2005-11-14 Yasuyuki Kozakai[NETFILTER]: fix type of sysctl variables in nf_conntra...
2005-11-10 Yasuyuki Kozakai[NETFILTER]: Add nf_conntrack subsystem.