summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- 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
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-22/+23
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Fix warnings caused by discarding const.alfred2002-02-271-3/+3
* Make faith loadable, unloadable, and clonable.brooks2001-09-251-0/+2
* KSE Milestone 2julian2001-09-121-9/+9
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* When global anycast address was assigned to lo0, wrong sourceume2001-08-031-3/+5
* do not M_WAITOK in in6_update_ifa(), since this function can be calledume2001-07-151-1/+6
* gif(4) and stf(4) modernization:brooks2001-07-021-5/+0
* Sync with recent KAME.ume2001-06-111-550/+977
* workaround; be sure to initialize nd6 interface information when IPv6itojun2001-01-181-0/+8
* correct rtentry reference count in in6_ifloop_request().itojun2000-07-121-3/+5
* Suppress a warning message about trigraphs.grog2000-07-071-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-427/+541
* Permit site local addr in IPv6 source address selection rule.shin2000-02-071-2/+23
* Added ip6_forwarding check when prefix related ioctl is called.shin2000-01-271-0/+2
* Change struct sockaddr_storage member name, because following changeshin2000-01-131-9/+9
* prevent kernel panic at suspend/resume.shin2000-01-031-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-17/+14
* Just to avoid warning message about trigraph.shin1999-11-301-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1879
OpenPOWER on IntegriCloud