aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* When global anycast address was assigned to lo0, wrong sourceHajimu UMEMOTO2001-08-031-3/+5
* do not M_WAITOK in in6_update_ifa(), since this function can be calledHajimu UMEMOTO2001-07-151-1/+6
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-5/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-550/+977
* workaround; be sure to initialize nd6 interface information when IPv6Jun-ichiro itojun Hagino2001-01-181-0/+8
* correct rtentry reference count in in6_ifloop_request().Jun-ichiro itojun Hagino2000-07-121-3/+5
* Suppress a warning message about trigraphs.Greg Lehey2000-07-071-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-427/+541
* Permit site local addr in IPv6 source address selection rule.Yoshinobu Inoue2000-02-071-2/+23
* Added ip6_forwarding check when prefix related ioctl is called.Yoshinobu Inoue2000-01-271-0/+2
* Change struct sockaddr_storage member name, because following changeYoshinobu Inoue2000-01-131-9/+9
* prevent kernel panic at suspend/resume.Yoshinobu Inoue2000-01-031-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-17/+14
* Just to avoid warning message about trigraph.Yoshinobu Inoue1999-11-301-1/+1
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+1879