aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg1-9/+82
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg1-3/+8
2022-07-22wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg1-2/+41
2022-07-22wifi: mac80211: return error from control port TX for dropsJohannes Berg1-2/+7
2022-07-22wifi: mac80211: fast-xmit: handle non-MLO clientsJohannes Berg1-1/+15
2022-07-22wifi: mac80211: tx: use AP address in some places for MLOJohannes Berg1-3/+3
2022-07-15wifi: mac80211: support MLO authentication/association with one linkJohannes Berg1-1/+1
2022-07-15wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski1-2/+17
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg1-1/+1
2022-07-15wifi: mac80211: Allow EAPOL tx from specific linkAndrei Otcheretianski1-1/+1
2022-07-15wifi: cfg80211/mac80211: Support control port TX from specific linkAndrei Otcheretianski1-2/+18
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-41/+47
2022-07-15wifi: mac80211: exclude multicast packets from AQL pending airtimeFelix Fietkau1-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-23/+13
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau1-1/+34
2022-07-01wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau1-4/+36
2022-07-01wifi: mac80211: consider aql_tx_pending when checking airtime deficitFelix Fietkau1-2/+9
2022-07-01wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau1-1/+1
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-259/+107
2022-06-29wifi: mac80211: check skb_shared in ieee80211_8023_xmit()Ryder Lee1-23/+13
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-31/+44
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg1-2/+32
2022-06-20wifi: mac80211: remove band from TX info in MLOJohannes Berg1-21/+68
2022-06-20wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg1-36/+9
2022-06-20wifi: mac80211: status: look up band only where neededJohannes Berg1-7/+1
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-36/+25
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-14/+14
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-16/+5
2022-05-04mac80211: tx: delete a redundant if statement in ieee80211_check_fast_xmit()Hangyu Hua1-2/+0
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-13/+13
2022-03-15mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi1-2/+22
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-5/+5
2021-12-20mac80211: use coarse boottime for airtime fairness codeFelix Fietkau1-5/+5
2021-11-26mac80211: fix rate control for retransmitted framesFelix Fietkau1-3/+3
2021-11-26mac80211: fix TCP performance on mesh interfaceMaxime Bizon1-2/+2
2021-11-15mac80211: fix throughput LED triggerFelix Fietkau1-19/+15
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-86/+120
2021-10-21nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju1-1/+2
2021-10-21mac80211: split beacon retrieval functionsAloka Dixit1-85/+118
2021-09-23mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotapLorenzo Bianconi1-0/+4
2021-09-23mac80211: Fix ieee80211_amsdu_aggregate frag_tail bugChih-Kang Chang1-0/+8
2021-08-17mac80211: Fix insufficient headroom issue for AMSDUChih-Kang Chang1-1/+3
2021-08-17mac80211: add support for BSS color changeJohn Crispin1-11/+18
2021-07-23mac80211: fix starting aggregation sessions on mesh interfacesFelix Fietkau1-25/+32
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-107/+259
2021-06-23mac80211: check per vif offload_flags in Tx pathRyder Lee1-0/+3
2021-06-23mac80211: add rate control support for encap offloadRyder Lee1-4/+14
2021-06-23mac80211: call ieee80211_tx_h_rate_ctrl() when dequeueRyder Lee1-23/+29
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau1-0/+27