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
/
dev
/
isa
/
if_hp.c
Age
Commit message (
Expand
)
Author
2006-04-16
Convert the last remaining net-driver users of ether_input to ether_input_mbuf.
Christopher Pascoe
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2004-09-28
Use ETHER_MAX_DIX_LEN
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-06-13
debranch SMP, have fun
Niklas Hallqvist
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-06-30
allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know
Jun-ichiro itojun Hagino
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-23
More constants cleaning.
Federico G. Schwindt
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
1999-02-28
compensate for the test of packet ownership being moved to ether_input()
Jason Wright
1996-05-05
add general ether_ioctl call in net/if_ethersubr.c,
Michael Shalayeff
1996-03-08
From NetBSD: merge of 960217
Niklas Hallqvist
1995-12-27
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt