summaryrefslogtreecommitdiff
path: root/sys/net/if_gif.h
AgeCommit message (Collapse)Author
2003-12-03add support for ifconfig clone/destroy; ok henning deraadtMarkus Friedl
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-26cosmeticJun-ichiro itojun Hagino
2001-07-27variable name "gif" is way too generic - use "gif_softc". sync with kameJun-ichiro itojun Hagino
2001-02-16sync whitespace/comment with kame. to help merge tasksJun-ichiro itojun Hagino
2000-12-30gif_start() prototypeAngelos D. Keromytis
2000-01-12Remove gif_input() -- not needed anymore.Angelos D. Keromytis
2000-01-07Cleanup ifdefsAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon).