Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / sys / netinet6 / in6.c
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-28 Peter AvalosAdd the management part of address selection policy...
2008-12-26 Sepherosa ZiehauRework carp(4) IPv4 support.
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-10-03 Hasso TepperIf a neighbor solictation or neighbor advertisement...
2008-04-20 Sascha WildnerAnother round of typo fixes (mostly in messages).
2008-03-07 Sepherosa ZiehauParallelize ifnet.if_addrhead accessing by duplicating...
2008-03-01 Sascha WildnerAnsify some remaining function definitions in the kernel.
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-08-16 Matthew DillonBring CARP into the tree. CARP = Common Address Redund...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-24 Jeffrey HsuCosmetic changes.
2006-09-30 Sascha WildnerFix redefinition of M_IPMADDR malloc type.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-11-28 Matthew DillonMake all network interrupt service routines MPSAFE...
2005-07-26 Matthew DillonAdd missing crit_exit().
2005-06-03 Eirik NygaardRemove *spl() from netinet6 replacing them with critica...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-01-06 Jeffrey HsuNow that I understand the poorly written BSD routing...
2005-01-06 Jeffrey HsuCosmetic cleanups.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/netinet6:
2004-03-23 Jeffrey HsuEliminate use of curthread in if_ioctl functions by...
2003-08-23 Robert Garrettwell, if netproto doesnt need old prototypes inet6...
2003-06-25 Matthew Dillonproc->thread stage 4: post commit cleanup. Fix minor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: