aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/route6.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-2/+0
* Implement RFC 5095 more fully. Rather than marking this no-op code asWarner Losh2009-05-091-9/+0
* Start removing IPv6 Type 0 Routing header code.Bjoern A. Zeeb2009-03-031-136/+10
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-9/+10
* Clean up VCS Ids.David E. O'Brien2007-12-101-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