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_mesh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate use of RV(), LE_* and other macros.
adrian
2015-09-22
1
-6
/
+4
*
Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can be
adrian
2015-05-26
1
-16
/
+8
*
Convert malloc/free back to #define's, as part of OS portability work.
adrian
2015-05-25
1
-12
/
+16
*
Begin plumbing ieee80211_rx_stats through the receive path.
adrian
2015-05-25
1
-7
/
+16
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-5
/
+5
*
Prepare for supporting driver-overridden curchan when submitting scan
adrian
2015-05-10
1
-1
/
+1
*
iwn, wlan: fix typos
eadler
2015-04-10
1
-1
/
+1
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-2
/
+2
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-7
/
+8
*
Another round of removing historical mbuf(9) allocator flags.
glebius
2014-01-16
1
-1
/
+1
*
Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.
kevlo
2014-01-08
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Convert net80211 over to using if_transmit for the dispatch from the
adrian
2013-08-08
1
-1
/
+1
*
Fix compilation when debugging is disabled.
adrian
2013-07-28
1
-2
/
+1
*
Refactor the VAP transmit path code into a utility function that both
adrian
2013-07-28
1
-101
/
+5
*
Add a missing unlock.
adrian
2013-07-05
1
-0
/
+1
*
Fix non-invariant compilation.
adrian
2013-03-09
1
-6
/
+3
*
Bring over my initial work from the net80211 TX locking branch.
adrian
2013-03-08
1
-6
/
+45
*
Fix an incorrect sizeof()
adrian
2013-02-16
1
-1
/
+1
*
Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',
glebius
2013-02-12
1
-2
/
+2
*
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
*
HWMP: ic->raw_xmit didn't always point to correct ni.
monthadar
2013-02-07
1
-7
/
+4
*
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
1
-0
/
+65
*
Mark root mesh as gate when mesh gate flag set.
monthadar
2013-02-07
1
-0
/
+37
*
Propagate GANN frames, and store know gate info.
monthadar
2013-02-07
1
-5
/
+67
*
Mesh update: add base Mesh Gate functionality.
monthadar
2013-02-07
1
-10
/
+187
*
Add mesh debug for interarction between DS & MBSS.
monthadar
2013-02-07
1
-0
/
+3
*
Stop a mesh STA from flooding with peer frames.
monthadar
2013-02-07
1
-1
/
+31
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
s/ is is / is /g
eadler
2012-09-14
1
-1
/
+1
*
PREQ discovery update.
monthadar
2012-05-01
1
-9
/
+11
*
Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.
monthadar
2012-05-01
1
-3
/
+12
*
PERR update to be called from mesh code.
monthadar
2012-05-01
1
-1
/
+10
*
PREP update
monthadar
2012-05-01
1
-0
/
+2
*
* MeshForwarding update mesh_recv_indiv_data_to_fwrd to silently discard
monthadar
2012-05-01
1
-1
/
+13
*
Added route lifetime update for destination and source mesh along a mesh path;
monthadar
2012-05-01
1
-4
/
+33
*
Mesh forwarding with proxy support.
monthadar
2012-05-01
1
-34
/
+195
*
Implemented so that Mesh forwarding information lifetime is dynamic.
monthadar
2012-05-01
1
-18
/
+94
*
Fixed some MPM reason codes and max number of neighbors check
monthadar
2012-05-01
1
-32
/
+93
*
Modified structure and code that handles Mesh peering management.
monthadar
2012-05-01
1
-31
/
+46
*
Added Self-protected action category (including MPM).
monthadar
2012-05-01
1
-35
/
+35
*
Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.
adrian
2012-03-06
1
-0
/
+4
*
* Introduce new flag for QoS control field;
adrian
2012-03-04
1
-25
/
+60
*
* Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;
adrian
2012-03-04
1
-77
/
+38
*
Correct the 802.11s mesh configuration structure and related tidbits.
adrian
2012-02-13
1
-6
/
+3
*
Whitespace removal.
rpaulo
2012-02-03
1
-12
/
+12
*
Remove now redundant mac argument.
bschmidt
2011-12-17
1
-4
/
+2
*
Modify the ACL code slightly to support a few nifty things:
adrian
2011-12-15
1
-2
/
+3
[next]