summaryrefslogtreecommitdiff
path: root/sys/netinet6/route6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r174510: Clean up VCS Ids.David E. O'Brien2008-09-011-3/+5
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-7/+6
* Turn off route header processing for now due to issues pointed outGeorge V. Neville-Neil2007-04-231-0/+7
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-4/+19
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* hide m_tag, again.Hajimu UMEMOTO2003-10-291-4/+3
* cleanup use of m_tag.Hajimu UMEMOTO2003-10-281-3/+4
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-10-241-2/+1
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-9/+9
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-4/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-5/+21
* repair type 0 routing header support. it was caused by RFC2292/2292bisJun-ichiro itojun Hagino2000-09-031-1/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-24/+74
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+155