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
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Decrement rxa_pad due to the addition of rxa_private.
rpaulo
2010-04-29
1
-1
/
+1
*
Add a private field to struct ieee80211_rx_ampdu do hold driver specific
rpaulo
2010-04-28
1
-0
/
+1
*
Add ic_rxstream and ic_txstream. These variables hold the number of RX
rpaulo
2010-04-28
1
-1
/
+2
*
When in the RUN -> AUTH -> RUN FSM transition happens, we'll call the
rpaulo
2010-04-28
2
-17
/
+21
*
Fix typo. No functional change.
rpaulo
2010-04-28
1
-1
/
+1
*
Make this code a little more portable by wrapping the mtx calls into
rpaulo
2010-04-14
2
-23
/
+33
*
Add WPA-None support:
bschmidt
2010-04-10
3
-62
/
+122
*
Use M_NOWAIT instead of M_WAITOK to avoid race conditions.
rpaulo
2010-04-09
2
-13
/
+28
*
Swap IEEE80211_RATECTL_TX_SUCCESS/IEEE80211_RATECTL_TX_FAILURE.
rpaulo
2010-04-09
1
-2
/
+2
*
Prevent foot-shooting in ieee80211_ratectl_node_deinit().
rpaulo
2010-04-08
1
-0
/
+2
*
Fix build.
rpaulo
2010-04-07
1
-1
/
+1
*
net80211 rate control framework (net80211 ratectl).
rpaulo
2010-04-07
11
-138
/
+423
*
Constify vap argument of ieee80211_{note,discard}* functions.
rpaulo
2010-03-31
2
-13
/
+14
*
Add a comment explaining the previous commit.
rpaulo
2010-03-28
1
-0
/
+5
*
When receiving a management frame, pass the mbuf to bpf before calling
rpaulo
2010-03-23
1
-0
/
+3
*
Add a new field for extended HT capabilities.
rpaulo
2010-03-23
3
-3
/
+16
*
Unbreak build by removing a code bit that is only related to other code
rpaulo
2010-03-18
1
-1
/
+1
*
Fix a couple of bugs with 802.11n:
rpaulo
2010-03-18
4
-25
/
+90
*
fixes a broken software beacon miss handler. There is a race to check
weongyo
2010-03-14
3
-2
/
+4
*
Ensure that tkip_mixing_phase1() is called after a rekeying event when
bschmidt
2010-02-08
1
-0
/
+1
*
Revert unwanted changes in revision 203422.
rpaulo
2010-02-06
1
-3
/
+3
*
Avoid a null pointer deref when parsing the meshid.
rpaulo
2010-02-03
1
-3
/
+4
*
When taking the AMPDU reorder fastpath, need_tap wasn't being
rpaulo
2010-02-03
5
-11
/
+7
*
Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()
rpaulo
2010-01-25
1
-1
/
+1
*
While flushing the multicast filter of an interface, do not zero the relevant
syrinx
2010-01-24
1
-2
/
+5
*
Use the iflladdr_event event to keep the mac address on the vap in sync with
thompsa
2010-01-19
3
-1
/
+40
*
Fix bugs introduced in previous commit: off-by-one in add_meshconf() and
rpaulo
2010-01-14
1
-2
/
+4
*
Update mesh code to to D4.0.
rpaulo
2010-01-12
2
-5
/
+8
*
Fix #ifdefs so that GCC 4.4 doesn't complain about it.
trasz
2010-01-08
1
-3
/
+3
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
Fix typo in comment
rpaulo
2009-12-08
1
-1
/
+1
*
Remove trailing ";" in struct ieee80211_beacon_offsets declaration
antoine
2009-11-11
1
-1
/
+1
*
Fix off by one in ieee80211_send_action_register
antoine
2009-11-11
1
-1
/
+1
*
The isr_intval in ieee80211req_scan_result structure should be 16 bit.
rpaulo
2009-11-09
1
-1
/
+1
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-1
/
+0
*
Update the route's sequence number upon receiving a RANN.
rpaulo
2009-10-29
1
-9
/
+12
*
The draft spec doesn't say beacon frames need to have a wildcard BSSID,
rpaulo
2009-10-23
1
-7
/
+1
*
Initialize rann_flags properly.
rpaulo
2009-10-22
1
-0
/
+1
*
Don't call the newstate callback as that's dangerous. Rely no ENETRESET
rpaulo
2009-10-21
1
-4
/
+0
*
Fix a bug in composing PERR frames introduced by latest draft update.
rpaulo
2009-10-19
1
-1
/
+2
*
Implement the missing support for updating the mesh conf number of
rpaulo
2009-10-19
4
-1
/
+31
*
HWMP fixes, namely:
rpaulo
2009-10-19
1
-31
/
+32
*
Properly initialize the mesh conf capabilities byte.
rpaulo
2009-10-13
1
-0
/
+1
*
Fix a wrong initialization that snuck in the latest commit.
rpaulo
2009-10-12
1
-1
/
+1
*
Another 3.03 draft bit that I missed in the previous 802.11s stack
rpaulo
2009-10-12
3
-85
/
+48
*
Update 802.11s mesh support to draft 3.03. This includes a revised frame
rpaulo
2009-09-22
4
-199
/
+125
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
2
-2
/
+2
*
Add necessary include.
phk
2009-09-08
2
-2
/
+2
*
correct timeout for doing NOL processing; need a ticks-relative value
sam
2009-09-03
1
-1
/
+1
[next]