index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_mos.c
Age
Commit message (
Expand
)
Author
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-21
Always fill in the broadcast address so as to handle broadcast packets if
Brad Smith
2014-01-18
Make mos(4) pass received broadcast frames explicitly if not in promiscuous
Stefan Sperling
2013-11-15
Clean-up usbd_abort_pipe() usage.
Paul Irofti
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-03-28
proc.h is way too much header for usb to handle.
Ted Unangst
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-10-22
Rewrite the receive filter handling code and cleanup the ioctl bits.
Brad Smith
2012-02-28
add support for the MCS7832 which is apparently a low pin count
Jonathan Gray
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-02-21
Make mos(4) set IFF_BROADCAST in if_flags.
Stefan Sperling
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2010-12-06
* replace per-driver dying and/or other state variables with use of
Jacob Meuser
2010-10-27
don't free network related resources if they were not allocated
Jacob Meuser
2010-10-23
check that a timeout(9) has been initialized before deleting it
Jacob Meuser
2010-10-23
create another kthread to run xfer abort tasks. xfer abort tasks cannot
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-11-22
some cosmetics and changes based on reading newer docs, from the original
Theo de Raadt
2008-11-12
KNF (whitespace fixes). ok brad@.
Stuart Henderson
2008-11-06
Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowed
Brad Smith
2008-11-02
rcs tags
Jonathan Gray
2008-11-02
Remove second commented out call to ether_ifdetach() in
Jonathan Gray
2008-10-23
Driver for MOSCHIP MCS7x30 usb ethernet chips by Johann Christian Rode
Theo de Raadt