aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2024-04-08wifi: mac80211: don't use rate mask for scanningJohannes Berg1-4/+9
2024-03-25wifi: mac80211: use kvcalloc() for codel varsJohannes Berg1-3/+3
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-2/+12
2024-02-15Merge wireless into wireless-nextJohannes Berg1-1/+2
2024-02-12wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg1-1/+9
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh1-3/+11
2024-02-08wifi: mac80211: clarify vif handling in TX dequeueJohannes Berg1-1/+2
2024-02-08wifi: mac80211: reload info pointer in ieee80211_tx_dequeue()Johannes Berg1-2/+3
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-2/+0
2024-02-08wifi: mac80211: clean up band switch in durationJohannes Berg1-11/+8
2024-02-02wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg1-3/+4
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-1/+1
2024-01-18wifi: mac80211: fix race condition on enabling fast-xmitFelix Fietkau1-1/+1
2023-12-12wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active()Dmitry Antipov1-5/+2
2023-10-06Merge wireless into wireless-nextJohannes Berg1-1/+2
2023-09-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong1-1/+2
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-22Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub 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-15Merge 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