summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add management part of address selection policy described inume2003-10-301-0/+8
* correct LOR by using a local variable to hold resultsam2003-10-291-3/+5
* - change scope to zone.ume2003-10-211-7/+13
* correct linkmtu handling.ume2003-10-201-2/+5
* nuke duplicate function and unused function.ume2003-10-171-41/+3
* revert wrongly dropped null check by previous commit.ume2003-10-171-0/+2
* - add dom_if{attach,detach} framework.ume2003-10-171-32/+53
* nuke SCOPEDROUTING. Though it was there for a long time,ume2003-10-101-19/+0
* - fix typo in comment.ume2003-10-071-111/+78
* return(code) -> return (code)ume2003-10-061-61/+61
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-25/+31
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-251-5/+1
* SMP locking for ifnet list.hsu2002-12-221-0/+4
* Lock up ifaddr reference counts.hsu2002-12-181-4/+4
OpenPOWER on IntegriCloud