aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* [net80211] Add new privileges; restrict what can be done in a jail.Adrian Chadd2020-07-192-3/+17
* [net80211] Commit files missing in the previous commitAdrian Chadd2020-07-013-4/+5
* [net80211] Migrate HT/legacy protection mode and preamble calculation to per-...Adrian Chadd2020-07-0112-203/+670
* [net80211] Add missing commit to previous-1 uapsd commit.Adrian Chadd2020-06-161-1/+2
* [net80211] Add initial U-APSD negotiation support.Adrian Chadd2020-06-1611-33/+167
* [net80211] Treat frames without an rx status as not a decap'ed A-MSDU.Adrian Chadd2020-06-141-1/+2
* [net80211] Also convert the ddb pathAdrian Chadd2020-06-141-4/+10
* [net80211] Handle offloaded AMSDU in AMPDU reordering.Adrian Chadd2020-06-132-62/+225
* [net80211] separate out node allocation and node initialisation.Adrian Chadd2020-06-132-1/+39
* Fix !DEBUGNET build after r362138Conrad Meyer2020-06-132-2/+1
* net80211: Add framework for debugnet(4) supportConrad Meyer2020-06-133-1/+94
* [net80211] First part of A-MSDU offload handling - don't bump A-MPDU reorderi...Adrian Chadd2020-06-121-3/+6
* [net80211] ok ok if_xname won't ever be NULL.Adrian Chadd2020-06-101-1/+1
* [net80211] Add a method to return the vap's ifname.Adrian Chadd2020-06-072-0/+15
* [net80211] Flip on A-MPDU, A-MSDU, A-MPDU+A-MSDU and Fast frames options.Adrian Chadd2020-06-061-12/+49
* [net80211] Fix this typo!Adrian Chadd2020-06-061-1/+1
* [net80211] Fix typo.Adrian Chadd2020-06-061-1/+1
* [net80211] Don't call ic_updateslot if it's not set.Adrian Chadd2020-06-051-1/+2
* [net80211] print out node A-MSDU state.Adrian Chadd2020-06-052-2/+4
* [net80211] Add initial A-MSDU in A-MPDU negotation support.Adrian Chadd2020-06-053-13/+60
* [net80211] Migrate short slot time configuration into per-vap and deferred ta...Adrian Chadd2020-06-058-25/+140
* [net80211] Add some TODOs around A-MSDU in A-MPDU negotiation.Adrian Chadd2020-06-051-2/+8
* [net80211] Add field definition for A-MSDU inside A-MPDU.Adrian Chadd2020-06-051-0/+2
* [net80211] Add some more debugging during scanningAdrian Chadd2020-06-052-1/+14
* [net80211] Print out a bad PN in both hex and decimal.Adrian Chadd2020-06-051-2/+5
* [net80211] Send a probe request after IBSS node discoveryAdrian Chadd2020-06-051-2/+25
* [net80211] Fix interrupted scan logic and ticks comparisonAdrian Chadd2020-05-272-15/+37
* net80211: post RTM_IFINFO notification after toggling IFF_DRV_RUNNINGAndriy Gapon2020-05-223-0/+17
* [net80211] Use the unicast key when transmitting DWDS AP multicast frames.Adrian Chadd2020-05-081-2/+19
* Don't indirect user pointers directly in two 802.11s ioctls.John Baldwin2020-04-241-7/+12
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (7 of many)Pawel Biernacki2020-02-218-56/+77
* net80211: Move rate printing in amrr_node_stats() to a separate methodConrad Meyer2020-01-171-8/+14
* Don't use if_maddr_rlock() in 802.11, use epoch(9) directly instead.Gleb Smirnoff2019-10-101-2/+4
* 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