Age | Commit message (Expand) | Author |
2011-06-19 | fix up unbalanced format strings | Jonathan Gray |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker |
2009-06-02 | satosin was already defined in in.h, no need to redefine it here | Bret Lambert |
2008-09-28 | Ansify function declarations for gif(4). | Joel Sing |
2008-09-28 | Clear the PF state key before an IP packet exits a gif(4) tunnel, in order | Joel Sing |
2007-02-15 | Simplify even more by reducing shared code in #if NBRIDGE and default case. | Claudio Jeker |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2005-12-23 | Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@ | Claudio Jeker |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
2003-07-28 | allow gif(4) over ipsec: mark mbuf for transport mode SA, | Markus Friedl |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
2002-05-30 | minor KNF. nuke obsolete IFF_LINK0 support completely | Jun-ichiro itojun Hagino |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2001-12-07 | sync comment with kame | Jun-ichiro itojun Hagino |
2001-08-19 | Pass the interface (if any) to ipip_input(), so it can be used in | Angelos D. Keromytis |
2001-07-27 | variable name "gif" is way too generic - use "gif_softc". sync with kame | Jun-ichiro itojun Hagino |
2001-06-08 | Update packet counters correctly. | Artur Grabowski |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis |
2001-05-30 | No need for last argument in ipip_output() | Angelos D. Keromytis |
2001-04-14 | Minor changes, preparing for real socket-attached TDBs; also, more | Angelos D. Keromytis |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2001-02-16 | sync whitespace/comment with kame. to help merge tasks | Jun-ichiro itojun Hagino |
2000-12-31 | Fix non-NBRIDGE case | Angelos D. Keromytis |
2000-12-31 | Remove debugging printf. | Angelos D. Keromytis |
2000-12-30 | AF_LINK case. | Angelos D. Keromytis |
2000-12-30 | Send AF_LINK to etherip_output() | Angelos D. Keromytis |
2000-05-25 | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. | Jun-ichiro itojun Hagino |
2000-02-07 | s/DIAGNOSTIC/DEBUG/ | Jun-ichiro itojun Hagino |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-11 | Mostly cosmetic changes, and avoid an m_pullup() | Angelos D. Keromytis |
2000-01-07 | s/memset/bzero/ | Jun-ichiro itojun Hagino |
1999-12-28 | remove non-effective kame patch. openbsd ip_input() passes | Jun-ichiro itojun Hagino |
1999-12-21 | reuse encapsulate/decapsulate routine in ip_ip4.c from gif interface | Jun-ichiro itojun Hagino |
1999-12-09 | Minor cleanup | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |