summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_mesh.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r281383:eadler2015-04-131-1/+1
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-2/+2
* MFC r260444:kevlo2014-02-171-1/+1
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-1/+1
* Fix compilation when debugging is disabled.adrian2013-07-281-2/+1
* Refactor the VAP transmit path code into a utility function that bothadrian2013-07-281-101/+5
* Add a missing unlock.adrian2013-07-051-0/+1
* 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
OpenPOWER on IntegriCloud