summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)Author
2019-12-31mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen
2019-12-05mac80211: fix station inactive_time shortly after bootAhmed Zaki
2019-11-24mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau
2019-11-24mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau
2019-11-24mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau
2019-11-20mac80211: fix saving a few HE valuesNaftali Goldstein
2019-10-29mac80211: Reject malformed SSID elementsWill Deacon
2019-10-29mac80211: fix txq null pointer dereferenceMiaoqing Pan
2019-09-16{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty
2019-09-06mac80211: Correctly set noencrypt for PAE framesDenis Kenzior
2019-09-06mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior
2019-09-06mac80211: fix possible sta leakJohannes Berg
2019-08-16mac80211: don't WARN on short WMM parameters from APBrian Norris
2019-08-16mac80211: don't warn about CW params when not using themBrian Norris
2019-07-14mac80211: do not start any work during reconfigure flowNaftali Goldstein
2019-07-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao
2019-07-14mac80211: free peer keys before vif down in meshPradeep Kumar Chitrapu
2019-07-14mac80211: mesh: fix RCU warningThomas Pedersen
2019-07-10mac80211: mesh: fix missing unlock on error in table_path_del()Wei Yongjun
2019-06-25mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen
2019-06-25mac80211: handle deauthentication/disassociation from TDLS peerYu Wang
2019-06-25{nl,mac}80211: allow 4addr AP operation on crypto controlled devicesManikanta Pubbisetty
2019-06-25mac80211: drop robust management frames from unknown TAJohannes Berg
2019-05-31mac80211/cfg80211: update bss channel on channel switchSergey Matyukevich
2019-05-25mac80211: Fix kernel panic due to use of txq after freeBhagavathi Perumal S
2019-05-16mac80211: fix memory accounting with A-MSDU aggregationFelix Fietkau
2019-05-16mac80211: Increase MAX_MSG_LENAndrei Otcheretianski
2019-05-16mac80211: fix unaligned access in mesh table hash functionFelix Fietkau
2019-05-08mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel
2019-05-08mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg
2019-04-27mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau
2019-03-23mac80211: Fix Tx aggregation session tear down with ITXQsIlan Peer
2019-03-23mac80211: call drv_ibss_join() on restartJohannes Berg
2019-03-05mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre
2019-03-05mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori
2019-03-05mac80211: fix miscounting of ttl-dropped framesBob Copeland
2019-03-05mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen
2019-02-27mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau
2019-02-27mac80211: Free mpath object when rhashtable insertion failsHerbert Xu
2019-02-27mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu
2019-02-27mac80211: Restore vif beacon interval if start ap failsRakesh Pillai
2019-02-15mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2019-02-12mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg
2019-01-13mac80211: free skb fraglist before freeing the skbSara Sharon
2019-01-13mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach
2018-12-13mac80211: fix reordering of buffered broadcast packetsFelix Fietkau
2018-12-13mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau
2018-12-13mac80211: Clear beacon_int in ieee80211_do_stopBen Greear
2018-12-13mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang