summaryrefslogtreecommitdiff
path: root/net/mac80211
AgeCommit message (Expand)Author
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-11wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau
2022-07-11wifi: mac80211: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-11wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu
2022-07-01wifi: mac80211: properly skip link info driver updateJohannes Berg
2022-07-01wifi: mac80211: only accumulate airtime deficit for active clientsFelix Fietkau
2022-07-01wifi: mac80211: add debugfs file to display per-phy AQL pending airtimeFelix Fietkau
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau
2022-07-01wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau
2022-07-01wifi: mac80211: consider aql_tx_pending when checking airtime deficitFelix Fietkau
2022-07-01wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau
2022-07-01wifi: mac80211: sta_info: fix a missing kernel-doc struct elementMauro Carvalho Chehab
2022-06-29wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau
2022-06-29wifi: mac80211: check skb_shared in ieee80211_8023_xmit()Ryder Lee
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi
2022-06-20wifi: mac80211: set STA deflink addressesJohannes Berg
2022-06-20wifi: mac80211: maintain link-sta hash tableJohannes Berg
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg
2022-06-20wifi: mac80211: ethtool: use deflink for nowJohannes Berg
2022-06-20wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz
2022-06-20wifi: mac80211: use link in start/stop apShaul Triebitz
2022-06-20wifi: mac80211: implement add/del interface link callbacksJohannes Berg
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg
2022-06-20wifi: mac80211: remove band from TX info in MLOJohannes Berg
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg
2022-06-20wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg
2022-06-20wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg
2022-06-20wifi: mac80211: status: look up band only where neededJohannes Berg
2022-06-20wifi: mac80211: sort trace.h fileJohannes Berg
2022-06-20wifi: mac80211: correct link config data in tracingJohannes Berg
2022-06-20wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg
2022-06-20wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg
2022-06-20wifi: mac80211: refactor some link setup codeJohannes Berg
2022-06-20wifi: mac80211: validate some driver features for MLOJohannes Berg
2022-06-20wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg
2022-06-20wifi: mac80211: refactor some sta_info link handlingJohannes Berg
2022-06-20wifi: mac80211: remove sta_info_tx_streams()Johannes Berg
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg
2022-06-20wifi: mac80211: pass link ID where already presentJohannes Berg
2022-06-20wifi: mac80211: add per-link configuration pointerJohannes Berg
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg