summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ugl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make some USB ioctls return ENXIO, instead of EIO, if usbd_is_dying().stsp2018-10-021-2/+2
* bug fix (I found it when comparing with if_upl.c)uaa2018-03-151-5/+4
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-3/+1
* G/C IFQ_SET_READY().mpi2016-04-131-3/+1
* Call ether_fakeaddr() instead of faking Ethernet addresses manually.mpi2016-04-121-11/+3
* Network drivers should not include <net/route.h> or <net/netisr.h>mpi2015-11-251-2/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-8/+9
* The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.mpi2015-11-241-2/+1
* shuffle struct ifqueue so in flight mbufs are protected by a mutex.dlg2015-11-201-3/+4
* arp_ifinit() is no longer needed.mpi2015-10-251-4/+1
* Increment if_ipackets in if_input().mpi2015-06-241-2/+1
* Only match devices with a valid configuration.mpi2015-06-201-22/+4
* Convert to if_input().mpi2015-03-271-19/+6
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* Kill annoying comments about ether_input()mpi2015-02-041-7/+1
* unifdef INETtedu2014-12-221-3/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-7/+1
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-29/+11
* Remove unused fields.mpi2014-01-071-5/+1
* Clean up the ioctl handler to be in line with most of the otherbrad2013-12-111-22/+14
* use dv_unit rather than storing local version (removed sc_unit insasano2013-12-051-4/+2
* add copyright notice/code modifier's name.sasano2013-12-031-1/+17
* Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano2013-11-151-0/+940