summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
* mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-06-031-1/+18
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-06-031-1/+1
* mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-06-034-0/+16
* mac80211: assure all fragments are encryptedMathy Vanhoef2021-06-031-11/+12
* mac80211: clear the beacon's CRC after channel switchEmmanuel Grumbach2021-05-191-0/+5
* mac80211: bail out if cipher schemes are invalidJohannes Berg2021-05-141-2/+5
* mac80211: clear sta->fast_rx when STA removed from 4-addr VLANSeevalamuthu Mariappan2021-04-211-1/+3
* mac80211: fix TXQ AC confusionJohannes Berg2021-04-141-1/+1
* mac80211: choose first enabled channel for monitorKarthikeyan Kathirvel2021-04-101-1/+12
* mac80211: fix double free in ibss_leaveMarkus Theil2021-03-301-0/+2
* mac80211: fix rate mask resetJohannes Berg2021-03-301-2/+2
* mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-03-041-1/+1
* mac80211: 160MHz with extended NSS BW in CSAShay Bar2021-02-131-3/+7
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* mac80211: pause TX while changing interface typeJohannes Berg2021-02-032-0/+7
* mac80211: check if atf has been disabled in __ieee80211_schedule_txqLorenzo Bianconi2021-01-231-1/+1
* mac80211: do not drop tx nulldata packets on encrypted linksFelix Fietkau2021-01-231-1/+1
* mac80211: don't set set TDLS STA bandwidth wider than possibleJohannes Berg2020-12-301-4/+10
* mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet2020-12-211-3/+1
* mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-241-10/+4
* mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-241-1/+1
* mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-242-22/+4
* mac80211: always wind down STA stateJohannes Berg2020-11-221-0/+18
* mac80211: fix use of skb payload instead of headerJohannes Berg2020-11-181-13/+24
* mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2020-10-292-1/+6
* mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau2020-10-071-4/+4
* mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit2020-10-071-1/+2
* mac80211: skip mpath lookup also for control port txMarkus Theil2020-10-011-1/+5
* mac80211: fix misplaced while instead of ifJohannes Berg2020-08-211-1/+1
* mac80211: mesh: Free pending skb when destroying a mpathRemi Pommarel2020-08-051-0/+1
* mac80211: mesh: Free ie data when leaving meshRemi Pommarel2020-08-051-0/+1
* mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-07-291-0/+26
* mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing2020-06-031-0/+7
* mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-05-104-10/+7
* mac80211: sta_info: Add lockdep condition for RCU list usageMadhuparna Bhowmik2020-05-101-1/+2
* mac80211: fix channel switch trigger from unknown mesh peerTamizh chelvam2020-05-021-4/+7
* mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-294-19/+43
* mac80211: fix race in ieee80211_register_hw()Sumit Garg2020-04-211-11/+13
* mac80211: fix authentication with iwlwifi/mvmJohannes Berg2020-04-021-1/+2
* mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen2020-04-021-1/+18
* mac80211: set IEEE80211_TX_CTRL_PORT_CTRL_PROTO for nl80211 TXJohannes Berg2020-04-011-2/+6
* mac80211: mark station unauthorized before key removalJohannes Berg2020-04-011-1/+6
* mac80211: drop data frames without key on encrypted linksJohannes Berg2020-04-014-12/+24
* mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari2020-04-011-1/+2
* mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik2020-03-211-1/+1
* mac80211: Remove a redundant mutex unlockAndrei Otcheretianski2020-03-051-5/+1
* mac80211: fix wrong 160/80+80 MHz settingShay Bar2020-03-051-2/+14
* mac80211: consider more elements in parsing CRCJohannes Berg2020-03-051-6/+12
* mac80211: fix quiet mode activation in action framesSara Sharon2020-02-191-4/+4