summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207268:kib2010-05-111-0/+25
* MFC r206481:bz2010-04-211-1/+5
* MFC r201282, r201543qingli2010-01-051-4/+12
* MFC r198418qingli2009-10-281-1/+1
* MFC r197227qingli2009-09-151-39/+5
* MFC r196871qingli2009-09-051-4/+7
* MFC r196864qingli2009-09-051-4/+7
* Merge r196535 from head to stable/8:rwatson2009-08-281-1/+1
* Merge r196481 from head to stable/8:rwatson2009-08-281-8/+3
* MFC r196152qingli2009-08-121-12/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* This patch does the following:qingli2009-07-271-2/+6
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-9/+0
* This patch adds a host route to an interface address (that is assignedqingli2009-07-121-0/+46
* 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-251-4/+17
* 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-241-31/+11
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-37/+86
* Clean up common ifaddr management:rwatson2009-06-211-3/+2
* Prevent integer overflow in direct pipe write code from circumventingcperciva2009-06-101-1/+1
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-9/+2
* When an interface address is removed and the last prefixqingli2009-05-201-0/+25
* This patch resolves the following issues:qingli2009-05-181-1/+196
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-34/+9
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-10/+10
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-201-0/+2
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-11/+10
* Close some but not all writer-writer races when maintaining IPv6rwatson2009-04-201-1/+18
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-5/+4
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-3/+3
* Revive the RTF_LLINFO flag in route.h. The kernel code is guardedqingli2009-01-121-0/+4
* Restrict arp, ndp and theoretically the FIB listing (if notbz2009-01-091-0/+4
* Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and relatedbz2009-01-091-0/+4
* Some modules such as SCTP supplies a valid route entry as an input argumentqingli2009-01-031-36/+15
* This checkin addresses a couple of issues:qingli2008-12-261-1/+1
* Similar to the INET case, do not destroy the nd6 entries forqingli2008-12-221-4/+6
* A couple of files were not meant to be committed.qingli2008-12-171-13/+0
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-171-0/+13
* check return from lla_lookup against NULL not zerokmacy2008-12-161-1/+1
* unlock and destroy an llentry's lock before freeingkmacy2008-12-161-0/+2
* This main goals of this project are:qingli2008-12-151-192/+254
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+10
* 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-1/+2
OpenPOWER on IntegriCloud