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
2024-05-23
remove unneeded includes; ok mpi@
Jonathan Gray
2021-08-09
Fix up flags passed to usbd_open_pipe_intr() - interrupt pipes are always
Jonathan Matthew
2020-07-31
Nuke all occurrences of usbd_abort_pipe() if it gets called right
Marcus Glocker
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
Patrick Wildt
2020-02-22
use the UE_GET_XFERTYPE macro where applicable
Jasper Lievisse Adriaanse
2018-10-02
Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().
Stefan Sperling
2018-07-03
Use LIST_FOREACH construct instead of homebrew loop.
Kevin Lo
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-19
Only match devices with a valid configuration.
uaa
2015-03-23
Convert to if_input(), tested by jsg@, thanks!
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-01-22
udav(4): add CoreChip RD9700 support
sasano
2013-11-15
Clean-up usbd_abort_pipe() usage.
Paul Irofti
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
[next]