summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1
2019-03-05mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori1-0/+4
2019-03-05mac80211: fix miscounting of ttl-dropped framesBob Copeland1-1/+3
2019-02-27mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau1-1/+6
2019-02-27mac80211: Change default tx_sk_pacing_shift to 7Toke Høiland-Jørgensen1-2/+2
2019-02-27mac80211: Free mpath object when rhashtable insertion failsHerbert Xu1-8/+9
2019-02-27mac80211: Use linked list instead of rhashtable walk for mesh tablesHerbert Xu2-101/+43
2019-02-27mac80211: Restore vif beacon interval if start ap failsRakesh Pillai1-1/+5
2019-02-15mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2019-02-12mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2019-02-12mac80211: Properly handle SKB with radiotap onlyIlan Peer1-9/+17
2019-02-12mac80211: fix deauth TX when we disconnectEmmanuel Grumbach1-14/+35
2018-12-19mac80211: free skb fraglist before freeing the skbSara Sharon1-0/+5
2018-12-18mac80211: fix a kernel panic when TXing after TXQ teardownSara Sharon2-2/+3
2018-12-05mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-12-05mac80211: fix reordering of buffered broadcast packetsFelix Fietkau1-2/+2
2018-12-05mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau1-0/+2
2018-11-09mac80211: fix CSA beacon allocation sizeJohannes Berg1-3/+4
2018-11-09mac80211: Clear beacon_int in ieee80211_do_stopBen Greear1-0/+2
2018-11-09mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang1-2/+2
2018-11-09mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun1-4/+8
2018-10-12mac80211: implement ieee80211_tx_rate_update to update rateAnilkumar Kolli1-0/+19
2018-10-12mac80211: support FTM responder configuration/statisticsPradeep Kumar Chitrapu4-0/+129
2018-10-11mac80211: Extend SAE authentication in infra BSS STA modeJouni Malinen2-23/+48
2018-10-11mac80211: Move ieee80211_mgd_auth() EBUSY check to be before allocationJouni Malinen1-7/+4
2018-10-11mac80211: Helper function for marking STA authenticatedJouni Malinen1-12/+22
2018-10-11mac80211: rc80211_minstrel: remove variance / stddev calculationFelix Fietkau4-51/+9
2018-10-11mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau1-4/+6
2018-10-11mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau1-4/+10
2018-10-11mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau1-1/+1
2018-10-11mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau1-3/+1
2018-10-11mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau3-78/+93
2018-10-11mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau10-258/+101
2018-10-11mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau6-47/+9
2018-10-11mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K1-8/+15
2018-10-11mac80211: avoid reflecting frames back to the clientJohannes Berg1-6/+6
2018-10-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg7-20/+22
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-19/+21
2018-10-02mac80211: Remove unused initializationMasashi Honma1-1/+1
2018-10-02mac80211: fix error handling in ieee80211_register_hw()Wei Yongjun1-1/+3
2018-10-02mac80211: fix issue with possible txq NULL pointerErik Stromdahl1-0/+3
2018-10-01mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau1-1/+1
2018-09-26mac80211: allocate TXQs for active monitor interfacesFelix Fietkau1-1/+2
2018-09-10mac80211: Don't access sk_queue_head->next directly.David S. Miller1-1/+3
2018-09-10mac80211: fix TX status reporting for ieee80211sYuan-Chi Pang3-8/+8
2018-09-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg1-4/+4
2018-09-05mac80211: fix pending queue hang due to TX_DROPBob Copeland1-1/+1
2018-09-05mac80211: remove unnecessary NULL checkGustavo A. R. Silva1-1/+2
2018-09-05mac80211: add an option for drivers to check if packets can be aggregatedSara Sharon2-0/+13