summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli2018-10-121-0/+19
* mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu2018-10-124-0/+129
* mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen2018-10-112-23/+48
* mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen2018-10-111-7/+4
* mac80211: Helper function for marking STA authenticatedJouni Malinen2018-10-111-12/+22
* mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau2018-10-114-51/+9
* mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau2018-10-111-4/+6
* mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau2018-10-111-4/+10
* mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau2018-10-111-1/+1
* mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau2018-10-111-3/+1
* mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau2018-10-113-78/+93
* mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau2018-10-1110-258/+101
* mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau2018-10-116-47/+9
* mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K2018-10-111-8/+15
* mac80211: avoid reflecting frames back to the clientJohannes Berg2018-10-111-6/+6
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-10-087-20/+22
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-1/+1
| |\
| | * mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-011-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-036-19/+21
| |\|
| | * mac80211: allocate TXQs for active monitor interfacesFelix Fietkau2018-09-261-1/+2
| | * mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang2018-09-103-8/+8
| | * mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg2018-09-101-4/+4
| | * mac80211: fix pending queue hang due to TX_DROPBob Copeland2018-09-051-1/+1
| | * mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski2018-09-051-0/+4
| | * mac80211: Always report TX statusAndrei Otcheretianski2018-09-051-5/+2
* | | mac80211: Remove unused initializationMasashi Honma2018-10-021-1/+1
* | | mac80211: fix error handling in ieee80211_register_hw()Wei Yongjun2018-10-021-1/+3
* | | mac80211: fix issue with possible txq NULL pointerErik Stromdahl2018-10-021-0/+3
|/ /
* | mac80211: Don't access sk_queue_head->next directly.David S. Miller2018-09-101-1/+3
* | mac80211: remove unnecessary NULL checkGustavo A. R. Silva2018-09-051-1/+2
* | mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2018-09-052-0/+13
* | mac80211: allow AMSDU size limitation per-TIDSara Sharon2018-09-051-0/+4
* | mac80211: add an option for station management TXQSara Sharon2018-09-052-3/+12
* | wireless: align to draft 11ax D3.0Shaul Triebitz2018-09-051-22/+55
* | mac80211: fix saving a few HE valuesNaftali Goldstein2018-09-051-10/+7
* | mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz2018-09-051-1/+11
* | mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel2018-09-052-20/+94
* | mac80211: support radiotap L-SIG dataShaul Triebitz2018-09-051-0/+21
* | mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong2018-09-052-7/+13
* | mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg2018-09-051-0/+20
* | mac80211: add ability to parse CCFS2Johannes Berg2018-09-056-22/+50
* | mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg2018-09-053-0/+57
* | mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz2018-09-051-0/+3
* | mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg2018-09-055-21/+47
* | mac80211: use le16_encode_bits() instead of open-codingJohannes Berg2018-09-051-1/+1
* | mac80211: remove pointless 'params' NULL checksJohannes Berg2018-09-051-4/+2
* | mac80211: Add he_capa debugfs entryIdo Yariv2018-09-051-0/+325
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-047-49/+141
|\|
| * Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-037-49/+141
| |\
| | * mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-09-031-11/+11