summaryrefslogtreecommitdiff
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-18wifi: mac80211: remove ieee80211_tx_status_8023Felix Fietkau1-20/+0
2023-04-13wifi: mac80211: add flush_sta methodJohannes Berg1-0/+6
2023-03-22wifi: mac80211: generate EMA beacons in AP modeAloka Dixit1-0/+68
2023-03-22wifi: mac80211: add support for letting drivers register tc offload supportFelix Fietkau1-0/+9
2023-03-07wifi: mac80211: add LDPC related flags in ieee80211_bss_confRyder Lee1-0/+6
2023-03-07wifi: mac80211: add EHT MU-MIMO related flags in ieee80211_bss_confRyder Lee1-0/+9
2023-03-07wifi: mac80211: introduce ieee80211_refresh_tx_agg_session_timer()Ryder Lee1-0/+14
2023-03-07wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein1-37/+7
2023-03-07wifi: mac80211: add netdev per-link debugfs data and driver hookBenjamin Berg1-0/+10
2023-03-07wifi: mac80211: add pointer from bss_conf to vifBenjamin Berg1-0/+3
2023-03-07wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern1-0/+6
2023-02-14wifi: mac80211: configure puncturing bitmapAloka Dixit1-0/+3
2023-02-14wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg1-1/+4
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg1-3/+3
2023-01-19wifi: mac80211: add kernel-doc for EHT structureJohannes Berg1-0/+1
2023-01-18mac80211: support minimal EHT rate reporting on RXJohannes Berg1-3/+16
2023-01-18wifi: mac80211: Add HE MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+13
2023-01-18wifi: mac80211: Add VHT MU-MIMO related flags in ieee80211_bss_confMuna Sinada1-0/+13
2023-01-17Merge wireless into wireless-nextKalle Valo1-4/+0
2023-01-12wifi: mac80211: Drop stations iterator where the iterator function may sleepMartin Blumenstingl1-21/+0
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2