aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-02-21mac80211: Remove a redundant mutex unlockAndrei Otcheretianski1-5/+1
2020-02-14mac80211: fix wrong 160/80+80 MHz settingShay Bar1-2/+14
2020-02-07mac80211: consider more elements in parsing CRCJohannes Berg1-6/+12
2020-02-07mac80211: fix quiet mode activation in action framesSara Sharon1-4/+4
2020-02-07mac80211: use more bits for ack_frame_idJohannes Berg2-2/+2
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-8/+5
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar3-3/+41
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+41
2020-01-15mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen1-3/+15
2020-01-15cfg80211: Fix radar event during another phy CACOrr Mazor1-0/+23
2020-01-14net: mac80211: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-8/+5
2020-01-02mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil1-0/+3
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-14/+14
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen5-24/+64
2019-12-13mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()Dan Carpenter1-1/+1
2019-12-13mac80211: fix TID field in monitor mode transmitFredrik Olofsson1-0/+9
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-14/+3
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-14/+3
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-14/+14
2019-11-22mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2-0/+44
2019-11-22mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan7-14/+225
2019-11-22mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen3-1/+603
2019-11-22mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen1-1/+2
2019-11-22mac80211: expose HW conf flags through debugfsThomas Pedersen1-0/+3
2019-11-22mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen3-8/+20
2019-11-22mac80211: add a comment about monitor-to-dev injectionJohannes Berg1-0/+3
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+3
2019-11-09mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven1-14/+3
2019-11-08mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen2-2/+2
2019-11-08mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg1-54/+49
2019-11-08mac80211: move store skb ack code to its own functionJohn Crispin1-20/+29
2019-11-08mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-11-08mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+41
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller9-88/+141
2019-10-11mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau6-68/+63
2019-10-11mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau3-8/+76
2019-10-11mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2-8/+5
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar1-2/+28
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2019-10-04mac80211: Reject malformed SSID elementsWill Deacon1-2/+3
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-1/+8
2019-10-04mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg1-11/+4
2019-10-04mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte1-8/+1
2019-10-01mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg1-5/+8
2019-10-01mac80211: fix txq null pointer dereferenceMiaoqing Pan1-2/+9
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-10/+8
2019-09-11mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2-10/+8
2019-09-11Merge tag 'mac80211-next-for-davem-2019-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller10-51/+51