summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | wifi: mac80211: allow link address A2 in TXQ dequeueJohannes Berg2022-08-251-2/+2
* | wifi: mac80211: fix control port frame addressingJohannes Berg2022-08-251-1/+2
* | wifi: mac80211: set link ID in TX info for beaconsJohannes Berg2022-08-251-0/+2
* | wifi: mac80211: properly implement MLO key handlingJohannes Berg2022-08-251-10/+46
|/
* wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-221-9/+82
* wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-3/+8
* wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg2022-07-221-2/+41
* wifi: mac80211: return error from control port TX for dropsJohannes Berg2022-07-221-2/+7
* wifi: mac80211: fast-xmit: handle non-MLO clientsJohannes Berg2022-07-221-1/+15
* wifi: mac80211: tx: use AP address in some places for MLOJohannes Berg2022-07-221-3/+3
* wifi: mac80211: support MLO authentication/association with one linkJohannes Berg2022-07-151-1/+1
* wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski2022-07-151-2/+17
* wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg2022-07-151-1/+1
* wifi: mac80211: Allow EAPOL tx from specific linkAndrei Otcheretianski2022-07-151-1/+1
* wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski2022-07-151-2/+18
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-151-41/+47
* wifi: mac80211: exclude multicast packets from AQL pending airtimeFelix Fietkau2022-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-23/+13
|\
| * wifi: mac80211: check skb_shared in ieee80211_8023_xmit()Ryder Lee2022-06-291-23/+13
* | wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau2022-07-011-1/+34
* | wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau2022-07-011-4/+36
* | wifi: mac80211: consider aql_tx_pending when checking airtime deficitFelix Fietkau2022-07-011-2/+9