summaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski2021-10-221-86/+120
|\
| * nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju2021-10-211-1/+2
| * mac80211: split beacon retrieval functionsAloka Dixit2021-10-211-85/+118
* | mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi2021-09-231-0/+4
* | mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang2021-09-231-0/+8
|/
* mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang2021-08-171-1/+3
* mac80211: add support for BSS color changeJohn Crispin2021-08-171-11/+18
* mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau2021-07-231-25/+32
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-107/+259
* mac80211: check per vif offload_flags in Tx pathRyder Lee2021-06-231-0/+3
* mac80211: add rate control support for encap offloadRyder Lee2021-06-231-4/+14