summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* 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