summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-15/+16
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-1/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-10/+10
* un-__P()obrien2008-01-081-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Remove more dup'd codejulian2007-12-061-21/+0
* remove duped codejulian2007-12-061-26/+1
* Space cleanupdelphij2007-07-051-3/+3
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-72/+30
* fixed memory leak for IPv6 multicast membership information associatedjinmei2007-06-021-19/+16
* simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK withjinmei2007-06-021-6/+3
* do not directly call rtfree() to meet an assumption in the callee.jinmei2007-05-251-6/+9
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-241-1/+1
* In ip6_sprintf print the addresses in a more common/readablebz2006-12-161-4/+18
* MFp4: 92972, 98913 + one more changebz2006-12-121-20/+21
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-17/+41
* fixed a bug that IPv6 packets arriving to stf are not accepted.suz2006-09-221-2/+6
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-6/+0
* Fix spurious warnings from neighbor discovery when working with IPv6 overgnn2006-06-081-8/+40
* Fix for an inappropriate bzero of the ICMPv6 stats. The code was zero'ing th...gnn2006-02-081-1/+1
* statically configured IPv6 address is properly added/deleted nowsuz2005-10-311-75/+51
* fixed a compilation failure on amd64/sparc64/ia64suz2005-10-221-2/+2
* sync with KAME regarding NDPsuz2005-10-211-80/+322
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...suz2005-10-191-0/+1
* sync with KAME in the following points:suz2005-10-191-24/+19
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-071-4/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* scope cleanup. with this changeume2005-07-251-136/+187
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-021-4/+8
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-2/+35
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Remove in6_prefix.[ch] and the contained router renumbering capability.rwatson2004-08-231-7/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* move in6_addmulti()/in6_delmulti() into mld6.cume2004-03-041-90/+0
* missing splx().ume2004-03-041-1/+3
* - stlye and commentsume2004-03-031-15/+16
* Bring eventhandler callbacks for pf.mlaier2004-02-261-0/+3
* Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6cperciva2004-02-241-1/+2
* try rtinit() only when the route is not installed.ume2004-01-101-2/+5
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-1/+1
* byebye in6_ifawithscope(). it was a function for old sourceume2003-11-051-282/+0
* use nd6log().ume2003-11-041-30/+24
OpenPOWER on IntegriCloud