aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Enhance the comment ieee80211_add_channel() to avoid aBjoern A. Zeeb2019-06-101-0/+2
* Restructure mbuf send tags to provide stronger guarantees.John Baldwin2019-05-244-0/+6
* net80211: correct check for SMPS node flags updatesAndriy Voskoboinyk2019-03-181-2/+2
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-108-38/+32
* net80211(4): validate supplied roam:rate values from ifconfig(8)Andriy Voskoboinyk2019-02-061-12/+67
* net80211(4): do not setup Tx parameters for unsupported modes.Andriy Voskoboinyk2019-02-032-0/+6
* net80211(4): fix rate check when 'roaming' ifconfig(8) option is set to 'auto'Andriy Voskoboinyk2019-02-031-1/+0
* net80211(4): do not setup roaming parameters for unsupported modes.Andriy Voskoboinyk2019-02-032-1/+12
* Drop unused M_80211_COM malloc(9) type.Andriy Voskoboinyk2019-02-021-2/+0
* Do not acquire IEEE80211_LOCK twice in cac_timeout(); reuseAndriy Voskoboinyk2019-02-021-2/+1
* Remove 2GHz channel list copies from wireless drivers.Andriy Voskoboinyk2019-01-262-0/+13
* net80211: reuse TICKS_2_MSEC / MSEC_2_TICKS macros from sys/time.hAndriy Voskoboinyk2019-01-256-26/+10
* net80211: turn channel mode check into assertion.Andriy Voskoboinyk2019-01-231-2/+5
* net80211: fix channel list construction for non-auto operating mode.Andriy Voskoboinyk2019-01-231-20/+38
* net80211: resolve ioctl <-> detach race for ieee80211com structureAndriy Voskoboinyk2019-01-205-3/+73
* [ifconfig] Print more WPS attributes in verbose "list scan" outputOleksandr Tymoshenko2019-01-202-0/+151
* net80211: drop m_pullup call from ieee80211_crypto_decap.Andriy Voskoboinyk2019-01-191-5/+6
* net80211: provide rate validation for injected frames.Andriy Voskoboinyk2019-01-131-0/+95
* net80211: fix possible panic for some drivers after r342211Andriy Voskoboinyk2019-01-122-6/+62
* net80211: fix panic when device is removed during initializationAndriy Voskoboinyk2019-01-091-1/+5
* net80211: fix duplicate sequence number bump for non-AMPDU QoS frames.Andriy Voskoboinyk2018-12-301-1/+0
* net80211: fix out-of-bounds read in ieee80211_amrr(9).Andriy Voskoboinyk2018-12-191-2/+0
* Fix misspellings of transmitter/transmittedDevin Teske2018-08-101-1/+1
* ieee8021_node: fix whitespace issuesKyle Evans2018-08-101-9/+9
* net80211: Drain ageq before cleaning it up.Kyle Evans2018-08-101-0/+1
* net80211: Fix ifdetach w/o ifattach, small whitespace cleanupKyle Evans2018-07-101-7/+16
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-1/+2
* net80211: wrap protection frame allocation into ieee80211_alloc_prot()Andriy Voskoboinyk2018-03-092-0/+35
* net80211: sanitize input for ieee80211_output()Andriy Voskoboinyk2017-12-301-28/+115
* net80211: handle VHT nodes in ieee80211_node_setuptxparms()Andriy Voskoboinyk2017-12-301-1/+6
* kernel: Fix several typos and minor errorsEitan Adler2017-12-272-2/+2
* [net80211] add a method for checking if a VAP WME AC has a NOACK policy or not.Adrian Chadd2017-12-092-0/+33
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2767-0/+134
* [net80211] don't try to follow a NULL rxs pointer down the sink.Adrian Chadd2017-10-131-1/+1
* [net80211] begin handling multiple hardware decap'ed A-MSDU in the RX path.Adrian Chadd2017-10-122-2/+51
* net80211: fix a typo (premable -> preamble).Andriy Voskoboinyk2017-08-271-1/+1
* sys/net8021: Add missing braces in setcurchan().Pedro F. Giffuni2017-08-012-2/+3
* net80211: do not allow to unload rate control module if it is still in use.Andriy Voskoboinyk2017-07-232-1/+7
* net80211: initialize i_seq for A-MPDU frames.Andriy Voskoboinyk2017-06-011-0/+6
* [net80211] prepare for A-MSDU/A-MPDU offload crypto / sequence number checking.Adrian Chadd2017-05-208-12/+14
* [net80211] initial VHT radiotap implementation defines from upstream radiotap.Adrian Chadd2017-05-171-0/+116
* [net80211] add methods to fetch the global and per-VAP WME parameters.Adrian Chadd2017-04-222-0/+18
* [net80211] refactor out "add slot" and "purge slot" for A-MPDU.Adrian Chadd2017-04-111-26/+56
* [net80211] refactor out the A-MPDU dispatch routine.Adrian Chadd2017-04-061-28/+29
* [net80211] refactor the A-MPDU RX window codeAdrian Chadd2017-04-021-33/+37
* net80211: fix possible panic when wlan(4) interface is destroyed.Andriy Voskoboinyk2017-03-241-0/+1
* net80211: reschedule tasks properly after r315594.Andriy Voskoboinyk2017-03-191-2/+1
* net80211: do not cancel callout when FF queue is empty.Andriy Voskoboinyk2017-03-191-22/+2
* net80211: add a timer to flush fast-frames queues.Andriy Voskoboinyk2017-03-192-4/+45
* [net80211] begin fleshing out per-VAP WME configurations.Adrian Chadd2017-03-133-11/+24