summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2020-04-24mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testJohannes Berg1-1/+2
2020-04-24mac80211: Fail association when AP has no legacy ratesIlan Peer1-1/+9
2020-04-24mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein2-1/+13
2020-04-24mac80211: agg-tx: refactor sending addbaMordechay Goodstein1-28/+39
2020-04-24mac80211: Skip entries with HE membership selectorIlan Peer1-3/+4
2020-04-24mac80211: Don't destroy auth data in case of anti-cloggingAndrei Otcheretianski1-1/+6
2020-04-24mac80211: add twt_protected flag to the bss_conf structureShaul Triebitz1-0/+9
2020-04-24mac80211: implement Operating Mode Notification extended NSS supportJohannes Berg1-2/+8
2020-04-24mac80211: Process multicast RX registration for Action framesJouni Malinen3-3/+15
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg2-30/+22
2020-04-24mac80211: Report beacon protection failures to user spaceJouni Malinen1-2/+14
2020-04-24mac80211: fix drv_config_iface_filter() behaviourJohannes Berg2-6/+14
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg5-10/+6
2020-04-15mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam1-4/+7
2020-04-15mac80211: fix race in ieee80211_register_hw()Sumit Garg1-11/+13
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-29mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-14/+52
2020-03-26mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg1-2/+6
2020-03-26mac80211: mark station unauthorized before key removalJohannes Berg1-1/+6
2020-03-26mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-03-26mac80211: drop data frames without key on encrypted linksJohannes Berg4-12/+24
2020-03-20mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang1-1/+1
2020-03-20mac80211: Read rx_stats with perCPU pointersSeevalamuthu Mariappan1-6/+29
2020-03-20mac80211: Allow deleting stations in ibss mode to reset their stateNicolas Cavallari1-0/+4
2020-03-20mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRCJohannes Berg1-1/+5
2020-03-20mac80211: HE: set missing bss_conf fields in AP modeShaul Triebitz1-3/+9
2020-03-20mac80211: don't leave skb->next/prev pointing to stackJohannes Berg1-1/+5
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil6-1/+14
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-11mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari1-1/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+2
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam2-0/+83
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen1-12/+67
2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen1-0/+25
2020-02-24mac80211: Update BIP to support Beacon framesJouni Malinen2-8/+37
2020-02-24mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen7-5/+104
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg2-4/+2
2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg2-3/+1
2020-02-21cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach1-2/+1
2020-02-21mac80211: check vif pointer before airtime calculationJohannes Berg1-2/+3
2020-02-21mac80211: Remove a redundant mutex unlockAndrei Otcheretianski1-5/+1
2020-02-16Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller19-296/+699
2020-02-14mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin1-0/+4
2020-02-14mac80211: Fix setting txpower to zeroBen Greear2-0/+3
2020-02-14mac80211: fix wrong 160/80+80 MHz settingShay Bar1-2/+14
2020-02-07mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil2-1/+3
2020-02-07nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil2-2/+4
2020-02-07mac80211: parse also the RSNXE IEShaul Triebitz2-1/+8