summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_urndis.c
AgeCommit message (Expand)Author
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-09-24remove dying flag in detach() function.Yojiro Uo
2010-07-31The code referencing urndis_watchdog() is #if 0'd out, but the actualMichael Knudsen
2010-07-31Break some really long lines.Michael Knudsen
2010-07-14In urndis_decap(), delay the memcpy() for as long as possible. There isMichael Knudsen
2010-07-14urndis_newbuf() is only called with NULL as it's third argument so justMichael Knudsen
2010-06-06Use usb_lookup() instead of rolling our own. ok armani@ fabien@Miod Vallat
2010-04-05Remove a useless usbd_get_interface_descriptor.Jonathan Armani
2010-03-25Update to match renamed product id.Michael Knudsen
2010-03-15Correct return from attach on error, add splx() and urndis_stop().Fabien Romano
2010-03-14Rewrite urndis_match() logic for the HTC Hero to match on vendor andMichael Knudsen
2010-03-11Correct a wrong printf and move a check than should be before the debug.Jonathan Armani
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-07Rename RNDIS_DEBUG to match device name.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-06Add a flag to know if the interface successfully attached likeJonathan Armani
2010-03-05Correct a wrong printf message, from fabien, ok mk@Jonathan Armani
2010-03-04Add defines for header and data offset, offsetof() uses from mk@.Jonathan Armani
2010-03-03Change third parameter for urndis_decap() to be of type u_int32_t.Michael Knudsen
2010-03-03In urndis_ctrl_recv(), don't copy the received data to a newly allocatedMichael Knudsen
2010-03-03When I first started on urndis, I didn't realise that all values wereMichael Knudsen
2010-03-03Remove XXX that's no longer valid.Michael Knudsen
2010-03-02Rename sc_sc to sc_softc.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