summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207369:bz2010-05-061-95/+12
* MFC of 197952 and 198075julian2010-02-071-10/+11
* MFC r196569qingli2009-08-301-2/+25
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-201-20/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-10/+10
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-34/+26
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-0/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-1/+3
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-3/+12
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+11
* V_loif is not an array but a pure pointer, so treat it as such.zec2009-06-011-1/+1
* Reimplement the netisr framework in order to support parallel netisrrwatson2009-06-011-6/+8
* Merge final round of MLD changes from p4:bms2009-05-271-2/+14
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-2/+3
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-21/+8
* Compare protosw pointer with NULL.bz2009-04-231-1/+1
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+19
* First pass at separating per-vnet initializer functionszec2009-04-061-8/+23
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Remove the single global unlocked route cache ip6_forward_rtbz2009-02-011-48/+32
* Remove 4 entirely unsued ip6 variables.bz2009-01-301-5/+0
* Correct variable name in comment.bz2008-12-221-1/+1
* Only unlock the llentry if it is actually valid.bz2008-12-181-1/+2
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-5/+5
* This main goals of this project are:qingli2008-12-151-1/+22
* Second round of putting global variables, which were virtualizedbz2008-12-131-4/+2
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+8
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Change the initialization methodology for global variables scheduledzec2008-11-191-4/+83
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-76/+77
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-161-6/+14
* Remove NETISR_MPSAFE, which allows specific netisr handlers to be directlyrwatson2008-07-041-1/+1
* Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6rwatson2008-07-031-2/+0
* Set the IPv6 netisr handler as NETISR_MPSAFE on the basis that, despiterwatson2008-07-021-1/+1
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-241-16/+33
* un-__P()obrien2008-01-081-4/+4
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-55/+21
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-6/+6
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-20/+12
* handle IPv6 router alert option contained in an incoming packet perjinmei2007-05-141-4/+18
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-1/+2
* MFp4: 92972, 98913 + one more changebz2006-12-121-2/+4
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Remove ip6fw. Since ipfw has full functional IPv6 support now and - inmlaier2006-05-121-23/+0
* Somewhat re-factor the read/write locking mechanism associated with the packetcsjp2006-02-021-1/+1
OpenPOWER on IntegriCloud