summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-4/+9
|\
| * wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-081-4/+9
* | wifi: mac80211: use kvcalloc() for codel varsJohannes Berg2024-03-251-3/+3
|/
* wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh2024-02-211-2/+12
* Merge wireless into wireless-nextJohannes Berg2024-02-151-1/+2
|\
| * wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg2024-02-081-2/+3
* | wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg2024-02-121-1/+9
* | wifi: mac80211: update beacon counters per link basisAditya Kumar Singh2024-02-081-3/+11
* | wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg2024-02-081-1/+2
* | wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-2/+0
* | wifi: mac80211: clean up band switch in durationJohannes Berg2024-02-081-11/+8
|/
* wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg2024-02-021-3/+4
* Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-231-1/+1
|\
| * wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau2024-01-181-1/+1
* | wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov2023-12-121-5/+2
|/
* Merge wireless into wireless-nextJohannes Berg2023-10-061-1/+2
|\
| * wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong2023-09-251-1/+2
* | wifi: mac80211: support antenna control in injectionJohannes Berg2023-09-251-0/+14
* | wifi: mac80211: describe return values in kernel-docJohannes Berg2023-09-251-0/+2
* | wifi: mac80211: remove shifted rate supportJohannes Berg2023-09-131-13/+7
* | wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-5/+3
* | wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-2/+2
* | wifi: mac80211: move dynamic PS to wiphy workJohannes Berg2023-09-111-2/+2
* | wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg2023-09-111-4/+10
* | wifi: mac80211: tx: clarify conditions in if statementJohannes Berg2023-09-111-3/+4
|/
* Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-221-13/+31
|\
| * wifi: mac80211: handle TDLS data frames with MLOAbhishek Naik2023-06-191-2/+20
| * Merge wireless into wireless-nextJohannes Berg2023-06-191-3/+3
| |\
| * | wifi: mac80211: Add getter functions for vif MLD stateIlan Peer2023-06-141-11/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-3/+3
|\ \ \ | | |/ | |/|
| * | wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-06-091-3/+3
* | | net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
| |/ |/|
* | Merge wireless into wireless-nextJohannes Berg2023-06-071-3/+4
|\|
| * wifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh2023-06-061-1/+1
| * wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac2023-05-161-2/+3
* | wifi: mac80211: refactor ieee80211_select_link_key()Mukesh Sisodiya2023-06-061-22/+6
|/
* wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg2023-04-131-2/+2
* mac80211: support RNR for EMA APAloka Dixit2023-03-241-0/+10
* wifi: mac80211: generate EMA beacons in AP modeAloka Dixit2023-03-221-11/+123
* wifi: mac80211: use mesh header cache to speed up mesh forwardingFelix Fietkau2023-03-221-4/+2
* wifi: mac80211: mesh fast xmit supportFelix Fietkau2023-03-221-15/+32
* wifi: mac80211: allow beacon protection HW offloadJohannes Berg2023-03-071-0/+4
* wifi: mac80211: check key taint for beacon protectionJohannes Berg2023-03-071-0/+6
* wifi: mac80211: fix off-by-one link settingJohannes Berg2023-02-141-1/+1
* wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann2023-02-141-1/+1
* wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel2023-01-101-12/+6
* wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel2023-01-101-7/+13
* wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau2022-12-011-97/+186
* wifi: mac80211: update TIM for S1G specification changesKieran Frewen2022-12-011-5/+9
* wifi: mac80211: Drop not needed check for NULLAlexander Wetzel2022-12-011-1/+1