summaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-10wifi: mac80211: Proper mark iTXQs for resumptionAlexander Wetzel1-4/+0
2022-12-01wifi: mac80211: add support for restricting netdev features per vifFelix Fietkau1-0/+5
2022-10-10wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel1-19/+32
2022-10-07wifi: mac80211: add RCU _check() link access variantsJohannes Berg1-0/+8
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg1-0/+11
2022-10-07wifi: mac80211: add pointer from link STA to STABenjamin Berg1-0/+3
2022-09-06wifi: mac80211: implement link switchingJohannes Berg1-0/+41
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-20/+48
2022-09-06wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg1-3/+28
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg1-1/+4
2022-09-06wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg1-0/+16
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg1-14/+16
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-2/+2
2022-08-25wifi: mac80211: maintain link_id in link_staJohannes Berg1-0/+2
2022-08-25wifi: mac80211: add link information in ieee80211_rx_statusVasanthakumar Thiagarajan1-0/+5
2022-08-25wifi: mac80211: properly implement MLO key handlingJohannes Berg1-0/+2
2022-07-22wifi: mac80211: add macros to loop over active linksGregory Greenman1-0/+15
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg1-0/+10
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg1-1/+3
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern1-1/+27
2022-07-15wifi: mac80211: select link when transmitting to non-MLO stationsAndrei Otcheretianski1-0/+2
2022-07-15wifi: mac80211: remove link_id parameter from link_info_changed()Gregory Greenman1-1/+0
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-4/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: mlme: track AP (MLD) address separatelyJohannes Berg1-0/+3
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg1-3/+3
2022-07-15wifi: mac80211: provide link ID in link_confJohannes Berg1-0/+2
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-2/+4
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau1-3/+14
2022-07-01wifi: mac80211: fix a kernel-doc complaintJohannes Berg1-1/+1
2022-07-01wifi: mac80211: add a missing comma at kernel-doc markupMauro Carvalho Chehab1-1/+1
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi1-1/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-4/+10
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-2/+4
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-2/+11
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg1-0/+7
2022-06-20wifi: mac80211: remove band from TX info in MLOJohannes Berg1-1/+3
2022-06-20wifi: mac80211: add vif link addition/removalJohannes Berg1-0/+15
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg1-1/+2
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+2
2022-06-20wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg1-3/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+4
2022-06-20wifi: mac80211: add per-link configuration pointerJohannes Berg1-0/+3
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-3/+25
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-28/+38
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-20/+20
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg1-35/+0