summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: netdev compatible TX stop for iTXQ driversAlexander Wetzel2022-10-071-4/+6
* 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
* | wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau2022-07-011-1/+1
* | wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-011-259/+107
* | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-31/+44
* | wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg2022-06-201-2/+32
* | wifi: mac80211: remove band from TX info in MLOJohannes Berg2022-06-201-21/+68
* | wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg2022-06-201-36/+9
* | wifi: mac80211: status: look up band only where neededJohannes Berg2022-06-201-7/+1
* | wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-201-36/+25
* | wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* | wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-201-14/+14
* | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-101-16/+5
|/
* mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua2022-05-041-2/+0
* mac80211: prepare sta handling for MLO supportSriram R2022-04-111-13/+13
* mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi2022-03-151-2/+22
* Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-211-5/+5
|\
| * mac80211: use coarse boottime for airtime fairness codeFelix Fietkau2021-12-201-5/+5
* | mac80211: fix rate control for retransmitted framesFelix Fietkau2021-11-261-3/+3
* | mac80211: fix TCP performance on mesh interfaceMaxime Bizon2021-11-261-2/+2
|/
* mac80211: fix throughput LED triggerFelix Fietkau2021-11-151-19/+15