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_input.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Collapse m_pullup and m_pullup2 into a single function, as they're
blambert
2011-05-04
1
-2
/
+2
*
when receiving the first message of an rsn group key handshake
jcs
2010-02-06
1
-1
/
+2
*
how did i manage to forget that file in my last commit?
damien
2009-11-23
1
-1
/
+4
*
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
damien
2009-01-26
1
-18
/
+18
*
typo, no binary change.
damien
2008-12-06
1
-2
/
+2
*
Initial implementation of PMKSA caching and pre-authentication.
damien
2008-09-27
1
-31
/
+40
*
introduce new IEEE80211_STA_ONLY kernel option that can be set to
damien
2008-08-27
1
-10
/
+41
*
do not increment is_rx_eapol_key twice for each frame.
damien
2008-08-13
1
-23
/
+17
*
new SHA-256 based AKMPs.
damien
2008-08-12
1
-2
/
+7
*
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
damien
2008-08-12
1
-33
/
+110
*
Change the way we process EAPOL-Key frames.
damien
2008-08-12
1
-13
/
+33
*
get rid of the map_ptk()/map_gtk() functions, just inline them
damien
2008-08-12
1
-29
/
+58
*
simplify ieee80211_derive_ptk() prototype.
damien
2008-08-12
1
-10
/
+7
*
print the correct value in a debug message.
damien
2008-08-02
1
-4
/
+4
*
Drop frames that are received unencrypted when WEP is on or when
damien
2008-08-02
1
-1
/
+8
*
s/IEEE80211_DPRINTF/DPRINTF/
damien
2008-07-27
1
-34
/
+26
*
add ieee80211_priv.h file: contains definitions private to net80211.
damien
2008-07-21
1
-16
/
+3
*
move processing of EAPOL frames away from ieee80211_{input,output}.c
damien
2008-07-21
1
-0
/
+916