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_rsu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only match devices with a valid configuration.
mpi
2015-06-12
1
-17
/
+4
*
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
-3
/
+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
-2
/
+2
*
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
mpi
2014-07-12
1
-20
/
+2
*
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
mpi
2014-03-07
1
-5
/
+1
*
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
-8
/
+8
*
Instead of using a wrapper around usbd_transfer() when submitting a
mpi
2013-04-12
1
-5
/
+7
*
The firmware isn't always happy with the length of the "join BSS" command
kettenis
2013-02-04
1
-2
/
+2
*
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
matthew
2011-07-03
1
-3
/
+1
*
now that usb_wait_task() is back, bring back recently reverted
jakemsr
2011-02-10
1
-9
/
+28
*
revert usb.c to r1.72, and all subsequent changes that depend on it.
jakemsr
2011-02-09
1
-28
/
+9
*
* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a
jakemsr
2011-02-05
1
-9
/
+28
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-4
/
+1
*
grrr... use the same style in the activate functions than in the
damien
2010-12-31
1
-4
/
+2
*
* add cfattach activate functions and call usbd_deactivate() in the
jakemsr
2010-12-27
1
-2
/
+21
*
rsu(4) supports the Sweex LW154
jakemsr
2010-12-18
1
-2
/
+3
*
attach the Hercules HWGUn-54 to rsu(4)
damien
2010-12-15
1
-6
/
+5
*
Match the Sitecom WL-349 v1.
kettenis
2010-12-14
1
-1
/
+2
*
#undef RSU_DEBUG
damien
2010-12-13
1
-8
/
+6
*
cosmetic
damien
2010-12-12
1
-9
/
+31
*
Match the Planex GW-USNano.
jsg
2010-12-12
1
-1
/
+2
*
rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU
damien
2010-12-11
1
-0
/
+2318