summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-271-1/+1
* mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin2022-01-113-81/+54
* mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-111-1/+1
* mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-291-0/+3
* mac80211: fix lookup when adding AddBA extension elementJohannes Berg2021-12-221-2/+3
* mac80211: agg-tx: don't schedule_and_wake_txq() under sta->lockJohannes Berg2021-12-221-2/+8
* mac80211: track only QoS data frames for admission controlJohannes Berg2021-12-221-3/+10
* mac80211: validate extended element ID is presentJohannes Berg2021-12-221-1/+6
* mac80211: send ADDBA requests using the tid/queue of the aggregation sessionFelix Fietkau2021-12-221-1/+1
* mac80211: mark TX-during-stop for TX in in_reconfigJohannes Berg2021-12-221-1/+4
* mac80211: fix regression in SSN handling of addba txFelix Fietkau2021-12-222-2/+3
* mac80211: fix rate control for retransmitted framesFelix Fietkau2021-12-221-3/+3
* mac80211: fix throughput LED triggerFelix Fietkau2021-12-083-26/+23
* mac80211: do not access the IV when it was strippedXing Song2021-12-081-1/+2
* mac80211: drop check for DONT_REORDER in __ieee80211_select_queueFelix Fietkau2021-11-251-2/+1
* mac80211: fix radiotap header generationJohannes Berg2021-11-251-1/+1
* mac80211: fix monitor_sdata RCU/locking assertionsJohannes Berg2021-11-253-8/+15
* mac80211: twt: don't use potentially unaligned pointerJohannes Berg2021-11-181-3/+5
* mac80211: mesh: fix HE operation element length checkJohannes Berg2021-10-011-4/+5
* mac80211: check return value of rhashtable_initMichelleJin2021-09-271-1/+4
* mac80211: fix use-after-free in CCMP/GCMP RXJohannes Berg2021-09-271-0/+6
* mac80211: mesh: fix potentially unaligned accessJohannes Berg2021-09-231-1/+2
* mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi2021-09-231-0/+4
* mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-09-231-1/+2
* mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang2021-09-231-0/+8
* Revert "mac80211: do not use low data rates for data frames with no ack flag"Felix Fietkau2021-09-231-4/+0
* mac80211: parse transmit power envelope elementWen Gong2021-08-262-0/+15
* mac80211: introduce individual TWT support in AP modeLorenzo Bianconi2021-08-247-2/+418
* Merge tag 'mac80211-next-for-net-next-2021-08-20' of git://git.kernel.org/pub...Jakub Kicinski2021-08-209-58/+298
|\
| * mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-08-171-1/+3
| * mac80211: add support for BSS color changeJohn Crispin2021-08-174-22/+254
| * mac80211: Use flex-array for radiotap header bitmapKees Cook2021-08-131-1/+6
| * mac80211: radiotap: Use BIT() instead of shiftsKees Cook2021-08-132-19/+19
| * mac80211: Remove unnecessary variable and labeldingsenjie2021-08-131-11/+4
| * mac80211: include <linux/rbtree.h>Johannes Berg2021-08-131-0/+1
| * mac80211: Fix monitor MTU limit so that A-MSDUs get throughJohan Almbladh2021-08-131-2/+9
| * mac80211: remove unnecessary NULL check in ieee80211_register_hw()Dan Carpenter2021-08-131-1/+1
| * mac80211: Reject zero MAC address in sta_info_insert_check()YueHaibing2021-08-131-1/+1
* | mac80211: fix locking in ieee80211_restart_work()Johannes Berg2021-08-171-0/+2
|/
* mac80211: fix enabling 4-address mode on a sta vif after assocFelix Fietkau2021-07-233-2/+23
* mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau2021-07-231-25/+32
* mac80211: Do not strip skb headroom on monitor framesJohan Almbladh2021-07-231-1/+2
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-2312-176/+650
* Revert "mac80211: HE STA disassoc due to QOS NULL not sent"Ping-Ke Shih2021-06-231-4/+1
* mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih2021-06-231-5/+0
* mac80211: fix NULL ptr dereference during mesh peer connection for non HE dev...Abinaya Kalaiselvan2021-06-231-1/+3
* mac80211: Enable power save after receiving NULL packet ACKBassem Dawood2021-06-231-4/+3
* mac80211: add HE 6 GHz capability only if supportedJohannes Berg2021-06-231-4/+7
* mac80211: notify driver on mgd TX completionJohannes Berg2021-06-233-27/+103
* mac80211: always include HE 6GHz capability in probe requestJohannes Berg2021-06-231-1/+11