aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_mesh.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can beAdrian Chadd2015-05-261-16/+8
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-12/+16
* Begin plumbing ieee80211_rx_stats through the receive path.Adrian Chadd2015-05-251-7/+16
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-5/+5
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-1/+1
* iwn, wlan: fix typosEitan Adler2015-04-101-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+8
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-1/+1
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-1/+1
* Fix compilation when debugging is disabled.Adrian Chadd2013-07-281-2/+1
* Refactor the VAP transmit path code into a utility function that bothAdrian Chadd2013-07-281-101/+5
* Add a missing unlock.Adrian Chadd2013-07-051-0/+1
* Fix non-invariant compilation.Adrian Chadd2013-03-091-6/+3
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-6/+45
* Fix an incorrect sizeof()Adrian Chadd2013-02-161-1/+1
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',Gleb Smirnoff2013-02-121-2/+2
* Fix ieee80211_mesh.c compilation.Adrian Chadd2013-02-081-0/+4
* Mesh: recevied GANN frames where not parsed correctly.Monthadar Al Jaberi2013-02-071-26/+66
* HWMP: ic->raw_xmit didn't always point to correct ni.Monthadar Al Jaberi2013-02-071-7/+4
* Mesh gate code to transmit to all mesh gates.Monthadar Al Jaberi2013-02-071-25/+167
* Send frames to mesh gate if 11s discovery fails.Monthadar Al Jaberi2013-02-071-0/+65
* Mark root mesh as gate when mesh gate flag set.Monthadar Al Jaberi2013-02-071-0/+37
* Propagate GANN frames, and store know gate info.Monthadar Al Jaberi2013-02-071-5/+67
* Mesh update: add base Mesh Gate functionality.Monthadar Al Jaberi2013-02-071-10/+187
* Add mesh debug for interarction between DS & MBSS.Monthadar Al Jaberi2013-02-071-0/+3
* Stop a mesh STA from flooding with peer frames.Monthadar Al Jaberi2013-02-071-1/+31
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* s/ is is / is /gEitan Adler2012-09-141-1/+1
* PREQ discovery update.Monthadar Al Jaberi2012-05-011-9/+11
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.Monthadar Al Jaberi2012-05-011-3/+12
* PERR update to be called from mesh code.Monthadar Al Jaberi2012-05-011-1/+10
* PREP updateMonthadar Al Jaberi2012-05-011-0/+2
* * MeshForwarding update mesh_recv_indiv_data_to_fwrd to silently discardMonthadar Al Jaberi2012-05-011-1/+13
* Added route lifetime update for destination and source mesh along a mesh path;Monthadar Al Jaberi2012-05-011-4/+33
* Mesh forwarding with proxy support.Monthadar Al Jaberi2012-05-011-34/+195
* Implemented so that Mesh forwarding information lifetime is dynamic.Monthadar Al Jaberi2012-05-011-18/+94
* Fixed some MPM reason codes and max number of neighbors checkMonthadar Al Jaberi2012-05-011-32/+93
* Modified structure and code that handles Mesh peering management.Monthadar Al Jaberi2012-05-011-31/+46
* Added Self-protected action category (including MPM).Monthadar Al Jaberi2012-05-011-35/+35
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.Adrian Chadd2012-03-061-0/+4
* * Introduce new flag for QoS control field;Adrian Chadd2012-03-041-25/+60
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;Adrian Chadd2012-03-041-77/+38
* Correct the 802.11s mesh configuration structure and related tidbits.Adrian Chadd2012-02-131-6/+3
* Whitespace removal.Rui Paulo2012-02-031-12/+12
* Remove now redundant mac argument.Bernhard Schmidt2011-12-171-4/+2
* Modify the ACL code slightly to support a few nifty things:Adrian Chadd2011-12-151-2/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1