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
/
ic
/
ar5008.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-2
/
+2
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-3
/
+1
*
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
deraadt
2014-07-13
1
-2
/
+2
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-2
/
+2
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Replace all ovbcopy with memmove; swap the src and dst arguments too
deraadt
2013-06-11
1
-2
/
+2
*
Add support for power saving in Host AP mode.
kettenis
2012-08-25
1
-1
/
+30
*
Fix a typo: change "!(reg >> pin) & 1" to "!((reg >> pin) & 1)" as
matthew
2011-06-19
1
-2
/
+2
*
"athn* at uhub? port ?"
damien
2011-01-06
1
-1
/
+8
*
add code to read OTPROM on the AR9485
damien
2011-01-01
1
-9
/
+9
*
of course, GPIO handling on AR9271 and AR7010 had to be different
damien
2010-12-31
1
-11
/
+38
*
commit some bits that will be required by AR9271/AR7010
damien
2010-12-31
1
-16
/
+19
*
Make the athn(4) back-end more bus agnostic by moving read and write
damien
2010-12-31
1
-6
/
+47
*
fix a test in ar5008_rx_free()
damien
2010-11-07
1
-2
/
+2
*
fix initialization value of analog register AR_AN_TOP2 on some high
damien
2010-09-03
1
-4
/
+11
*
For chips in open-loop power control mode, periodically (every 30 secs)
damien
2010-08-12
1
-2
/
+6
*
sync ar5008_bb_load_noisefloor() with ar9003_bb_load_noisefloor().
damien
2010-07-15
1
-6
/
+6
*
fix PDADC value for target index (AR5008 family only.)
damien
2010-07-15
1
-2
/
+2
*
allow Tx flags to be passed to the tx() routine.
damien
2010-06-21
1
-3
/
+6
*
- fix athn_set_key() on big-endian machines (function is not used yet)
damien
2010-06-05
1
-8
/
+8
*
cleanup hardware key cache management (not used yet)
damien
2010-05-16
1
-9
/
+7
*
cleanup calibration bits (not everything is enabled yet.)
damien
2010-05-16
1
-20
/
+45
*
initial Host AP bits.
damien
2010-05-16
1
-6
/
+103
*
return early in {ar5008,ar9003}_rx_free if buffers have not been
damien
2010-05-16
1
-3
/
+5
*
do not unlink the Tx buffer from our global list until we're sure
damien
2010-05-12
1
-3
/
+3
*
enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says the
damien
2010-05-11
1
-2
/
+22
*
athn(4) is going to support a new family of Atheros 802.11n
damien
2010-05-10
1
-0
/
+2459