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
/
usb
/
if_udav.c
Age
Commit message (
Expand
)
Author
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-07
Remove last NRND NetBSDisms from tree.
Kenneth R Westerback
2006-02-06
typos from alexey dobriyan;
Jason McIntyre
2006-01-29
Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in
Brad Smith
2005-08-01
Don't keep the devinfo string on the stack, instead use malloc/free.
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-07-02
don't call mii_pollstat() right after mii_tick() in foo_tick_task()
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-01-03
- make sure int is in running state before touching the multicast filters
Brad Smith
2004-12-30
fix for some archs that don't like unaligned accesses, eg sparc64 and alpha
David Gwynne
2004-12-26
Properly indent with tabs rather than spaces.
Jonathan Gray
2004-12-26
Remove uneeded ifdefs/code.
Jonathan Gray
2004-12-03
URL of data sheet has changed.
Jonathan Gray
2004-12-03
Don't need to set ifp->if_mtu as ether_ifattach does this for us.
Jonathan Gray
2004-11-11
strlcpy
Theo de Raadt
2004-10-05
pretty dmesg print
Theo de Raadt
2004-10-05
Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.
Jonathan Gray