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
/
bwivar.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Functions that say they return void should not try to return something.
daniel
2014-11-05
1
-2
/
+2
*
Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bit
stsp
2014-07-20
1
-2
/
+7
*
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
deraadt
2013-12-06
1
-2
/
+1
*
1 << 31 cleanup. Eitan Adler pointed out that there has been a
deraadt
2013-11-26
1
-2
/
+2
*
replace workqs with tasks for handling resume
dlg
2013-11-14
1
-2
/
+2
*
ACPI suspend/resume for bwi(4). Initial diff from todd@, finished and
mglocker
2010-08-06
1
-1
/
+4
*
Don't attempt to use gcc __builtin_abs, abs is not used
jsg
2009-01-07
1
-3
/
+1
*
cleanup - we don't have resource structure
kevlo
2008-07-21
1
-7
/
+1
*
Sync up with DragonFlyBSD driver. Please read their commit message
mglocker
2008-02-25
1
-1
/
+9
*
Report rssi and rate in rx radio tap.
mglocker
2008-02-16
1
-2
/
+15
*
Better support for 11b mode.
mglocker
2008-02-16
1
-1
/
+12
*
- Add more LED support, like activity blinking (though just supporting
mglocker
2007-11-17
1
-2
/
+25
*
Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3.
mglocker
2007-10-18
1
-1
/
+11
*
Since we know the firmware load works, merge the single firmware files
mglocker
2007-10-04
1
-1
/
+3
*
Use uint_* consistent.
mglocker
2007-10-01
1
-2
/
+2
*
Spacing.
mglocker
2007-09-27
1
-2
/
+2
*
Add automatic rate control (AMRR).
mglocker
2007-09-27
1
-1
/
+9
*
Spacing.
mglocker
2007-09-27
1
-66
/
+63
*
Kill __BIT* macros.
mglocker
2007-09-27
1
-21
/
+21
*
Add radio tap support. We still need to calculate correct RX rate and
mglocker
2007-09-24
1
-1
/
+52
*
Drag back the original DragonFlyBSD firmware loading routines, so we can
mglocker
2007-09-18
1
-8
/
+30
*
Remove obsolete firmware specific bits.
mglocker
2007-09-16
1
-32
/
+6
*
Get IV load working. Simplified IV loading routine (mainly a rewrite).
mglocker
2007-09-15
1
-6
/
+4
*
most of the remaining bus_dma conversion
jsg
2007-09-15
1
-7
/
+4
*
Properly fill in some of the pci information the driver uses internally.
jsg
2007-09-15
1
-1
/
+2
*
Get firmware load working. Adapt firmware routines that way so we can
mglocker
2007-09-14
1
-1
/
+7
*
Sort prototypes.
mglocker
2007-09-14
1
-72
/
+5
*
Fix sc_dev tweak. Device attaches with correct name now.
mglocker
2007-09-13
1
-3
/
+2
*
Enable access to PCI and Cardbus config space from the driver. Lets us
mglocker
2007-09-13
1
-1
/
+4
*
Spacing run.
mglocker
2007-09-12
1
-71
/
+63
*
Initial port of Sepherosa Ziehau's DragonFlyBSD driver
jsg
2007-09-12
1
-0
/
+700