summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_mos.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker2020-07-311-4/+1
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-101-4/+4
* Do not call encap routines with the IFQ mutex held, as they mightgerhard2020-06-091-4/+4
* Eliminate duplicate code in xxx_detach().kevlo2019-07-071-5/+1
* Nuke unused variable.kevlo2018-07-031-4/+1
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-221-2/+1
* Avoid calling usbd_set_config_no() in *_attach() and let the stack dompi2016-11-061-9/+2
* G/C IFQ_SET_READY().mpi2016-04-131-3/+1
* replace IFF_OACTIVE manipulation with mpsafe operations.dlg2015-11-251-7/+8
* You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.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
* add missing splx callsjsg2015-05-021-1/+2
* Convert remaining USB Ethernet adapter to if_input().mpi2015-04-101-10/+5
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* unifdef INETtedu2014-12-221-3/+1
* No need for <netinet/in_systm.h> here.mpi2014-07-131-5/+1
* Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were tompi2014-07-121-23/+2
* Always fill in the broadcast address so as to handle broadcast packets ifbrad2014-01-211-8/+9
* Make mos(4) pass received broadcast frames explicitly if not in promiscuousstsp2014-01-181-1/+8
* Clean-up usbd_abort_pipe() usage.pirofti2013-11-151-16/+4
* Most network drivers include netinet/in_var.h, but apparently theybluhm2013-08-071-2/+1
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-6/+6
* proc.h is way too much header for usb to handle.tedu2013-03-281-2/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Rewrite the receive filter handling code and cleanup the ioctl bits.brad2012-10-221-80/+36
* add support for the MCS7832 which is apparently a low pin countjsg2012-02-281-5/+7
* Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingmatthew2011-07-031-4/+1
* Make mos(4) set IFF_BROADCAST in if_flags.stsp2011-02-211-2/+2
* garbage collect "usb events". without /dev/usb there is no way to accessjakemsr2011-01-251-7/+1
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-25/+19
* don't free network related resources if they were not allocatedjakemsr2010-10-271-3/+5
* check that a timeout(9) has been initialized before deleting itjakemsr2010-10-231-2/+3
* create another kthread to run xfer abort tasks. xfer abort tasks cannotjakemsr2010-10-231-3/+5
* remove dying flag in detach() function.yuo2010-09-241-3/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* some cosmetics and changes based on reading newer docs, from the originalderaadt2008-11-221-23/+53
* KNF (whitespace fixes). ok brad@.sthen2008-11-121-4/+3
* Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedbrad2008-11-061-1/+3
* rcs tagsjsg2008-11-021-0/+2
* Remove second commented out call to ether_ifdetach() injsg2008-11-021-2/+0
* Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian Rodederaadt2008-10-231-0/+1475