Age | Commit message (Expand) | Author |
2019-01-22 | Do not leak received mbufs if the NDIS appended a zero-byte padding. | Martin Pieuchot |
2018-10-02 | Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying(). | Stefan Sperling |
2017-07-19 | Add a handler for RNDIS status messages | Mike Belopuhov |
2017-06-10 | Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are tested | Kevin Lo |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2017-03-26 | Add sizes to various free(9) calls. Fixing the simpler ones first. | Theo de Raadt |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-09-16 | Switch urndis(4) over to the generic RNDIS header | Mike Belopuhov |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2016-03-16 | Make urndis(4) print tx/rx errors only if compiled in DEBUG mode. | Stefan Sperling |
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-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-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-03-11 | Convert to if_input(). | Martin Pieuchot |
2015-01-09 | The "SunMicro Virtual Eth Device" found on Oracle's more recent SPARC systems | Mark Kettenis |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-30 | Don't overwrite fields in the message when setting up the REMOTE_NDIS_SET_MSG | Mark Kettenis |
2014-07-13 | No need for <netinet/in_systm.h> here. | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-12 | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to | Martin Pieuchot |
2013-12-09 | Fix crash on urndis(4) detach | Paul Irofti |
2013-12-07 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |
2013-11-21 | Revert r1.41, in this driver sc_attached does not indicate that the | Martin Pieuchot |
2013-11-15 | Clean-up usbd_abort_pipe() usage. | Paul Irofti |
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-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 |