summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+5
|\
| * wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao2022-11-021-0/+5
* | wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-24/+4
* | Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg2022-10-101-4/+6
|\|
| * wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-071-4/+6
* | wifi: mac80211: fix ifdef symbol nameJohannes Berg2022-10-071-1/+1
|/
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-301-20/+33
|\
| * wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg2022-09-061-5/+5
| * wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg2022-09-061-15/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-0/+4
|\ \ | |/ |/|
| * wifi: mac80211: fix regression with non-QoS driversHans de Goede2022-09-271-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+2
|\|
| * wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port()Dan Carpenter2022-08-251-1/+1
| * wifi: mac80211: fix possible leak in ieee80211_tx_control_port()Yang Yingliang2022-08-251-0/+1