IPv6: reassembly: replace magic number with macro definitions
[safe/jmp/linux-2.6] / net / ipv6 / reassembly.c
2010-01-20 Shan WeiIPv6: reassembly: replace magic number with macro defin...
2009-12-19 Yang Hongyangipv6: fix an oops when force unload ipv6 module
2009-12-15 Patrick McHardyipv6: reassembly: use seperate reassembly queues for...
2009-12-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-11-25 Octavian Purdilanet: use net_eq to compare nets
2009-11-12 Eric W. Biedermansysctl net: Remove unused binary sysctl code
2009-11-06 Eric Dumazetip_frag: dont touch device refcount
2009-09-15 Alexey Dobriyannet: constify struct inet6_protocol
2009-06-09 David S. Milleripv6: Use frag list abstraction interfaces.
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-03-19 Jorge Boncompte... netns: oops in ip[6]_frag_reasm incrementing stats
2008-11-04 Alexey Dobriyannet: '&' redux
2008-10-08 Denis V. Lunevipv6: added net argument to IP6_ADD_STATS_BH
2008-10-08 Denis V. Lunevipv6: added net argument to IP6_INC_STATS_BH
2008-10-08 Denis V. Lunevnetns: add net parameter to IP6_INC_STATS
2008-10-08 Denis V. Lunevipv6: consolidate error paths in ipv6_frag_rcv
2008-10-01 Ilpo Järvinenipv6: almost identical frag hashing funcs combined
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-06-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-06-28 Pavel Emelyanovinet fragments: fix race between inet_frag_find and...
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-05-19 Pavel Emelyanovinet: Register fragmentation some ctls at read-only...
2008-05-19 Pavel Emelyanovipv6: In fragmentation code, handle error returned...
2008-05-19 Pavel Emelyanovinet: Rename fragmentation sysctl-related functions...
2008-05-03 Daniel Lezcanonetns: Fix reassembly timer to use the right namespace
2008-03-28 Joe Perches[NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_I...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the pernet subsystem for fragments.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the LRU list per namespace.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Isolate the secret interval from namesp...
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make thresholds work in namespaces.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work...
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Duplicate sysctl tables for new namespaces.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the mem counter per-namespace.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the nqueues counter per-namespace.
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Make the inet_frag_queue lookup work...
2008-01-28 Pavel Emelyanov[NETNS][FRAGS]: Move ctl tables around.
2008-01-28 Daniel Lezcano[IPV6]: Fix ip6_frag ctl
2008-01-28 Daniel Lezcano[NETNS][IPV6]: Make ip6_frags per namespace.
2008-01-28 Daniel Lezcano[IPV6]: make frag to return an error at initialization
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-18 Pavel Emelyanov[INET]: Omit double hash calculations in xxx_frag_intern
2007-10-15 Herbert Xu[IPV6]: Replace sk_buff ** with sk_buff * in input...
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-10-15 Herbert Xu[IPV6]: Make ipv6_frag_rcv return the same packet
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
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]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
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.
2006-12-03 Al Viro[IPV6]: Misc endianness annotations.
2006-12-03 YOSHIFUJI Hideaki[IPV6]: Per-interface statistics support.
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
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-04-12 Zach Brown[IPv6] reassembly: Always compute hash under the fragme...
2006-03-21 Ingo Oeser[IPV6]: Cleanup of net/ipv6/reassambly.c
2006-01-07 Patrick McHardy[IPV6]: Move nextheader offset to the IP6CB
2005-11-16 Yasuyuki Kozakai[IPV4,IPV6]: replace handmade list with hlist in IPv...
2005-09-08 Stephen Hemminger[IPV6]: Need to use pskb_trim_rcsum().
2005-08-29 Patrick McHardy[NET]: Store skb->timestamp as offset to a base timestamp
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2