summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-11wifi: mac80211: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-11wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu1-1/+1
2022-07-11wifi: nl80211: fix sending link ID info of associated BSSVeerendranath Jakkam1-1/+2
2022-07-11wifi: cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()Veerendranath Jakkam1-1/+1
2022-07-11wifi: nl80211: Fix reading NL80211_ATTR_MLO_LINK_ID in nl80211_pre_doitVeerendranath Jakkam1-1/+1
2022-07-01wifi: nl80211: retrieve EHT related elements in AP modeAloka Dixit1-2/+24
2022-07-01wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam2-1/+12
2022-07-01wifi: cfg80211: remove chandef check in cfg80211_cac_event()Johannes Berg1-3/+0
2022-07-01wifi: nl80211: relax wdev mutex check in wdev_chandef()Johannes Berg1-1/+11
2022-07-01wifi: nl80211: acquire wdev mutex earlier in start_apJohannes Berg1-12/+13
2022-07-01wifi: nl80211: hold wdev mutex for tid configJohannes Berg1-0/+3
2022-07-01wifi: cfg80211: handle IBSS in channel switchJohannes Berg1-0/+3
2022-07-01wifi: mac80211: properly skip link info driver updateJohannes Berg1-0/+3
2022-07-01wifi: mac80211: only accumulate airtime deficit for active clientsFelix Fietkau1-1/+6
2022-07-01wifi: mac80211: add debugfs file to display per-phy AQL pending airtimeFelix Fietkau1-0/+31
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau4-4/+43
2022-07-01wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau3-4/+44
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 Fietkau3-4/+4
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau12-651/+176
2022-07-01wifi: mac80211: sta_info: fix a missing kernel-doc struct elementMauro Carvalho Chehab1-0/+2
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam3-114/+401
2022-06-20wifi: nl80211: expose link ID for associated BSSesJohannes Berg1-2/+4
2022-06-20wifi: nl80211: expose link information for interfacesJohannes Berg1-0/+22
2022-06-20wifi: mac80211: set STA deflink addressesJohannes Berg1-0/+2
2022-06-20wifi: mac80211: maintain link-sta hash tableJohannes Berg3-7/+92
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg16-145/+179
2022-06-20wifi: mac80211: ethtool: use deflink for nowJohannes Berg1-10/+10
2022-06-20wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2-6/+6
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-31/+44
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz4-16/+41
2022-06-20wifi: mac80211: use link in start/stop apShaul Triebitz1-102/+115
2022-06-20wifi: mac80211: implement add/del interface link callbacksJohannes Berg1-0/+20
2022-06-20wifi: cfg80211: add optional link add/remove callbacksJohannes Berg3-2/+58
2022-06-20wifi: cfg80211: sort trace.hJohannes Berg1-137/+137
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg9-33/+195
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 Berg2-38/+70
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg4-3/+182
2022-06-20wifi: nl80211: support MLO in auth/assocJohannes Berg3-6/+117
2022-06-20wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg1-1/+2
2022-06-20wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg4-55/+46
2022-06-20wifi: nl80211: refactor BSS lookup in nl80211_associate()Johannes Berg1-21/+38
2022-06-20wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg4-22/+27
2022-06-20wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg1-36/+9
2022-06-20wifi: mac80211: status: look up band only where neededJohannes Berg5-23/+13
2022-06-20wifi: mac80211: sort trace.h fileJohannes Berg1-456/+456
2022-06-20wifi: mac80211: correct link config data in tracingJohannes Berg1-23/+25
2022-06-20wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg5-11/+13
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg7-25/+38