summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen
2019-11-22mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen
2019-11-22mac80211: expose HW conf flags through debugfsThomas Pedersen
2019-11-22mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen
2019-11-22mac80211: add a comment about monitor-to-dev injectionJohannes Berg
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-09mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen
2019-11-08mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg
2019-11-08mac80211: move store skb ack code to its own functionJohn Crispin
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg
2019-10-04mac80211: Reject malformed SSID elementsWill Deacon
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-10-04mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg
2019-10-04mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg
2019-10-01mac80211: fix txq null pointer dereferenceMiaoqing Pan
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-11mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen
2019-09-11Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/sc...David S. Miller
2019-09-11mac80211: allow drivers to set max MTUWen Gong
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg
2019-09-11mac80211: don't check if key is NULL in ieee80211_key_link()Luca Coelho
2019-09-11mac80211: clear crypto tx tailroom counter upon keys enableLior Cohen
2019-09-11mac80211: remove unnecessary key conditionJohannes Berg
2019-09-11mac80211: list features in WEP/TKIP disable in better orderJohannes Berg
2019-09-11mac80211: vht: add support VHT EXT NSS BW in parsing VHTMordechay Goodstein
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-22mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King
2019-08-21mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau
2019-08-21mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau
2019-08-21mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau
2019-08-21mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau
2019-08-21nl80211: Add support for EDMG channelsAlexei Avshalom Lazar
2019-08-21mac80211: fix possible NULL pointerderef in obss pd codeJohn Crispin
2019-08-21mac80211: add assoc-at supportBen Greear