summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207369:bz2010-05-061-55/+22
* MFC r206481:bz2010-04-211-0/+1
* MFC r205637:bz2010-04-021-1/+1
* MFC 204402qingli2010-03-081-3/+6
* MFC r201284qingli2010-01-051-2/+22
* MFC r199225:ume2009-11-201-11/+10
* MFC r199173: CURVNET_RESTORE() was not called in certain cases.ume2009-11-141-1/+1
* MFC r198976, r198993:ume2009-11-091-1/+2
* Merge r196481 from head to stable/8:rwatson2009-08-281-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-6/+6
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-43/+27
* 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-6/+3
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-2/+7
* 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-7/+12
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Remove an #undef MIN that slipped under the radar and led me tozec2009-06-011-9/+0
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-1/+9
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-5/+4
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-1/+1
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-201-0/+4
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-2/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-2/+2
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-1/+1
* Remove unused local MACROs.bz2009-01-311-1/+0
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-171-10/+9
* - Simplify handling of the deferring of mbuf transmit until after lle lock dropkmacy2008-12-161-12/+28
* convert more pointer validation checks to checking against NULLkmacy2008-12-161-2/+2
* explicitly check return of lla_lookup against NULLkmacy2008-12-161-5/+5
* advance tail pointer in nd6_output_lle and check lla_output return against NULLkmacy2008-12-161-4/+8
* Initialize the variable "router", and apply "static_route" flagqingli2008-12-161-4/+7
* fix two use after frees in nd6_cache_lladdr caused by last minute unlock shuf...kmacy2008-12-161-2/+6
* This main goals of this project are:qingli2008-12-151-648/+393
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-4/+4
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-18/+53
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-4/+30
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-1/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-4/+5
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-54/+55
* un-__P()obrien2008-01-081-6/+6
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
* Close a race when trying to lookup a gateway route in rt_check().jhb2007-10-221-1/+3
* Space cleanupdelphij2007-07-051-3/+3
OpenPOWER on IntegriCloud