aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gif.c
Commit message (Expand)AuthorAgeFilesLines
* network interface and link layer changes:Sam Leffler2002-11-151-2/+2
* last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-10-171-2/+2
* - drop too short IPv6 frameHajimu UMEMOTO2002-10-171-10/+15
* s/gifp/ifp/Hajimu UMEMOTO2002-10-171-11/+11
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-161-133/+157
* Revert 1.27, as it breaks IPv6 over IPv4 tunnels.Maxim Sobolev2002-09-261-2/+2
* mistakenly set IFF_UP by SIOCSIFPHYADDR.Hajimu UMEMOTO2002-09-201-4/+0
* Restore original behaviour of recursion preventer.Maxim Sobolev2002-09-131-4/+7
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREMaxim Sobolev2002-09-091-2/+2
* Make recursion prevention variable per-instance and remove XXX commentMaxim Sobolev2002-09-051-7/+4
* Correct error handling during MAC transmission check for if_gif.Robert Watson2002-08-121-2/+5
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-08-011-1/+12
* Move all unit number management cloned interfaces into the cloningBrooks Davis2002-05-251-4/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-7/+6
* Remove __P.Alfred Perlstein2002-03-191-5/+5
* Simplify the interface cloning framework by handling unitMaxime Henrion2002-03-111-46/+5
* Change the network interface cloning API so the destroy function returnsBrooks Davis2002-03-041-2/+3
* Fix warnings in the gif(4) driver so it compiles with -Werror.Brooks Davis2002-02-261-4/+6
* Make gif(4) nesting level and parallel tunnel support tunable at runtimeBrooks Davis2002-02-261-5/+27
* Staticise private interface lists.Mike Smith2002-01-081-1/+1
* /home/brooks/ng_gif.messageBrooks Davis2001-09-261-1/+19
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.Brooks Davis2001-09-261-6/+7
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-2/+1
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-71/+194
* Suppress update ifnet.iflastchange when processing packets for SNMPMunechika SUMIKAWA2001-06-191-1/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-54/+130
* First, wrap the if_up() call into splimp()/splx() becauseYaroslav Tykhiy2001-06-031-2/+5
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-12/+4
* Temporary hack for the benefit of the X-Bone projectKris Kennaway2000-07-201-0/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-96/+239
* IPv6 6to4 support.Yoshinobu Inoue2000-03-111-2/+17
* Wrap if_up() by splnet.Yoshinobu Inoue2000-02-271-1/+7
* Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.Peter Wemm2000-01-291-3/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+468