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
*
Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',
glebius
2013-02-12
3
-4
/
+6
*
Fix ieee80211_mesh.c compilation.
adrian
2013-02-08
1
-0
/
+4
*
Mesh: recevied GANN frames where not parsed correctly.
monthadar
2013-02-07
1
-26
/
+66
*
Mesh HWMP forwarding information: updating FI for transmitter.
monthadar
2013-02-07
1
-5
/
+44
*
Mesh HWMP PERR bug fixes.
monthadar
2013-02-07
1
-1
/
+1
*
Mesh bug: debug infomartion showing swapped SA and DA address.
monthadar
2013-02-07
1
-2
/
+2
*
Update ddb to print mesh routing table.
monthadar
2013-02-07
1
-11
/
+27
*
Mesh HWMP PREQ: fixed conditions for discarding elements.
monthadar
2013-02-07
1
-4
/
+4
*
Mesh HWMP: don't send an intermediate PREP for proxy entries.
monthadar
2013-02-07
1
-1
/
+3
*
Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.
monthadar
2013-02-07
1
-3
/
+6
*
HWMP: ic->raw_xmit didn't always point to correct ni.
monthadar
2013-02-07
3
-75
/
+58
*
Mesh gate code to transmit to all mesh gates.
monthadar
2013-02-07
1
-25
/
+167
*
Send frames to mesh gate if 11s discovery fails.
monthadar
2013-02-07
3
-6
/
+78
*
Mark root mesh as gate when mesh gate flag set.
monthadar
2013-02-07
3
-0
/
+59
*
Propagate GANN frames, and store know gate info.
monthadar
2013-02-07
2
-5
/
+79
*
Mesh update: add base Mesh Gate functionality.
monthadar
2013-02-07
3
-10
/
+196
*
Start accepting IEEE80211_ACTION_MESH_GANN frames;
monthadar
2013-02-07
1
-0
/
+4
*
Mesh: management mesh action frames are to be discarded
monthadar
2013-02-07
2
-14
/
+11
*
Update in ieee80211_action.c for mesh code handlers.
monthadar
2013-02-07
1
-51
/
+14
*
Update net80211 mesh struct ieee80211_meshgann_ie.
monthadar
2013-02-07
2
-7
/
+15
*
HWMP: Accept a PERR even if path is valid.
monthadar
2013-02-07
1
-1
/
+1
*
Add mesh debug for interarction between DS & MBSS.
monthadar
2013-02-07
2
-0
/
+7
*
Fix mesh path flag.
monthadar
2013-02-07
1
-2
/
+5
*
Stop a mesh STA from flooding with peer frames.
monthadar
2013-02-07
2
-1
/
+33
*
Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctly
adrian
2013-02-02
1
-0
/
+4
*
Initial cut at making IBSS support 802.11n aware.
adrian
2013-01-26
3
-7
/
+97
*
Remove the use of the ifnet send queue and if_start() in the power
adrian
2013-01-15
1
-8
/
+32
*
Add in the missing radiotap definitions from the sipsolutions.net
adrian
2013-01-08
1
-1
/
+12
*
Handle ps-poll data frame if_transmit() failure.
adrian
2013-01-06
1
-1
/
+15
*
Handle HWMP if_transmit() failure gracefully.
adrian
2013-01-06
1
-1
/
+13
*
if_start() is being used here as a way of kick-starting the new queue
adrian
2012-12-22
1
-0
/
+5
*
Remove a use of if_start() - instead, use if_transmit() to dispatch the
adrian
2012-12-22
1
-2
/
+1
*
Adjust the channel to correctly setup the HT flags when transitioning
adrian
2012-12-10
1
-1
/
+3
*
Update the aggressive mode logic to also enable aggressive mode
adrian
2012-12-10
1
-8
/
+50
*
Undo the previous adhoc commit - doing the WME IE handling here
adrian
2012-12-09
1
-10
/
+0
*
Handle ath-specific and WME IE's in adhoc mode.
adrian
2012-12-09
3
-1
/
+19
*
Atheros SuperG bug fixes, as part of hunting down kern/174283.
adrian
2012-12-09
2
-11
/
+12
*
Don't panic if the stageq here is empty; just fall through with NULL
adrian
2012-12-09
2
-0
/
+18
*
Fix a use-after-free bug in the Atheros fast-frames support.
adrian
2012-12-08
1
-2
/
+9
*
Add a new 900MHz GSM regulatory SKU for the Xagyl Communications XC900M.
adrian
2012-12-07
1
-0
/
+11
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
8
-20
/
+20
*
Add a primitive to check if a lock is not owned.
adrian
2012-11-26
1
-0
/
+2
*
Add some further BAR TX debugging; it was useful when figuring out
adrian
2012-10-28
1
-0
/
+47
*
Oops, missed in my last commit.
adrian
2012-10-26
1
-0
/
+2
*
Allow net80211 to be built on -9 and -8.
adrian
2012-10-26
1
-1
/
+29
*
Fix up some initial issues with creation and deletion of hotplugged
adrian
2012-10-26
2
-0
/
+24
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-6
/
+10
*
Revert previous commit...
kevlo
2012-10-10
2
-2
/
+2
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
2
-2
/
+2
*
Migrate the power-save functions to be overridable VAP methods.
adrian
2012-10-02
8
-11
/
+29
[next]