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