aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_hwmp.c
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* iee80211_hwmp: Don't dereference NULL ni in debug printf.John Baldwin2022-12-211-2/+2
* net80211: consistently use the IEEE80211_M_ memory related optionsBjoern A. Zeeb2022-08-181-1/+1
* net80211(4): Fix a typo in a sysctl descriptionGordon Bergling2021-12-041-1/+1
* net80211(4): Fix a few common typos in source code commentsGordon Bergling2021-09-251-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* net80211: Fix a typo in a commentGordon Bergling2021-03-131-31/+31
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-211-11/+19
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-0/+1
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-101-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-1/+4
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-5/+0
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-29/+16
* [net80211] add missing static declarations.Adrian Chadd2016-03-221-3/+3
* Move counter.h include into ieee80211_freebsd.h. Should fix build.Gleb Smirnoff2015-05-271-1/+0
* Add two counters to ieee80211com, that will be used to count transmissionGleb Smirnoff2015-05-261-0/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-15/+18
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-1/+1
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-11/+13
* Mesh HWMP forwarding information: updating FI for transmitter.Monthadar Al Jaberi2013-02-071-5/+44
* Mesh HWMP PERR bug fixes.Monthadar Al Jaberi2013-02-071-1/+1
* Mesh HWMP PREQ: fixed conditions for discarding elements.Monthadar Al Jaberi2013-02-071-4/+4
* Mesh HWMP: don't send an intermediate PREP for proxy entries.Monthadar Al Jaberi2013-02-071-1/+3
* Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.Monthadar Al Jaberi2013-02-071-3/+6
* HWMP: ic->raw_xmit didn't always point to correct ni.Monthadar Al Jaberi2013-02-071-68/+51
* Send frames to mesh gate if 11s discovery fails.Monthadar Al Jaberi2013-02-071-6/+11
* Mark root mesh as gate when mesh gate flag set.Monthadar Al Jaberi2013-02-071-0/+19
* Mesh update: add base Mesh Gate functionality.Monthadar Al Jaberi2013-02-071-0/+4
* Mesh: management mesh action frames are to be discardedMonthadar Al Jaberi2013-02-071-14/+1
* HWMP: Accept a PERR even if path is valid.Monthadar Al Jaberi2013-02-071-1/+1
* Fix mesh path flag.Monthadar Al Jaberi2013-02-071-2/+5
* Handle HWMP if_transmit() failure gracefully.Adrian Chadd2013-01-061-1/+13
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Fixed some debug output in hwmp_recv_prep.Monthadar Al Jaberi2012-07-311-3/+3
* Fix a PREQ comparison error in 11s HWMP.Monthadar Al Jaberi2012-07-311-3/+4
* Fix bugs in net80211s found with wtap simulator.Monthadar Al Jaberi2012-07-311-4/+6
* Update HWMP Proactive code and mesh route flags.Monthadar Al Jaberi2012-05-011-20/+10
* PREQ discovery update.Monthadar Al Jaberi2012-05-011-4/+63
* Net80211s update: Mesh Gate Announcement and removal of Portal Announcement.Monthadar Al Jaberi2012-05-011-5/+5
* RANN updateMonthadar Al Jaberi2012-05-011-17/+82
* PERR update to be called from mesh code.Monthadar Al Jaberi2012-05-011-1/+63
* * Modified PERR acceptance criteria according to amendment;Monthadar Al Jaberi2012-05-011-25/+82
* Updated PREQ propagation code;Monthadar Al Jaberi2012-05-011-74/+65
* * PREQ acceptance criteria updated to check for proxy condition as in amendment;Monthadar Al Jaberi2012-05-011-6/+9
* * Proactive PREQ (original transmission) must also setMonthadar Al Jaberi2012-05-011-1/+2
* * Fixed hwmp_discover code to populate a PREQ packet correctly;Monthadar Al Jaberi2012-05-011-11/+3