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_tun.c
Age
Commit message (
Expand
)
Author
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-09-29
fix byte counters; imain@netidea.com
Theo de Raadt
1999-07-24
Return EMSGSIZE for zero length writes - don't panic.
brian
1999-04-22
we don't need to include buf.h
Artur Grabowski
1998-08-02
#define TUNMRU as 16384 and allow incoming packets
brian
1998-06-26
convert DLT_LOOP header to network-order u_int32_t
Theo de Raadt
1997-12-31
return error instead of EINTR; brian
Theo de Raadt
1997-12-31
two missing splx(); one from brian, one from me
Theo de Raadt
1997-08-31
for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid
Theo de Raadt
1997-07-29
tun_bpf not needed
Theo de Raadt
1997-07-29
tell bpf packet header is u_char sized; also indent. spotted by newsham
Theo de Raadt
1997-07-24
reindent
Theo de Raadt
1997-07-23
add atalk
Michael Shalayeff
1997-02-14
limit writes to ifp->if_mtu not TUNMTU
Theo de Raadt
1996-06-17
bad splx, bad bad bad
Theo de Raadt
1996-06-02
Fix accident in last commit
Niklas Hallqvist
1996-06-02
shut up GCC -Wall about /* inside a comment
Niklas Hallqvist
1996-05-27
if_name -> if_xname
Theo de Raadt
1996-05-16
drom NetBSD PR#2411:
Michael Shalayeff
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
1996-04-24
sorry, folks. cut&paste bug happened.
Michael Shalayeff
1996-04-24
Add IPX support.
Michael Shalayeff
1996-04-21
partial sync with netbsd 960418, more to come
Theo de Raadt
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1996-02-21
fixed bug in debugging code, so it'll compiles now w/o TUN_DEBUG
Michael Shalayeff
1996-02-20
bug fixes, speedups. multiple AFs support.
Michael Shalayeff
1995-12-15
use m_pkthdr.len for FIONREAD, correctly indicates how much data is available
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt