index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_crypto_tkip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add WPA-None support:
bschmidt
2010-04-10
1
-1
/
+8
*
Ensure that tkip_mixing_phase1() is called after a rekeying event when
bschmidt
2010-02-08
1
-0
/
+1
*
add tid param to ieee80211_notify_replay_failure to get the correct rsc
sam
2009-06-05
1
-1
/
+1
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
1
-2
/
+2
*
Revert the removal of the MALLOC and FREE macros from the net80211 code.
des
2008-10-23
1
-2
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Fixing INVARIANTS build by adding 'z' format prefix for size_t typed
avatar
2008-08-29
1
-1
/
+1
*
Fix mic calculation when final data is entirely in a trailing mbuf;
sam
2008-08-29
1
-1
/
+19
*
Split s/w crypt/mic attributes to allow future hackery; this change
sam
2008-05-28
1
-4
/
+4
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-46
/
+52
*
Update 802.11 wireless support:
sam
2007-06-11
1
-33
/
+5
*
copyright updates:
sam
2007-06-06
1
-7
/
+1
*
disallow module unload when there are dynamic references
sam
2005-12-12
1
-1
/
+14
*
Split crypto tx+rx key indices and add a key index -> node mapping table:
sam
2005-08-08
1
-1
/
+3
*
o fix wpa w/ wme: don't strip the QoS header on recv as tkip requires
sam
2005-06-10
1
-8
/
+6
*
add force flag to enmic/demic crypto api for use in xmit fragmentation
sam
2005-06-06
1
-6
/
+6
*
bump copyright for 2005
sam
2004-12-31
1
-1
/
+1
*
correct pseudo-mic header calculation for QoS frames
sam
2004-12-31
1
-1
/
+6
*
whitespace/debug msg fixups
sam
2004-12-31
1
-6
/
+5
*
correct header length calculations on tx path for QoS-encapsulated frames
sam
2004-12-31
1
-3
/
+6
*
correct module dependency
sam
2004-12-13
1
-1
/
+1
*
fixup printf arguments for 64-bit machines
sam
2004-12-08
1
-4
/
+4
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
1
-0
/
+987