summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_mos.c
AgeCommit message (Expand)Author
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