summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_mos.c
AgeCommit message (Expand)Author
2019-07-07Eliminate duplicate code in xxx_detach().Kevin Lo
2018-07-03Nuke unused variable.Kevin Lo
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-11-06Avoid calling usbd_set_config_no() in *_attach() and let the stack doMartin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-02add missing splx callsJonathan Gray
2015-04-10Convert remaining USB Ethernet adapter to if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-22unifdef INETTed Unangst
2014-07-13No need for <netinet/in_systm.h> here.Martin Pieuchot
2014-07-12Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were toMartin Pieuchot
2014-01-21Always fill in the broadcast address so as to handle broadcast packets ifBrad Smith
2014-01-18Make mos(4) pass received broadcast frames explicitly if not in promiscuousStefan Sperling
2013-11-15Clean-up usbd_abort_pipe() usage.Paul Irofti
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-04-15Get rid of various 'typedef struct' definitions and use plain structureMarcus Glocker
2013-03-28proc.h is way too much header for usb to handle.Ted Unangst
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-22Rewrite the receive filter handling code and cleanup the ioctl bits.Brad Smith
2012-02-28add support for the MCS7832 which is apparently a low pin countJonathan Gray
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-02-21Make mos(4) set IFF_BROADCAST in if_flags.Stefan Sperling
2011-01-25garbage collect "usb events". without /dev/usb there is no way to accessJacob Meuser
2010-12-06* replace per-driver dying and/or other state variables with use ofJacob Meuser
2010-10-27don't free network related resources if they were not allocatedJacob Meuser
2010-10-23check that a timeout(9) has been initialized before deleting itJacob Meuser
2010-10-23create another kthread to run xfer abort tasks. xfer abort tasks cannotJacob Meuser
2010-09-24remove dying flag in detach() function.Yojiro Uo
2009-10-13Get rid of devact enum, substitute it with an int and coresponding defines.Paul Irofti
2008-11-22some cosmetics and changes based on reading newer docs, from the originalTheo de Raadt
2008-11-12KNF (whitespace fixes). ok brad@.Stuart Henderson
2008-11-06Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedBrad Smith
2008-11-02rcs tagsJonathan Gray
2008-11-02Remove second commented out call to ether_ifdetach() inJonathan Gray
2008-10-23Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian RodeTheo de Raadt