aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_gif.c
Commit message (Expand)AuthorAgeFilesLines
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-0/+9
* 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-3/+0
* Fix and add a workaround on an issue of EtherIP packet with reversedHiroki Sato2009-06-071-2/+16
* On architectures with strict alignment requirements compensateMarius Strobl2009-03-071-4/+18
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsBjoern A. Zeeb2009-01-311-2/+2
* Switch the last protosw* structs to C99 initializers.Bjoern A. Zeeb2009-01-051-5/+9
* Unlike with struct protosw, several instances of struct ip6protoswRobert Watson2009-01-041-1/+0
* 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
* A bunch of formatting fixes brough to light by, or created by the Vimage commitJulian Elischer2008-08-201-1/+0
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-4/+5
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* Space cleanupXin LI2007-07-051-13/+13
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-20/+9
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-1/+2
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* shut up strict-aliasing rules warning.Hajimu UMEMOTO2006-02-051-1/+1
* Add some initial locking to gif(4). It doesn't covers the whole driver,Gleb Smirnoff2006-01-301-0/+2
* Add RFC 3378 EtherIP support. This change makes it possible to add gifAndrew Thompson2005-12-211-0/+19
* fix IP(v4) over IPv6 tunneling most likely broken with ifnet changes.Hajimu UMEMOTO2005-06-201-1/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-5/+5
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* In certain cases ip_output() can free our route, so checkGleb Smirnoff2004-12-101-1/+2
* style the last changeGleb Smirnoff2004-12-091-2/+2
* MFinet4:Gleb Smirnoff2004-12-091-3/+10
* add ECN support in layer-3.Hajimu UMEMOTO2003-10-291-13/+15
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-101-2/+0
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-5/+6
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-10-171-2/+1
* use encapcheck.Hajimu UMEMOTO2002-10-161-16/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-161-27/+99
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-2/+2
* Fix warnings in the gif(4) driver so it compiles with -Werror.Brooks Davis2002-02-261-2/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-42/+31
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-4/+0
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-36/+117
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-4/+19
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+263