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_urndisreg.h
Age
Commit message (
Expand
)
Author
2013-11-21
Revert r1.41, in this driver sc_attached does not indicate that the
Martin Pieuchot
2013-11-08
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().
Paul Irofti
2013-10-29
Kill sc_attached, attach and detach events for USB devices are triggered
Martin Pieuchot
2013-04-15
Get rid of various 'typedef struct' definitions and use plain structure
Marcus Glocker
2012-06-20
- urndis_match() should support multiple interface descriptors.
Federico G. Schwindt
2010-07-08
make the buffer big enough to hold a 1500 byte packet. Workaround (mtu
Chris Kuethe
2010-03-07
Garbage collect a softc member that we don't use because we don't do
Michael Knudsen
2010-03-07
Update my address, while there update armani's too per his request.
Fabien Romano
2010-03-07
Some cleanup and dead code removal to bring us in line with other
Michael Knudsen
2010-03-07
We're only sending one packet at a time, so garbage collect sc_lim_pktcnt
Michael Knudsen
2010-03-07
Garbage collect some struct members that we don't use.
Michael Knudsen
2010-03-06
Forgot this one, sorry, reported by maja@.
Jonathan Armani
2010-03-04
Add defines for header and data offset, offsetof() uses from mk@.
Jonathan Armani
2010-03-03
When I first started on urndis, I didn't realise that all values were
Michael Knudsen
2010-03-02
Rename sc_sc to sc_softc.
Michael Knudsen
2010-03-02
Remove some XXXs.
Michael Knudsen
2010-03-02
Zap unused struct.
Michael Knudsen
2010-03-02
Get rid of the code that deals with the interrupt pipe. The current
Michael Knudsen
2010-03-01
Add urndis(4), a driver for RNDIS Ethernet over USB.
Michael Knudsen