summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: check vif pointer before airtime calculationJohannes Berg2020-02-211-2/+3
* Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller2020-02-1619-296/+699
|\
| * mac80211: allow setting queue_len for drivers not using wake_tx_queueJohn Crispin2020-02-141-0/+4
| * mac80211: Fix setting txpower to zeroBen Greear2020-02-142-0/+3
| * mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_ADDRSMarkus Theil2020-02-072-1/+3
| * nl80211: add src and dst addr attributes for control port tx/rxMarkus Theil2020-02-072-2/+4
| * mac80211: parse also the RSNXE IEShaul Triebitz2020-02-072-1/+8
| * cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer2020-02-071-0/+13
| * mac80211: Remove support for changing AP SMPS modeIlan Peer2020-02-076-157/+10
| * mac80211: Handle SMPS mode changes only in AP modeIlan Peer2020-02-073-20/+30
| * 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: 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
* | | mac80211: fix wrong 160/80+80 MHz settingShay Bar2020-02-141-2/+14
* | | mac80211: consider more elements in parsing CRCJohannes Berg2020-02-071-6/+12
* | | mac80211: fix quiet mode activation in action framesSara Sharon2020-02-071-4/+4
* | | mac80211: use more bits for ack_frame_idJohannes Berg2020-02-072-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-8/+5
|\ \ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-193-3/+41
| |\ \ \
| * | | | net: mac80211: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-141-8/+5
| | |_|/ | |/| |
* | | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-203-3/+41
|\ \ \ \ | | |/ / | |/| |
| * | | mac80211: Fix TKIP replay protection immediately after key setupJouni Malinen2020-01-151-3/+15
| * | | cfg80211: Fix radar event during another phy CACOrr Mazor2020-01-151-0/+23
| * | | mac80211: mesh: restrict airtime metric to peered established plinksMarkus Theil2020-01-021-0/+3
| |/ /
* | | Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-14/+14
|\ \ \ | |/ / |/| |
| * | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-14/+3
| |\|
| * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-14/+14
* | | 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
| |/ |/|
* | 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