aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_var.h
Commit message (Expand)AuthorAgeFilesLines
* fixed memory leak for IPv6 multicast membership information associatedJINMEI Tatuya2007-06-021-0/+3
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-1/+1
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-291-2/+0
* Use queue(3) macros instead of accessing list/queue internals directly.Yaroslav Tykhiy2006-06-291-3/+3
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-4/+15
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...SUZUKI Shinsuke2005-10-191-0/+1
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,David E. O'Brien2005-09-071-1/+1
* - fix typo in comment.Hajimu UMEMOTO2005-08-121-1/+1
* Modify network protocol consumers of the ifnet multicast address listsRobert Watson2005-08-021-0/+2
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-5/+0
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-0/+4
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* add management part of address selection policy described inHajimu UMEMOTO2003-10-301-0/+13
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-1/+4
* - change scope to zone.Hajimu UMEMOTO2003-10-211-1/+1
* nuke duplicate function and unused function.Hajimu UMEMOTO2003-10-171-3/+1
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-9/+13
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-19/+16
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-1/+0
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-10/+34
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-2/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-203/+229
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-3/+8
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-97/+4
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+647