summaryrefslogtreecommitdiff
path: root/net/mac80211/tx.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-25wifi: mac80211: support antenna control in injectionJohannes Berg1-0/+14
2023-09-25wifi: mac80211: describe return values in kernel-docJohannes Berg1-0/+2
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg1-13/+7
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-5/+3
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-2/+2
2023-09-11wifi: mac80211: move dynamic PS to wiphy workJohannes Berg1-2/+2
2023-09-11wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg1-4/+10
2023-09-11wifi: mac80211: tx: clarify conditions in if statementJohannes Berg1-3/+4
2023-06-23Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-13/+31
2023-06-19wifi: mac80211: handle TDLS data frames with MLOAbhishek Naik1-2/+20
2023-06-19Merge wireless into wireless-nextJohannes Berg1-3/+3
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer1-11/+11
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-06-09wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer1-3/+3
2023-06-07Merge wireless into wireless-nextJohannes Berg1-3/+4
2023-06-06wifi: mac80211: refactor ieee80211_select_link_key()Mukesh Sisodiya1-22/+6
2023-06-06wifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh1-1/+1
2023-05-16wifi: mac80211: fortify the spinlock against deadlock by interruptMirsad Goran Todorovac1-2/+3
2023-04-13wifi: ieee80211: correctly mark FTM frames non-bufferableJohannes Berg1-2/+2
2023-03-24mac80211: support RNR for EMA APAloka Dixit1-0/+10
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit1-11/+123
2023-03-22wifi: mac80211: use mesh header cache to speed up mesh forwardingFelix Fietkau1-4/+2
2023-03-22wifi: mac80211: mesh fast xmit supportFelix Fietkau1-15/+32
2023-03-07wifi: mac80211: allow beacon protection HW offloadJohannes Berg1-0/+4
2023-03-07wifi: mac80211: check key taint for beacon protectionJohannes Berg1-0/+6
2023-02-14wifi: mac80211: fix off-by-one link settingJohannes Berg1-1/+1
2023-02-14wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann1-1/+1
2023-01-10wifi: mac80211: Fix iTXQ AMPDU fragmentation handlingAlexander Wetzel1-12/+6
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel1-7/+13
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau1-97/+186
2022-12-01wifi: mac80211: update TIM for S1G specification changesKieran Frewen1-5/+9
2022-12-01wifi: mac80211: Drop not needed check for NULLAlexander Wetzel1-1/+1
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-11-02wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao1-0/+5
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-24/+4
2022-10-10Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1-4/+6
2022-10-07wifi: mac80211: fix ifdef symbol nameJohannes Berg1-1/+1
2022-10-07wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel1-4/+6
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-20/+33
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-09-27wifi: mac80211: fix regression with non-QoS driversHans de Goede1-0/+4
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-5/+5
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg1-15/+28
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-08-25wifi: mac80211: allow link address A2 in TXQ dequeueJohannes Berg1-2/+2
2022-08-25wifi: mac80211: fix control port frame addressingJohannes Berg1-1/+2
2022-08-25wifi: mac80211: set link ID in TX info for beaconsJohannes Berg1-0/+2
2022-08-25wifi: mac80211: properly implement MLO key handlingJohannes Berg1-10/+46
2022-08-25wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port()Dan Carpenter1-1/+1