summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2018-10-12mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli-0/+19
2018-10-12mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu-0/+129
2018-10-11mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen-23/+48
2018-10-11mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen-7/+4
2018-10-11mac80211: Helper function for marking STA authenticatedJouni Malinen-12/+22
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau-51/+9
2018-10-11mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau-4/+6
2018-10-11mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau-4/+10
2018-10-11mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau-1/+1
2018-10-11mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau-3/+1
2018-10-11mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau-78/+93
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau-258/+101
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau-47/+9
2018-10-11mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K-8/+15
2018-10-11mac80211: avoid reflecting frames back to the clientJohannes Berg-6/+6
2018-10-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-20/+22
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+21
2018-10-02mac80211: Remove unused initializationMasashi Honma-1/+1
2018-10-02mac80211: fix error handling in ieee80211_register_hw()Wei Yongjun-1/+3
2018-10-02mac80211: fix issue with possible txq NULL pointerErik Stromdahl-0/+3
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau-1/+1
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau-1/+2
2018-09-10mac80211: Don't access sk_queue_head->next directly.David S. Miller-1/+3
2018-09-10mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang-8/+8
2018-09-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg-4/+4
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland-1/+1
2018-09-05mac80211: remove unnecessary NULL checkGustavo A. R. Silva-1/+2
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon-0/+13
2018-09-05mac80211: allow AMSDU size limitation per-TIDSara Sharon-0/+4
2018-09-05mac80211: add an option for station management TXQSara Sharon-3/+12
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz-22/+55
2018-09-05mac80211: fix saving a few HE valuesNaftali Goldstein-10/+7
2018-09-05mac80211: support reporting 0-length PSDU in radiotapShaul Triebitz-1/+11
2018-09-05mac80211: Don't wake up from PS for offchannel TXAndrei Otcheretianski-0/+4
2018-09-05mac80211: Always report TX statusAndrei Otcheretianski-5/+2
2018-09-05mac80211: Fix PTK rekey freezes and clear text leakAlexander Wetzel-20/+94
2018-09-05mac80211: support radiotap L-SIG dataShaul Triebitz-0/+21
2018-09-05mac80211: Store sk_pacing_shift in ieee80211_hwWen Gong-7/+13
2018-09-05mac80211: copy VHT EXT NSS BW Support/Capable data to stationJohannes Berg-0/+20
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg-22/+50
2018-09-05mac80211: introduce capability flags for VHT EXT NSS supportJohannes Berg-0/+57
2018-09-05mac80211: in AP mode, set bss_conf::he_supportedShaul Triebitz-0/+3
2018-09-05mac80211: add an optional TXQ for other PS-buffered framesJohannes Berg-21/+47
2018-09-05mac80211: use le16_encode_bits() instead of open-codingJohannes Berg-1/+1
2018-09-05mac80211: remove pointless 'params' NULL checksJohannes Berg-4/+2
2018-09-05mac80211: Add he_capa debugfs entryIdo Yariv-0/+325
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-49/+141
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller-49/+141
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach-11/+11