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_otus.c
Age
Commit message (
Expand
)
Author
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-11-06
Avoid calling usbd_set_config_no() in *_attach() and let the stack do
Martin Pieuchot
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
Martin Pieuchot
2014-12-22
unifdef INET
Ted Unangst
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-07-13
No need for <netinet/in_systm.h> here.
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-12
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
Martin Pieuchot
2014-03-19
Stop abusing the rcvif pointer to pass wireless nodes down to the
Martin Pieuchot
2014-03-07
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
Martin Pieuchot
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2013-11-05
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
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-04-12
Instead of using a wrapper around usbd_transfer() when submitting a
Martin Pieuchot
2012-10-12
Cleanup false positives for uninitialized uses.
Christiano F. Haesbaert
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-02-10
now that usb_wait_task() is back, bring back recently reverted
Jacob Meuser
2011-02-09
revert usb.c to r1.72, and all subsequent changes that depend on it.
Jacob Meuser
2011-02-05
* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a
Jacob Meuser
2011-01-25
garbage collect "usb events". without /dev/usb there is no way to access
Jacob Meuser
2011-01-06
Remove dead links.
Damien Bergamini
2010-12-27
* add cfattach activate functions and call usbd_deactivate() in the
Jacob Meuser
2010-10-30
in otus, tx() can return on error without releasing the node
Damien Bergamini
2010-10-30
always decrement the number of xfers queued in txeof() even
Damien Bergamini
2010-10-30
don't release the node twice if tx() fails
Damien Bergamini
2010-10-30
use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check
Damien Bergamini
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-08-27
remove the unused if_init callback in struct ifnet
Jonathan Gray
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-04-14
more otus(4) ids
Damien Bergamini
2010-03-20
NEC Aterm WL300NU-G
Damien Bergamini
2009-11-17
the D-Link DWA-160 rev A2 is an otus(4) too.
Damien Bergamini
2009-11-03
setting of WEP keys is defered until interface is brought up,
Damien Bergamini
2009-09-15
TP-LINK TL-WN821N
Damien Bergamini
2009-08-10
undef OTUS_DEBUG.
Damien Bergamini
2009-05-23
match on D-Link DWA-130 rev D1
Jonathan Gray
2009-05-11
attach to more shits.
Damien Bergamini
2009-05-11
better scan.
Damien Bergamini
2009-04-06
do not panic when the device is unplugged.
Damien Bergamini
2009-04-02
get rid of otus_phy_write().
Damien Bergamini
[next]