index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_gif.c
Age
Commit message (
Expand
)
Author
2001-02-20
provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation.
Jun-ichiro itojun Hagino
2001-02-20
use u_int32_t, not u_int, for DLT_NULL encapsulation. sync with kame
Jun-ichiro itojun Hagino
2001-02-06
allow configuring gif ifaces; itojun@ ok
Michael Shalayeff
2000-12-31
ifdef -> if
Angelos D. Keromytis
2000-12-31
Fix non-INET6 case
Angelos D. Keromytis
2000-12-30
Define gif_start(), which uses gif_output() with an AF_LINK sockaddr
Angelos D. Keromytis
2000-10-07
on SIOC*IFPHY*, validate args more correctly.
Jun-ichiro itojun Hagino
2000-01-17
don't need IFF_RUNNING for gif, as no resource is allocated for
Jun-ichiro itojun Hagino
2000-01-17
remove IFF_RUNNING if it becomes !IFF_UP.
Jun-ichiro itojun Hagino
2000-01-12
Remove gif_input() -- not needed anymore.
Angelos D. Keromytis
2000-01-10
Typos.
Angelos D. Keromytis
2000-01-09
Reduce calllimit from 10 to 3; this should avoid running out of stack
Angelos D. Keromytis
2000-01-07
Cleanup ifdefs
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino