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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Hold IF_LOCK when manipulating the interface flags.
adrian
2012-02-24
1
-1
/
+6
*
Although it's documented that the vap newstate call can drop the
adrian
2012-02-24
1
-0
/
+6
*
Add a radiotap vendor header definition.
adrian
2012-02-24
1
-0
/
+6
*
Remove redundant forward declaration of struct ieee80211com.
ray
2012-02-20
1
-2
/
+0
*
Correct the 802.11s mesh configuration structure and related tidbits.
adrian
2012-02-13
2
-20
/
+53
*
Update the 802.11s IE numbers to represent the latest 802.11 amendment standard.
adrian
2012-02-08
1
-20
/
+25
*
Update the mesh reason codes to match the latest 802.11s specification.
adrian
2012-02-06
1
-13
/
+15
*
Whitespace removal.
rpaulo
2012-02-03
1
-12
/
+12
*
Add a DFS debugging mode which is useful when doing automated DFS
adrian
2012-01-31
2
-16
/
+72
*
Missing code for receiving MESH PREP that should be part of r230409.
adrian
2012-01-29
1
-6
/
+15
*
Mark the taskqueue as the _net80211_ taskqueue.
adrian
2012-01-22
1
-1
/
+1
*
Fix the hwmp code to handle nodes in a "line" topology.
adrian
2012-01-21
1
-39
/
+99
*
Change the hwmp debugging to use %6D rather than ether_sprintf().
adrian
2012-01-21
1
-35
/
+36
*
Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a m...
adrian
2012-01-15
1
-0
/
+4
*
Add the ability to kick an existing mesh node without waiting for it
adrian
2012-01-11
1
-0
/
+11
*
Add the MCS radiotype entry.
adrian
2012-01-11
2
-0
/
+5
*
Add in the vendor extension bit in the radiotap header.
adrian
2012-01-10
1
-0
/
+1
*
Correct comment for the IPv6 case to say "traffic class" not "TOS"
bz
2012-01-07
1
-1
/
+1
*
MCS32 equals 32, not 8*ic_txstream.
bschmidt
2012-01-02
1
-1
/
+1
*
Remove now redundant mac argument.
bschmidt
2011-12-17
4
-14
/
+8
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
4
-15
/
+21
*
Modify the ACL code slightly to support a few nifty things:
adrian
2011-12-15
4
-4
/
+17
*
.. add missing include from an incorrect merge.
adrian
2011-11-08
1
-0
/
+2
*
Reject frames in STA mode which are not destined to the local STA address.
adrian
2011-11-08
1
-0
/
+24
*
Add 802.11h quiet time element support into net80211.
adrian
2011-11-08
10
-2
/
+131
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
2
-2
/
+2
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
4
-4
/
+4
*
Include the tid when printing out crypto replay errors.
adrian
2011-10-28
1
-2
/
+2
*
Fix an unused variable warning/error when invariants isn't enabled.
adrian
2011-10-12
1
-2
/
+1
*
Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...
adrian
2011-10-02
3
-7
/
+17
*
This patch fixes beacon frame sequence number generation. The code
adrian
2011-08-24
1
-0
/
+8
*
Correctly handle BAR TX failures.
adrian
2011-08-19
1
-1
/
+5
*
Fix BAR frame TX completion - successful transmission is indicated
adrian
2011-08-16
1
-2
/
+2
*
When setting a fixed channel on adapters with 11n support the scan
bschmidt
2011-08-08
1
-1
/
+9
*
Fix brokenness introduced by my last commit.
adrian
2011-07-20
1
-0
/
+2
*
This sets the BSS channel for each VAP for the given interface.
adrian
2011-07-19
1
-0
/
+15
*
Fix memset sizeofs
kevlo
2011-07-07
2
-2
/
+2
*
Print out a big warning if DFS can't find a channel to use.
adrian
2011-06-27
1
-0
/
+2
*
Add a callback for ADDBA response timeouts.
adrian
2011-06-20
2
-0
/
+21
*
Change i_len in ieee80211req to be unsigned and fix other signed/unsigned
kevlo
2011-06-16
3
-8
/
+9
*
Certain adapters have HT40 support on some but not all channels. The
bschmidt
2011-06-04
1
-0
/
+12
*
Data frames sent over the mgmt path might be part of a TX aggr session
bschmidt
2011-06-04
1
-3
/
+10
*
Fix typo, it is MPDU not MDPU.
bschmidt
2011-05-21
1
-1
/
+1
*
Fix up the net80211 alq logging - this commit makes it usable.
adrian
2011-05-11
1
-3
/
+5
*
net80211 alq bugfixes:
adrian
2011-05-11
1
-3
/
+12
*
Fix some corner cases in the net80211 sequence number retransmission
adrian
2011-05-04
6
-24
/
+103
*
We need in.h for both INET and INET6, as according to RFC 3493 it
bz
2011-04-25
1
-1
/
+4
*
Revert r220907 and r220915.
adrian
2011-04-22
2
-26
/
+9
*
Implement very basic ALQ logging for net80211.
adrian
2011-04-21
2
-0
/
+195
*
Change the MIMO userland export ABI to include flags, number of radio chains,
adrian
2011-04-21
2
-9
/
+26
[prev]
[next]