summaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-07cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer1-0/+13
2020-02-07mac80211: Remove support for changing AP SMPS modeIlan Peer6-157/+10
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer3-20/+30
2020-02-07mac80211: Accept broadcast probe responses on 6GHz bandAndrei Otcheretianski1-1/+16
2020-02-07mac80211: HE: set RX NSSTova Mussai1-3/+32
2020-02-07mac80211: set station bandwidth from HE capabilityJohannes Berg2-0/+27
2020-02-07mac80211: remove supported channels element in 6 GHz if ECSA supportJohannes Berg1-13/+19
2020-02-07mac80211: update condition for HE disablementDaniel Gabay1-2/+2
2020-02-07mac80211: make ieee80211_wep_init() return voidLuca Coelho3-8/+3
2020-02-07mac80211: allow changing TX-related netdev featuresJohannes Berg3-6/+11
2020-02-07mac80211: check whether HE connection is allowed by the reg domainHaim Dreyfuss1-1/+16
2020-02-07mac80211: refactor extended element parsingJohannes Berg1-27/+48
2020-02-07mac80211: simplify and improve HT/VHT/HE disable codeJohannes Berg2-29/+38
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-02-07mac80211: fix 11w when using encapsulation offloadingJohn Crispin1-6/+10
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: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-01-15mac80211: fix tx status for no ack casesMarkus Theil1-4/+11
2020-01-15mac80211: add handling for BSS colorJohn Crispin2-2/+12
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: debugfs: improve airtime_flags handler readabilityLorenzo Bianconi1-2/+54
2020-01-02Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg6-25/+74
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-16mac80211: Remove redundant assertionAditya Pakki1-1/+0
2019-12-13mac80211: add 802.11 encapsulation offloading supportJohn Crispin5-4/+324
2019-12-13mac80211: Always show airtime debugfs file when TXQs are enabledToke Høiland-Jørgensen1-4/+2
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/...Linus 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