summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg2022-07-1520-268/+407
* wifi: mac80211: implement callbacks for <add/mod/del>_link_stationShaul Triebitz2022-07-153-0/+116
* wifi: cfg80211/mac80211: separate link params from station paramsShaul Triebitz2022-07-151-52/+91
* wifi: mac80211: add an ieee80211_get_link_sbandShaul Triebitz2022-07-151-0/+22
* wifi: mac80211: Remove AP SMPS leftoversAndrei Otcheretianski2022-07-154-38/+0
* wifi: mac80211: Consider MLO links in offchannel logicAndrei Otcheretianski2022-07-151-2/+16
* wifi: mac80211: rx: accept link-addressed framesJohannes Berg2022-07-152-8/+63
* wifi: mac80211: consistently use sdata_dereference()Johannes Berg2022-07-152-14/+7
* wifi: mac80211: fix mesh airtime link metric estimatingAditya Kumar Singh2022-07-151-1/+6
* wifi: mac80211: make 4addr null frames using min_rate for WDSLian Chen2022-07-151-0/+1
* 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-146-28/+24
|\
| * wifi: mac80211: fix queue selection for mesh/OCB interfacesFelix Fietkau2022-07-111-2/+2
| * wifi: mac80211: do not wake queues on a vif that is being stoppedFelix Fietkau2022-06-292-0/+5
| * wifi: mac80211: check skb_shared in ieee80211_8023_xmit()Ryder Lee2022-06-291-23/+13
| * wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-292-3/+4
* | wifi: mac80211: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-111-3/+2
* | wifi: mac80211: fix center freq calculation in ieee80211_chandef_downgradeMeiChia Chiu2022-07-111-1/+1
* | wifi: mac80211: properly skip link info driver updateJohannes Berg2022-07-011-0/+3
* | wifi: mac80211: only accumulate airtime deficit for active clientsFelix Fietkau2022-07-011-1/+6
* | wifi: mac80211: add debugfs file to display per-phy AQL pending airtimeFelix Fietkau2022-07-011-0/+31
* | wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau2022-07-014-4/+43
* | wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau2022-07-013-4/+44
* | 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-013-4/+4
* | wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau2022-07-0112-651/+176
* | wifi: mac80211: sta_info: fix a missing kernel-doc struct elementMauro Carvalho Chehab2022-07-011-0/+2
* | wifi: mac80211: set STA deflink addressesJohannes Berg2022-06-201-0/+2
* | wifi: mac80211: maintain link-sta hash tableJohannes Berg2022-06-203-7/+92
* | wifi: mac80211: RCU-ify link STA pointersJohannes Berg2022-06-2016-145/+179
* | wifi: mac80211: ethtool: use deflink for nowJohannes Berg2022-06-201-10/+10
* | wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2022-06-202-6/+6
* | wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-201-31/+44
* | wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-204-16/+41
* | wifi: mac80211: use link in start/stop apShaul Triebitz2022-06-201-102/+115
* | wifi: mac80211: implement add/del interface link callbacksJohannes Berg2022-06-201-0/+20
* | wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-209-33/+195
* | 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-202-38/+70
* | wifi: mac80211: add vif link addition/removalJohannes Berg2022-06-204-3/+182
* | wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg2022-06-201-1/+2
* | wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg2022-06-201-36/+9
* | wifi: mac80211: status: look up band only where neededJohannes Berg2022-06-205-23/+13
* | wifi: mac80211: sort trace.h fileJohannes Berg2022-06-201-456/+456
* | wifi: mac80211: correct link config data in tracingJohannes Berg2022-06-201-23/+25
* | wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg2022-06-205-11/+13
* | wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-207-25/+38
* | wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-206-11/+12
* | wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg2022-06-204-7/+12
* | wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-2010-78/+89