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_run.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove duplicate device ids
jsg
2020-01-05
1
-2
/
+1
*
Make wireless drivers call if_input() only once per interrupt.
stsp
2019-09-12
1
-5
/
+9
*
Follow up on jmatthew's suggestion:
kevlo
2019-04-25
1
-3
/
+3
*
Add D-Link DWA-125 rev B2 to list of devices supported by run(4).
zhuk
2018-01-30
1
-1
/
+2
*
Move common code to add/remove multicast filters to ieee80211_ioctl(9).
mpi
2017-10-26
1
-13
/
+1
*
Attach run(4) to D-Link DWA-137 and DWA-140 rev D1.
stsp
2017-08-14
1
-1
/
+3
*
Match D-Link DWA-130 rev F1 devices. These work with run(4).
stsp
2017-08-02
1
-1
/
+2
*
Drop Rx'd frames larger than MCLBYTES.
kevlo
2017-07-21
1
-1
/
+6
*
Replace slot time durations with macros.
kevlo
2017-07-03
1
-2
/
+3
*
Remove a bogus run_read() call about getting MAC version.
kevlo
2017-06-02
1
-2
/
+1
*
Add sizes to various free(9) calls. Fixing the simpler ones first.
deraadt
2017-03-26
1
-3
/
+3
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
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
*
Fix compiling a kernel without NBPFILTER > 0.
reyk
2015-08-28
1
-2
/
+5
*
Only match devices with a valid configuration.
mpi
2015-06-12
1
-18
/
+5
*
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
*
Revert a part of r1.98 if_run.c which caused a regression on older gen
mlarkin
2014-09-26
1
-45
/
+33
*
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
*
Make run(4) attach to RT5572.
stsp
2014-06-13
1
-1
/
+2
*
In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.
stsp
2014-06-07
1
-7
/
+23
*
Support for newer run(4) hardware ported from FreeBSD's run(4) driver.
stsp
2014-05-24
1
-166
/
+1394
*
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
*
add some additional run(4)/urtwn(4) devices found in FreeBSD
jsg
2013-09-30
1
-3
/
+7
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Replace more ovbcopy with memmove; swap the src and dst arguments too
deraadt
2013-06-11
1
-2
/
+2
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-5
/
+5
*
Cleanup false positives for uninitialized uses.
haesbaert
2012-10-12
1
-1
/
+2
*
add a bunch of run devices found in the linux driver
jsg
2012-03-24
1
-2
/
+29
*
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
-18
/
+2
*
revert usb.c to r1.72, and all subsequent changes that depend on it.
jakemsr
2011-02-09
1
-2
/
+18
*
* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a
jakemsr
2011-02-05
1
-18
/
+2
*
another run
tedu
2011-01-30
1
-1
/
+2
*
garbage collect "usb events". without /dev/usb there is no way to access
jakemsr
2011-01-25
1
-5
/
+1
*
add the Buffalo WLI-UC-GNHP.
damien
2011-01-10
1
-1
/
+2
*
* do not add timeouts if the driver is dying
jakemsr
2010-12-30
1
-10
/
+71
*
support the logic rt3020 that mtu@ found
deraadt
2010-11-06
1
-1
/
+2
*
in otus, tx() can return on error without releasing the node
damien
2010-10-30
1
-2
/
+4
*
no need to compute hdrlen in (), it is not used.
damien
2010-10-30
1
-3
/
+1
[next]