summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorLines
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+2
2020-03-29mac80211: fix authentication with iwlwifi/mvmJohannes Berg-1/+2
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+52
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg-2/+6
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg-1/+6
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen-1/+18
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg-12/+24
2020-03-20mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang-1/+1
2020-03-20mac80211: Read rx_stats with perCPU pointersSeevalamuthu Mariappan-6/+29
2020-03-20mac80211: Allow deleting stations in ibss mode to reset their stateNicolas Cavallari-0/+4
2020-03-20mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRCJohannes Berg-1/+5
2020-03-20mac80211: HE: set missing bss_conf fields in AP modeShaul Triebitz-3/+9
2020-03-20mac80211: don't leave skb->next/prev pointing to stackJohannes Berg-1/+5
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil-1/+14
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+2
2020-03-11mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari-1/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+2
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam-0/+83
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik-1/+1
2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen-12/+67
2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen-0/+25
2020-02-24mac80211: Update BIP to support Beacon framesJouni Malinen-8/+37
2020-02-24mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen-5/+104
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg-4/+2
2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg-3/+1
2020-02-21cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach-2/+1
2020-02-21mac80211: check vif pointer before airtime calculationJohannes Berg-2/+3
2020-02-21mac80211: Remove a redundant mutex unlockAndrei Otcheretianski-5/+1
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller-296/+699
2020-02-14mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin-0/+4
2020-02-14mac80211: Fix setting txpower to zeroBen Greear-0/+3
2020-02-14mac80211: fix wrong 160/80+80 MHz settingShay Bar-2/+14
2020-02-07mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil-1/+3
2020-02-07nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil-2/+4
2020-02-07mac80211: parse also the RSNXE IEShaul Triebitz-1/+8
2020-02-07cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer-0/+13
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer-157/+10
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer-20/+30
2020-02-07mac80211: Accept broadcast probe responses on 6GHz bandAndrei Otcheretianski-1/+16
2020-02-07mac80211: HE: set RX NSSTova Mussai-3/+32
2020-02-07mac80211: set station bandwidth from HE capabilityJohannes Berg-0/+27
2020-02-07mac80211: remove supported channels element in 6 GHz if ECSA supportJohannes Berg-13/+19
2020-02-07mac80211: update condition for HE disablementDaniel Gabay-2/+2
2020-02-07mac80211: make ieee80211_wep_init() return voidLuca Coelho-8/+3
2020-02-07mac80211: allow changing TX-related netdev featuresJohannes Berg-6/+11
2020-02-07mac80211: check whether HE connection is allowed by the reg domainHaim Dreyfuss-1/+16
2020-02-07mac80211: refactor extended element parsingJohannes Berg-27/+48
2020-02-07mac80211: simplify and improve HT/VHT/HE disable codeJohannes Berg-29/+38
2020-02-07mac80211: consider more elements in parsing CRCJohannes Berg-6/+12
2020-02-07mac80211: fix quiet mode activation in action framesSara Sharon-4/+4