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
/
net80211
/
ieee80211_pae_output.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call if_start() directly to send the EAPOL key.
mpi
2017-12-21
1
-3
/
+8
*
Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.
stsp
2017-03-01
1
-1
/
+3
*
Don't crash while sending a TKIP MIC failure report to the AP.
stsp
2016-12-17
1
-1
/
+4
*
Call if_enqueue() and if_start() instead of dereferencing the ifp
mpi
2016-04-12
1
-13
/
+3
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-2
/
+2
*
No need to include <net/if_arp.h>
mpi
2015-11-24
1
-2
/
+1
*
the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.
dlg
2015-10-12
1
-2
/
+2
*
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
uebayasi
2015-10-05
1
-3
/
+2
*
Count IFQ_ENQUEUE() failure as output drop.
uebayasi
2015-10-05
1
-2
/
+3
*
Make code in ieee80211_send_4way_msg3() more readable and make sure a local
stsp
2015-09-16
1
-9
/
+11
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
unifdef some more INET. v4 4life.
tedu
2014-12-23
1
-3
/
+1
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
when rekeying the GTK/IGTK, send the new key to clients, not the
damien
2010-06-05
1
-3
/
+12
*
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
damien
2009-01-26
1
-2
/
+2
*
Initial implementation of PMKSA caching and pre-authentication.
damien
2008-09-27
1
-9
/
+5
*
introduce new IEEE80211_STA_ONLY kernel option that can be set to
damien
2008-08-27
1
-1
/
+15
*
use LLC_SNAPFRAMELEN here too.
damien
2008-08-15
1
-3
/
+3
*
reserves the correct number of bytes in ieee80211_send_4way_msg2().
damien
2008-08-12
1
-2
/
+4
*
v3 descriptors use AES Key Wrap too.
damien
2008-08-12
1
-2
/
+2
*
new SHA-256 based AKMPs.
damien
2008-08-12
1
-3
/
+8
*
add IEEE80211_RSNIE_MAXLEN and IEEE80211_WPAIE_MAXLEN definitions
damien
2008-08-12
1
-6
/
+5
*
AES Key Wrap adds a 64-bit MIC to the payload but we pad the content
damien
2008-08-12
1
-3
/
+3
*
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
damien
2008-08-12
1
-19
/
+51
*
do not touch m after it has been enqueued with IFQ_ENQUEUE().
damien
2008-08-02
1
-4
/
+5
*
s/IEEE80211_DPRINTF/DPRINTF/
damien
2008-07-27
1
-3
/
+3
*
Fix a blatant misuse of MINCLSIZE I introduced in ieee80211_output.c r1.59
damien
2008-07-23
1
-2
/
+2
*
add ieee80211_priv.h file: contains definitions private to net80211.
damien
2008-07-21
1
-23
/
+2
*
move processing of EAPOL frames away from ieee80211_{input,output}.c
damien
2008-07-21
1
-0
/
+607