index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_crypto_wep.c
Age
Commit message (
Expand
)
Author
2017-06-03
Explicitly zero out the wepseed for TKIP and WEP.
Theo Buehler
2017-03-23
Use explicit_bzero() to wipe out key material and add some sizes to free().
Theo Buehler
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2014-12-23
unifdef some more INET. v4 4life.
Ted Unangst
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-11-21
Remove unneeded include.
Martin Pieuchot
2011-04-05
Passing M_WAITOK to mbuf functions is supposed to be a contract between
Bret Lambert
2009-09-24
do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr()
Damien Bergamini
2009-09-13
M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly deal
Kenneth R Westerback
2008-08-12
maintain a count of TKIP and CCMP replayed frames.
Damien Bergamini
2008-08-12
use MINCLSIZE to decide wether we need to allocate an mbuf cluster instead
Henning Brauer
2008-07-26
remove useless #includes.
Damien Bergamini
2008-04-18
extend the if_ethersubr.c crc functions to support updating a running
Damien Miller
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini