summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_crypto_wep.c
AgeCommit message (Expand)Author
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2009-09-24do not call m_free(n0) followed by m_freem(n0) when m_dup_pkthdr()Damien Bergamini
2009-09-13M_DUP_PKTHDR() define -> m_dup_pkthdr() function to properly dealKenneth R Westerback
2008-08-12maintain a count of TKIP and CCMP replayed frames.Damien Bergamini
2008-08-12use MINCLSIZE to decide wether we need to allocate an mbuf cluster insteadHenning Brauer
2008-07-26remove useless #includes.Damien Bergamini
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini