summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_mesh.c
Commit message (Expand)AuthorAgeFilesLines
* Fix non-invariant compilation.adrian2013-03-091-6/+3
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-6/+45
* Fix an incorrect sizeof()adrian2013-02-161-1/+1
* Substitute '#ifdef ALIGNED_POINTER' with '#ifndef __NO_STRICT_ALIGNMENT',glebius2013-02-121-2/+2
* Fix ieee80211_mesh.c compilation.adrian2013-02-081-0/+4
* Mesh: recevied GANN frames where not parsed correctly.monthadar2013-02-071-26/+66
* HWMP: ic->raw_xmit didn't always point to correct ni.monthadar2013-02-071-7/+4
* Mesh gate code to transmit to all mesh gates.monthadar2013-02-071-25/+167
* Send frames to mesh gate if 11s discovery fails.monthadar2013-02-071-0/+65
* Mark root mesh as gate when mesh gate flag set.monthadar2013-02-071-0/+37
* Propagate GANN frames, and store know gate info.monthadar2013-02-071-5/+67
* Mesh update: add base Mesh Gate functionality.monthadar2013-02-071-10/+187
* Add mesh debug for interarction between DS & MBSS.monthadar2013-02-071-0/+3
* Stop a mesh STA from flooding with peer frames.monthadar2013-02-071-1/+31
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* s/ is is / is /geadler2012-09-141-1/+1
* PREQ discovery update.monthadar2012-05-011-9/+11
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.monthadar2012-05-011-3/+12
* PERR update to be called from mesh code.monthadar2012-05-011-1/+10
* PREP updatemonthadar2012-05-011-0/+2
* * MeshForwarding update mesh_recv_indiv_data_to_fwrd to silently discardmonthadar2012-05-011-1/+13
* Added route lifetime update for destination and source mesh along a mesh path;monthadar2012-05-011-4/+33
* Mesh forwarding with proxy support.monthadar2012-05-011-34/+195
* Implemented so that Mesh forwarding information lifetime is dynamic.monthadar2012-05-011-18/+94
* Fixed some MPM reason codes and max number of neighbors checkmonthadar2012-05-011-32/+93
* Modified structure and code that handles Mesh peering management.monthadar2012-05-011-31/+46
* Added Self-protected action category (including MPM).monthadar2012-05-011-35/+35
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.adrian2012-03-061-0/+4
* * Introduce new flag for QoS control field;adrian2012-03-041-25/+60
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-041-77/+38
* Correct the 802.11s mesh configuration structure and related tidbits.adrian2012-02-131-6/+3
* Whitespace removal.rpaulo2012-02-031-12/+12
* Remove now redundant mac argument.bschmidt2011-12-171-4/+2
* Modify the ACL code slightly to support a few nifty things:adrian2011-12-151-2/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix some corner cases in the net80211 sequence number retransmissionadrian2011-05-041-4/+1
* Make sure to only accept and handle action frames which are for us. Inbschmidt2011-02-221-20/+8
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-11/+19
* Jump to the next element and not to an arbitrary point. frm[1] containsbschmidt2011-01-191-1/+1
* Fix a couple of bugs with 802.11n:rpaulo2010-03-181-0/+13
* Avoid a null pointer deref when parsing the meshid.rpaulo2010-02-031-3/+4
* Fix bugs introduced in previous commit: off-by-one in add_meshconf() andrpaulo2010-01-141-2/+4
* Update mesh code to to D4.0.rpaulo2010-01-121-3/+5
* Don't call the newstate callback as that's dangerous. Rely no ENETRESETrpaulo2009-10-211-4/+0
* Implement the missing support for updating the mesh conf number ofrpaulo2009-10-191-0/+14
* Properly initialize the mesh conf capabilities byte.rpaulo2009-10-131-0/+1
* Fix a wrong initialization that snuck in the latest commit.rpaulo2009-10-121-1/+1
* Another 3.03 draft bit that I missed in the previous 802.11s stackrpaulo2009-10-121-49/+30
* Update 802.11s mesh support to draft 3.03. This includes a revised framerpaulo2009-09-221-74/+38
* Mesh fixes, namely:rpaulo2009-07-271-6/+27
OpenPOWER on IntegriCloud