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
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2013-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2013-01-29
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2011-09-04
another udav device from Loganaden Velvindron
Jonathan Gray
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-23
a bit more ansi; ok tedu
Theo de Raadt
2011-03-31
Don't process packets where the USB xfer length is shorter than a packet
Michael Knudsen
2011-03-20
Update URI to data sheet. New location found on www.davicom.com.tw but
Michael Knudsen
2011-03-16
revert previous as it breaks nfs client as reported by kili@
Jasper Lievisse Adriaanse
2011-03-16
If we get a packet larger than if_hardmtu skip it.
Jonathan Gray
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-10-27
don't free network related resources if they were not allocated
Jacob Meuser
2010-10-23
check that a timeout(9) has been initialized before deleting it
Jacob Meuser
2010-10-23
create another kthread to run xfer abort tasks. xfer abort tasks cannot
Jacob Meuser
2010-08-27
Delete comments about these drivers needing powerhook support; they don't.
Theo de Raadt
2009-11-22
add a bunch of devices found in linux drivers
Jonathan Gray
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2007-11-23
Sanitize the use of timeouts:
Marc Balmer
2007-11-01
even better attach printing; Nicholas Marriott
Theo de Raadt
2007-11-01
fix attach time messages; tested by Nicholas Marriott
Theo de Raadt
2007-11-01
Admtek/Shantou ADM8515; nicm__@ntlworld.com
Theo de Raadt
2007-10-20
Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package.
Bob Beck
2007-10-11
treat usb vendor/product names as a locator, and have usbd_print handle it,
Theo de Raadt
2007-06-14
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and
Marc Balmer
2007-06-13
Remove the definition and usage of the IF_INPUT macro which was defined
Marc Balmer
2007-06-12
Remove the definition and use of the device_ptr_t which was a struct device *.
Marc Balmer
2007-06-11
Remove the definition and usage of the USBGETSOFTC macro, which was really
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEVNAME macro.
Marc Balmer
2007-06-10
Remove the definition and use of the USBDEV macro. It only created confusion
Marc Balmer
2007-06-10
Remove definitions and usage of usb_callout and related macros. These macros
Marc Balmer
2007-06-09
Remove the definition and use of if_deactivate(). It was defined empty and
Marc Balmer
2007-06-05
Remove the "Static" declaration of many functions. It was defined to be empty
Marc Balmer
2007-05-27
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.
Jonathan Gray
2007-05-21
Remove logprintf macro
Jonathan Gray
2007-05-21
Remove Ether_ifattach macro
Jonathan Gray
2007-05-06
More lockmgr -> rwlock low hanging fruit.
Kenneth R Westerback
2007-04-16
Another unbranded udav(4) device.
Jonathan Gray
2007-02-18
Add support for ShanTou ST268.
Jonathan Gray
2006-09-29
Add support for HenTong WK-668, and match the generic DM9601 id
Jonathan Gray
2006-06-23
In a drivers activate() entry point, if on DVACT_DEACTIVATE it does
Miod Vallat
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
[next]