index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_otus.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
we don't have to cast to caddr_t when calling m_copydata anymore.
dlg
2021-02-25
1
-2
/
+2
*
Fix deferred key tasks along the same lines as urtwn(4) and run(4).
krw
2020-11-30
1
-4
/
+21
*
Nuke all occurrences of usbd_abort_pipe() if it gets called right
mglocker
2020-07-31
1
-4
/
+2
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).
mpi
2019-11-12
1
-2
/
+2
*
Make wireless drivers call if_input() only once per interrupt.
stsp
2019-09-12
1
-5
/
+9
*
Make otus(4) modify its DMA_TRIGGER register with readable macros
stsp
2019-01-15
1
-3
/
+3
*
Fix potential use-after-free if xfer allocation fails when otus(4) attaches.
stsp
2019-01-12
1
-1
/
+2
*
Make the scan loop in otus(4) terminate properly when the interface
stsp
2019-01-12
1
-2
/
+5
*
Move common code to add/remove multicast filters to ieee80211_ioctl(9).
mpi
2017-10-26
1
-11
/
+1
*
Make otus(4) drop frames larger than MCLBYTES.
stsp
2017-07-20
1
-1
/
+6
*
Replace slot time durations with macros.
kevlo
2017-07-03
1
-2
/
+3
*
A pile of sizes to free(9). In test for a few days in snapshots.
deraadt
2017-04-08
1
-2
/
+3
*
Add sizes to various free(9) calls. Fixing the simpler ones first.
deraadt
2017-03-26
1
-4
/
+5
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
Avoid calling usbd_set_config_no() in *_attach() and let the stack do
mpi
2016-11-06
1
-8
/
+2
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
mpi
2015-12-11
1
-8
/
+5
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-7
/
+9
*
No need to include <net/if_arp.h>
mpi
2015-11-24
1
-2
/
+1
*
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
mpi
2015-11-24
1
-2
/
+1
*
replace the ifqueues in net80211 with mbuf_queues.
dlg
2015-11-04
1
-2
/
+2
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-5
/
+1
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
Wireless drivers call if_input() via ieee80211_input() which set `rcvif'
mpi
2015-02-10
1
-2
/
+1
*
unifdef INET
tedu
2014-12-22
1
-3
/
+1
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-2
/
+2
*
No need for <netinet/in_systm.h> here.
mpi
2014-07-13
1
-3
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-3
/
+3
*
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
mpi
2014-07-12
1
-18
/
+2
*
Stop abusing the rcvif pointer to pass wireless nodes down to the
mpi
2014-03-19
1
-2
/
+2
*
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
mpi
2014-03-07
1
-5
/
+1
*
1 << 31 cleanup. Eitan Adler pointed out that there has been a
deraadt
2013-11-26
1
-2
/
+2
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-05
1
-6
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-7
/
+7
*
Instead of using a wrapper around usbd_transfer() when submitting a
mpi
2013-04-12
1
-3
/
+4
*
Cleanup false positives for uninitialized uses.
haesbaert
2012-10-12
1
-2
/
+4
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-4
/
+1
*
now that usb_wait_task() is back, bring back recently reverted
jakemsr
2011-02-10
1
-12
/
+36
*
revert usb.c to r1.72, and all subsequent changes that depend on it.
jakemsr
2011-02-09
1
-36
/
+12
*
* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a
jakemsr
2011-02-05
1
-12
/
+36
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-5
/
+1
*
Remove dead links.
damien
2011-01-06
1
-3
/
+2
*
* add cfattach activate functions and call usbd_deactivate() in the
jakemsr
2010-12-27
1
-2
/
+21
*
in otus, tx() can return on error without releasing the node
damien
2010-10-30
1
-2
/
+4
*
always decrement the number of xfers queued in txeof() even
damien
2010-10-30
1
-3
/
+5
*
don't release the node twice if tx() fails
damien
2010-10-30
1
-2
/
+1
*
use (ifp->if_softc != NULL) instead of (ifp->if_flags != 0) to check
damien
2010-10-30
1
-2
/
+2
*
check that a timeout(9) has been initialized before deleting it
jakemsr
2010-10-23
1
-3
/
+5
[next]