summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* MFC r206481:bz2010-04-212-1/+6
* MFC of 206137rrs2010-04-171-1/+1
* MFC of 2 items to fix the csum for v6 issue:rrs2010-04-051-0/+19
* MFC r205637:bz2010-04-021-1/+1
* MFC 204402qingli2010-03-081-3/+6
* MFC of 197952 and 198075julian2010-02-074-15/+17
* MFC r202915:bz2010-01-271-1/+1
* MFC r202469:bz2010-01-241-1/+0
* MFC r202468:bz2010-01-231-0/+7
* MFC r201688:bz2010-01-171-1/+1
* MFC r200871:bms2010-01-072-16/+60
* MFC r201284qingli2010-01-051-2/+22
* MFC r201282, r201543qingli2010-01-052-5/+13
* MFC r200473:bz2009-12-281-1/+1
* MFC r200572:bms2009-12-221-0/+1
* MFC 197288,197326,197327,197328,197342,197914,197929,tuexen2009-12-071-4/+4
* MFC r198076:bz2009-12-051-1/+1
* MFC r199522..199528:bms2009-11-201-17/+66
* MFC r199518:bms2009-11-201-8/+30
* 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
* MFC r198418qingli2009-10-281-1/+1
* MFC r197227qingli2009-09-151-39/+5
* MFC r196871qingli2009-09-051-4/+7
* MFC r196864qingli2009-09-053-21/+35
* MFC r196865qingli2009-09-051-0/+4
* MFC r196649qingli2009-08-301-0/+9
* MFC r196569qingli2009-08-301-2/+25
* Merge r196535 from head to stable/8:rwatson2009-08-281-1/+1
* Merge r196481 from head to stable/8:rwatson2009-08-284-19/+14
* MFC r196152qingli2009-08-121-12/+3
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-0124-24/+2
* This patch does the following:qingli2009-07-271-2/+6
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-232-42/+13
* sysctl_msec_to_ticks is used with both virtualized andbz2009-07-211-10/+2
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-202-21/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-192-9/+11
* Fix a problem, whereby misbehaving IPv6 applications, which don't includebms2009-07-181-2/+12
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-1619-100/+100
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-1430-858/+412
* This patch adds a host route to an interface address (that is assignedqingli2009-07-121-0/+46
* Fix "options VIMAGE_GLOBALS" build following introduction ofrwatson2009-06-291-1/+1
* In in6_update_ifa(), jump to 'cleanup' rather than returning directlyrwatson2009-06-271-4/+7
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-257-5/+46
* Clean up reference management in in6_update_ifa and in6_unlink_ifa, andrwatson2009-06-251-7/+3
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-249-68/+35
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-238-89/+84
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-2314-86/+213
OpenPOWER on IntegriCloud