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_faith.c
Age
Commit message (
Expand
)
Author
2008-05-07
There is no reason to have a faithrtrequest() function that sets the MTU to
Claudio Jeker
2007-12-20
return with ENOTTY instead of EINVAL for unknown ioctl requests.
Brad Smith
2007-09-15
malloc sweep:
Henning Brauer
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-04
With the exception of two other small uncommited diffs this moves
Brad Smith
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-07-31
Missed argument in previous commit, applied separately to ease merges.
Christopher Pascoe
2005-07-31
Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain
Christopher Pascoe
2003-12-16
return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer
Markus Friedl
2003-12-03
add support for ifconfig clone/destroy; ok henning deraadt
Markus Friedl
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-03
string fixes; tedu ok
Theo de Raadt
2003-05-03
just as a safety measure, set m_flags to 0 for mbufs allocated on stack.
Jun-ichiro itojun Hagino
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2002-06-04
no need to specify rmx_send/recvpipe.
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-26
cosmetic
Jun-ichiro itojun Hagino
2001-07-10
another lame OpenBSD tag.
Federico G. Schwindt
2001-06-09
Include cleanup.
Angelos D. Keromytis
2001-06-09
These don't need net_osdep.h
Angelos D. Keromytis
2001-02-20
use u_int32_t, not u_int, for DLT_NULL encapsulation. sync with kame
Jun-ichiro itojun Hagino
2001-01-19
pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted).
Jun-ichiro itojun Hagino
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
2000-01-07
ifdef cleanup
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino