aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_mesh.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-241-0/+1
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-6/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/net8021: Add missing braces in setcurchan().Pedro F. Giffuni2017-08-011-1/+1
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-201-1/+1
* net80211: fix more compiler warnings.Andriy Voskoboinyk2016-05-191-5/+5
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-9/+2
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-2/+1
* net80211: provide descriptions for reason codesAndriy Voskoboinyk2016-04-201-2/+2
* net80211: replace internal LE_READ_*/LE_WRITE_* macro with systemAndriy Voskoboinyk2016-04-201-9/+9
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()Andriy Voskoboinyk2016-03-011-18/+1
* net80211: add few missing subtype names.Andriy Voskoboinyk2016-02-191-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...Adrian Chadd2015-10-121-5/+1
* Remove duplicate use of RV(), LE_* and other macros.Adrian Chadd2015-09-221-6/+4
* 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