Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / sys / netinet6 / ip6_input.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-15 Michael Neumannsuser_* to priv_* conversion
2008-09-24 Sepherosa ZiehauAdd NETISR_FLAG_NOTMPSAFE, which could be used as the...
2008-09-23 Sepherosa ZiehauAdd following three network protocol threads running...
2008-09-04 Hasso TepperThe result of the "RFC3542 support" SoC project by...
2007-10-14 Hasso TepperAccording to RFC2711 routers shouldn't treat all packet...
2007-05-23 Matthew Dillon* Greatly reduce the complexity of the LWKT messaging...
2007-05-07 Hasso TepperMore agressive fix for IPv6 routing header type 0 issue.
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-24 Jeffrey HsuCosmetic changes.
2006-09-29 Jeffrey HsuExplicitly mark places in the IPv6 code that require...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-05-20 Matthew DillonEmbed the netmsg in the mbuf itself rather than allocat...
2006-01-14 Sascha Wildner* Remove (void) casts for discarded return values.
2005-06-17 Matthew DillonAbstract out the location of an m_tag's data by adding...
2005-02-11 Joerg SonnenbergerImport ALTQ support from KAME. This is based on the...
2005-02-01 Hiroki Sato- Nuke #ifdef SCOPEDROUTING. It was never enabled...
2005-01-03 Jeffrey HsuCorrect a byte-order bug with fragment header scanning.
2004-12-21 Jeffrey HsuClean up the routing and networking code before I paral...
2004-10-15 Jeffrey HsuUpdate includes now that the Fast IPSec code has moved...
2004-09-17 Matthew Dillontimeout/untimeout ==> callout_* [ Adding missing callou...
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Matthew DillonAdd a pfil_has_hooks() inline to shortcut calls to...
2004-05-20 Chris PresseyStyle(9) cleanup to src/sys/netinet6:
2004-05-04 Matthew Dillonip6_input() must call the IP6_EXTHDR_CHECK() macro...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-03-06 Jeffrey HsuDispatch upper-half protocol request handling.
2003-12-02 Jeroen Ruigrok/asmodaiAdd PFIL_HOOKS functionality. This allows us to plug...
2003-11-08 Matthew DillonNetwork threading stage 1/3: netisrs are already softwa...
2003-09-16 Jeffrey HsuAdd missing interface queue.
2003-09-15 Jeffrey HsuCentralize if queue handling.
2003-08-23 Robert Garrettwell, if netproto doesnt need old prototypes inet6...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-29 Hiten PandyaKernel Police:
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: