summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_hwmp.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemavos2016-04-201-29/+16
* [net80211] add missing static declarations.adrian2016-03-221-3/+3
* Move counter.h include into ieee80211_freebsd.h. Should fix build.glebius2015-05-271-1/+0
* Add two counters to ieee80211com, that will be used to count transmissionglebius2015-05-261-0/+1
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-15/+18
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-1/+1
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-1/+1
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-11/+13
* Mesh HWMP forwarding information: updating FI for transmitter.monthadar2013-02-071-5/+44
* Mesh HWMP PERR bug fixes.monthadar2013-02-071-1/+1
* Mesh HWMP PREQ: fixed conditions for discarding elements.monthadar2013-02-071-4/+4
* Mesh HWMP: don't send an intermediate PREP for proxy entries.monthadar2013-02-071-1/+3
* Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.monthadar2013-02-071-3/+6
* HWMP: ic->raw_xmit didn't always point to correct ni.monthadar2013-02-071-68/+51
* Send frames to mesh gate if 11s discovery fails.monthadar2013-02-071-6/+11
* Mark root mesh as gate when mesh gate flag set.monthadar2013-02-071-0/+19
* Mesh update: add base Mesh Gate functionality.monthadar2013-02-071-0/+4
* Mesh: management mesh action frames are to be discardedmonthadar2013-02-071-14/+1
* HWMP: Accept a PERR even if path is valid.monthadar2013-02-071-1/+1
* Fix mesh path flag.monthadar2013-02-071-2/+5
* Handle HWMP if_transmit() failure gracefully.adrian2013-01-061-1/+13
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Fixed some debug output in hwmp_recv_prep.monthadar2012-07-311-3/+3
* Fix a PREQ comparison error in 11s HWMP.monthadar2012-07-311-3/+4
* Fix bugs in net80211s found with wtap simulator.monthadar2012-07-311-4/+6
* Update HWMP Proactive code and mesh route flags.monthadar2012-05-011-20/+10
* PREQ discovery update.monthadar2012-05-011-4/+63
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.monthadar2012-05-011-5/+5
* RANN updatemonthadar2012-05-011-17/+82
* PERR update to be called from mesh code.monthadar2012-05-011-1/+63
* * Modified PERR acceptance criteria according to amendment;monthadar2012-05-011-25/+82
* Updated PREQ propagation code;monthadar2012-05-011-74/+65
* * PREQ acceptance criteria updated to check for proxy condition as in amendment;monthadar2012-05-011-6/+9
* * Proactive PREQ (original transmission) must also setmonthadar2012-05-011-1/+2
* * Fixed hwmp_discover code to populate a PREQ packet correctly;monthadar2012-05-011-11/+3
* * Fixed PREQ flag field Adressing mode subfiled according to amendment specs;monthadar2012-05-011-4/+4
* * Added a mesh max PREQ retires sysctl that governous how many timesmonthadar2012-05-011-2/+38
* Change how we enforce PREQ minimum interval.monthadar2012-05-011-24/+33
* PREP updatemonthadar2012-05-011-65/+60
* Mesh forwarding with proxy support.monthadar2012-05-011-63/+121
* Implemented so that Mesh forwarding information lifetime is dynamic.monthadar2012-05-011-12/+10
* Modify HWMP to be able to allocate memory for PREQ/PREP/PERR for all scenarios.adrian2012-03-061-65/+273
* * Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as specified amendment spec;adrian2012-03-041-4/+4
* Missing code for receiving MESH PREP that should be part of r230409.adrian2012-01-291-6/+15
* Fix the hwmp code to handle nodes in a "line" topology.adrian2012-01-211-39/+99
* Change the hwmp debugging to use %6D rather than ether_sprintf().adrian2012-01-211-35/+36
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Add missing braces.rpaulo2010-06-101-1/+2
* Don't reference null pointer in hwmp_recv_preq().rpaulo2010-06-011-0/+3
OpenPOWER on IntegriCloud