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
/
mac68k
/
dev
/
if_ae.c
Age
Commit message (
Expand
)
Author
2007-01-22
use the MI DP8390 driver instead of rolling our own functions
Martin Reindl
2007-01-12
fix altq for mc(4); make mbuf functions return NULL instead of 0 while
Martin Reindl
2007-01-03
shorten dmesg a bit
Martin Reindl
2006-12-06
fix some multi-line comments and printfs
Martin Reindl
2006-04-14
rm trailing whitespace
Martin Reindl
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-01-09
Remove duplicate defines with if_ether.h
Miod Vallat
2005-09-12
- Add byte-swap and stride options to bus_space.
Martin Reindl
2005-08-05
- missing m_free()
Martin Reindl
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-11-26
More interrupt system cleaning and homogenization:
Miod Vallat
2004-08-03
the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@
Todd T. Fries
2004-04-16
probe correct amount of RAM on cards that have 64KB memory
Xavier Santolaria
2003-03-12
backout the two previous patches, it breaks the 3com ae card and I don't
Jason Wright
2003-01-28
Remove (now) bogus diagnostic check and set the output length correctly (why ...
Jason Wright
2003-01-27
padd < mimimum sized frames with 0's instead of whatever the chip wants; base...
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-20
occured->occurred
Mike Pechkin
2001-07-09
Trivial ether_input_mbuf().
Federico G. Schwindt
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
1999-05-13
Compensate for the check for onwership of unicast packets in promiscuous
Jason Wright
1997-04-25
Cool. Drop oversized packets rather than splitting into mbufs. NetBSD log:
gene
1997-04-17
Changes earmarked 'purely cosmetic' by Scott Reynolds:
gene
1997-03-25
From scottr@netbsd.org:
briggs
1997-03-08
Sync with NetBSD of about 4 March.
briggs
1997-01-24
Sync w/ NETBSD_CURRENT_971122.
briggs
1996-05-26
Add OpenBSD Id string.
briggs
1996-05-26
Sync with NetBSD-current.
briggs
1996-05-05
add general ether_ioctl call in net/if_ethersubr.c,
Michael Shalayeff
1996-02-04
Cosmetic unsigned char -> u_char
briggs
1996-02-02
Force the talley counters to be read when we get the interrupt. GCC
briggs
1996-01-14
from netbsd:
briggs
1995-12-27
from netbsd:
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt