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
/
arch
/
vax
/
if
/
sgec.c
Age
Commit message (
Expand
)
Author
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-09
cosmetic change for ioctl funtions.. move splnet out from variable declaration.
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-08-22
Instead of spewing error messages about link status, support link status
Theo de Raadt
2006-08-31
Make sure we do mbuf operations at splnet(), for some models have ze
Miod Vallat
2006-08-30
Teach the SGEC driver about the Real World:
Miod Vallat
2006-08-27
Move cfdriver structs to better places, in preparation for new attachments.
Miod Vallat
2006-08-24
Check for a selftest failure after reset in the correct register.
Miod Vallat
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-24
splimp -> splnet
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-07-07
new-style interrupt counters. based on initial work by hugh. ok miod
Theo de Raadt
2003-05-11
string cleaning; krw ok
Theo de Raadt
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-08-25
Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,
Hugh Graham
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-04-27
sync w/netbsd
Brandon Creighton