Age | Commit message (Expand) | Author |
2020-07-10 | Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API. | Patrick Wildt |
2020-06-09 | Do not call encap routines with the IFQ mutex held, as they might | Gerhard Roth |
2018-10-02 | Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying(). | Stefan Sperling |
2017-10-29 | IFF_NOARP has no effect if the interface don't use ether_input() nor | Martin Pieuchot |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2016-11-06 | Avoid calling usbd_set_config_no() in *_attach() and let the stack do | Martin Pieuchot |
2016-04-13 | G/C IFQ_SET_READY(). | Martin Pieuchot |
2015-11-25 | Network drivers should not include <net/route.h> or <net/netisr.h> | Martin Pieuchot |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-21 | Convert to if_output(). | Martin Pieuchot |
2015-04-10 | Convert remaining USB Ethernet adapter to if_input(). | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-04 | Kill annoying comments about ether_input() | Martin Pieuchot |
2014-12-29 | Some missing break's. | Brad Smith |
2014-12-29 | Some cleaning up of the ioctl handling bits to bring things in line | Brad Smith |
2014-12-22 | unifdef INET | Ted Unangst |
2014-07-13 | No need for <netinet/in_systm.h> here. | Martin Pieuchot |
2014-07-12 | Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to | Martin Pieuchot |
2014-01-07 | Remove unused fields. | Martin Pieuchot |
2013-11-15 | Clean-up usbd_abort_pipe() usage. | Paul Irofti |
2013-11-06 | 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-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-02-07 | Remove dead code. | Martin Pieuchot |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2010-12-17 | - use usb_lookup() instead of handrolled macro. | Jasper Lievisse Adriaanse |
2010-12-06 | a couple unchecked if_detach() in detach routines that were missed | Jacob Meuser |
2010-09-24 | remove dying flag in detach() function. | Yojiro Uo |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-10-03 | Return ENOTTY for unknown ioctl's. | Brad Smith |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-17 | remove unneeded malloc.h include. | Federico G. Schwindt |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-13 | Remove the definition and usage of the IF_INPUT macro which was defined | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-10 | Remove definitions and usage of usb_callout and related macros. These macros | Marc Balmer |
2007-06-09 | Remove the definition and use of if_deactivate(). It was defined empty and | Marc Balmer |
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-01 | Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional nor | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |