Age | Commit message (Expand) | Author |
2013-10-29 | Kill sc_attached, attach and detach events for USB devices are triggered | Martin Pieuchot |
2013-10-01 | Use %z* for size_t | Stefan Fritsch |
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-02-02 | - remove product/vendor table and let the driver attach based on class, etc. | Federico G. Schwindt |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-06-20 | - urndis_match() should support multiple interface descriptors. | Federico G. Schwindt |
2012-03-24 | add ZTE HSUSB. | Federico G. Schwindt |
2011-07-20 | this works on the galaxy s2 too. | Jasper Lievisse Adriaanse |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-05-05 | Attach to Samsung Galaxy S, from Erik Mugele. ok jsg@ mk@ | Stuart Henderson |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-16 | * instead of NULLing pointers to interface descriptors in the uaa, mark | Jacob Meuser |
2010-10-27 | don't free network related resources if they were not allocated | Jacob Meuser |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2010-07-31 | The code referencing urndis_watchdog() is #if 0'd out, but the actual | Michael Knudsen |
2010-07-31 | Break some really long lines. | Michael Knudsen |
2010-07-14 | In urndis_decap(), delay the memcpy() for as long as possible. There is | Michael Knudsen |
2010-07-14 | urndis_newbuf() is only called with NULL as it's third argument so just | Michael Knudsen |
2010-06-06 | Use usb_lookup() instead of rolling our own. ok armani@ fabien@ | Miod Vallat |
2010-04-05 | Remove a useless usbd_get_interface_descriptor. | Jonathan Armani |
2010-03-25 | Update to match renamed product id. | Michael Knudsen |
2010-03-15 | Correct return from attach on error, add splx() and urndis_stop(). | Fabien Romano |
2010-03-14 | Rewrite urndis_match() logic for the HTC Hero to match on vendor and | Michael Knudsen |
2010-03-11 | Correct a wrong printf and move a check than should be before the debug. | Jonathan Armani |
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 | Rename RNDIS_DEBUG to match device name. | 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-06 | Add a flag to know if the interface successfully attached like | Jonathan Armani |
2010-03-05 | Correct a wrong printf message, from fabien, ok mk@ | Jonathan Armani |
2010-03-04 | Add defines for header and data offset, offsetof() uses from mk@. | Jonathan Armani |
2010-03-03 | Change third parameter for urndis_decap() to be of type u_int32_t. | Michael Knudsen |
2010-03-03 | In urndis_ctrl_recv(), don't copy the received data to a newly allocated | Michael Knudsen |
2010-03-03 | When I first started on urndis, I didn't realise that all values were | Michael Knudsen |
2010-03-03 | Remove XXX that's no longer valid. | Michael Knudsen |
2010-03-02 | Rename sc_sc to sc_softc. | 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 |