summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Accept broadcast probe responses on 6GHz bandAndrei Otcheretianski2020-02-071-1/+16
* mac80211: HE: set RX NSSTova Mussai2020-02-071-3/+32
* mac80211: set station bandwidth from HE capabilityJohannes Berg2020-02-072-0/+27
* mac80211: remove supported channels element in 6 GHz if ECSA supportJohannes Berg2020-02-071-13/+19
* mac80211: update condition for HE disablementDaniel Gabay2020-02-071-2/+2
* mac80211: make ieee80211_wep_init() return voidLuca Coelho2020-02-073-8/+3
* mac80211: allow changing TX-related netdev featuresJohannes Berg2020-02-073-6/+11
* mac80211: check whether HE connection is allowed by the reg domainHaim Dreyfuss2020-02-071-1/+16
* mac80211: refactor extended element parsingJohannes Berg2020-02-071-27/+48
* mac80211: simplify and improve HT/VHT/HE disable codeJohannes Berg2020-02-072-29/+38
* mac80211: fix 11w when using encapsulation offloadingJohn Crispin2020-02-071-6/+10
* mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-01-154-10/+7
* mac80211: fix tx status for no ack casesMarkus Theil2020-01-151-4/+11
* mac80211: add handling for BSS colorJohn Crispin2020-01-152-2/+12
* mac80211: debugfs: improve airtime_flags handler readabilityLorenzo Bianconi2020-01-021-2/+54
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2020-01-026-25/+74
|\
| * mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen2019-12-135-24/+64
| * mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()Dan Carpenter2019-12-131-1/+1
| * mac80211: fix TID field in monitor mode transmitFredrik Olofsson2019-12-131-0/+9
* | mac80211: Remove redundant assertionAditya Pakki2019-12-161-1/+0
* | mac80211: add 802.11 encapsulation offloading supportJohn Crispin2019-12-135-4/+324
* | mac80211: Always show airtime debugfs file when TXQs are enabledToke Høiland-Jørgensen2019-12-131-4/+2
|/
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-271-14/+3
|\
| * mac80211: Use debugfs_create_xul() helperGeert Uytterhoeven2019-11-091-14/+3
* | mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeueToke Høiland-Jørgensen2019-11-222-0/+44
* | mac80211: Implement Airtime-based Queue Limit (AQL)Kan Yan2019-11-227-14/+225
* | mac80211: Import airtime calculation code from mt76Toke Høiland-Jørgensen2019-11-223-1/+603
* | mac80211: consider QoS Null frames for STA_NULLFUNC_ACKEDThomas Pedersen2019-11-221-1/+2
* | mac80211: expose HW conf flags through debugfsThomas Pedersen2019-11-221-0/+3
* | mac80211: Add new sta_info getter by sta/vif addrsToke Høiland-Jørgensen2019-11-223-8/+20
* | mac80211: add a comment about monitor-to-dev injectionJohannes Berg2019-11-221-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-092-2/+3
|\ \
| * | mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-11-081-1/+2
| * | mac80211: fix ieee80211_txq_setup_flows() failure pathJohannes Berg2019-11-081-1/+1
| |/
* | mac80211: Shrink the size of ack_frame_id to make room for tx_time_estToke Høiland-Jørgensen2019-11-082-2/+2
* | mac80211: don't re-parse elems in ieee80211_assoc_success()Johannes Berg2019-11-081-54/+49
* | mac80211: move store skb ack code to its own functionJohn Crispin2019-11-081-20/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-203-5/+41
|\|
| * mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-071-2/+28
| * mac80211: accept deauth frames in IBSS modeJohannes Berg2019-10-071-1/+10
| * mac80211: Reject malformed SSID elementsWill Deacon2019-10-041-2/+3
* | Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller2019-10-139-88/+141
|\ \ | |/ |/|
| * mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau2019-10-116-68/+63
| * mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau2019-10-113-8/+76
| * mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2019-10-112-8/+5
| * mac80211: simplify TX aggregation startJohannes Berg2019-10-041-1/+8
| * mac80211: pass internal sta to ieee80211_tx_frags()Johannes Berg2019-10-041-11/+4
| * mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte2019-10-041-8/+1
* | mac80211: keep BHs disabled while calling drv_tx_wake_queue()Johannes Berg2019-10-011-5/+8
* | mac80211: fix txq null pointer dereferenceMiaoqing Pan2019-10-011-2/+9
|/