aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/mac80211.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-2/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-04-08wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphersMichael-CY Lee1-2/+2
2024-04-08wifi: mac80211: Add missing return value documentationJeff Johnson1-8/+30
2024-04-08wifi: mac80211: remove ieee80211_set_hw_80211_encap()Jeff Johnson1-12/+0
2024-04-08wifi: mac80211: don't use rate mask for scanningJohannes Berg1-0/+3
2024-03-25wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker1-0/+9
2024-03-25wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg1-0/+3
2024-03-25wifi: mac80211: fix BSS_CHANGED_MLD_TTLM descriptionAyala Beker1-1/+1
2024-03-25wifi: mac80211: clarify the dormant/suspended links docsJohannes Berg1-3/+5
2024-03-04wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg1-0/+6
2024-03-04wifi: mac80211: pass link conf to abort_channel_switchJohannes Berg1-2/+3
2024-03-04wifi: mac80211: pass link_id to channel switch opsJohannes Berg1-2/+4
2024-03-04wifi: mac80211: add ieee80211_vif_link_active() helperJohannes Berg1-0/+15
2024-03-04wifi: mac80211: add link id to ieee80211_gtk_rekey_add()Shaul Triebitz1-1/+3
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit1-0/+5
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh1-1/+3
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi1-2/+1
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh1-1/+2
2024-02-08wifi: mac80211: update beacon counters per link basisAditya Kumar Singh1-1/+3
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-7/+4
2024-02-08wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg1-0/+14
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-2/+10
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+13
2024-01-26wifi: mac80211: add support for SPP A-MSDUsJohannes Berg1-0/+5
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker1-2/+5
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker1-1/+45
2023-12-21wifi: mac80211: add a driver callback to check active_linksMiri Korenblit1-0/+5
2023-12-21wifi: mac80211: allow 64-bit radiotap timestampsJohannes Berg1-1/+6
2023-12-21wifi: mac80211: rework RX timestamp flagsJohannes Berg1-4/+9
2023-12-21wifi: mac80211: address some kerneldoc warningsJonathan Corbet1-12/+3
2023-12-12wifi: mac80211: add a flag to disallow puncturingJohannes Berg1-0/+4
2023-12-12wifi: mac80211: update some locking documentationJohannes Berg1-10/+9
2023-10-23wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb()Kalle Valo1-15/+15
2023-10-23wifi: mac80211: fix header kernel-doc typosRandy Dunlap1-14/+14
2023-10-23wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit1-0/+3
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit1-1/+2
2023-10-23wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer1-3/+3
2023-10-23wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit1-0/+6
2023-09-25wifi: mac80211: support antenna control in injectionJohannes Berg1-1/+5
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer1-0/+2
2023-09-25wifi: mac80211: allow for_each_sta_active_link() under RCUJohannes Berg1-1/+1
2023-09-25wifi: mac80211: relax RCU check in for_each_vif_active_link()Johannes Berg1-1/+1
2023-09-25wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg1-0/+4
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit1-0/+5
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach1-2/+6
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-14/+6
2023-09-11wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg1-3/+6
2023-08-25Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+4
2023-08-22mac80211: make ieee80211_tx_info padding explicitArnd Bergmann1-1/+3
2023-08-22wifi: mac80211: fix kernel-doc notation warningRandy Dunlap1-0/+1
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-0/+1
2023-06-21wifi: mac80211: fix documentation config referenceJohannes Berg1-1/+1
2023-06-19wifi: mac80211: Support disabled links during associationIlan Peer1-2/+4
2023-06-14wifi: mac80211: Do not use "non-MLD AP" syntaxIlan Peer1-3/+6
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer1-0/+21
2023-06-14wifi: mac80211: allow disabling SMPS debugfs controlsMiri Korenblit1-0/+3
2023-06-14wifi: mac80211: add helpers to access sband iftype dataJohannes Berg1-1/+43
2023-06-06wifi: mac80211: provide a helper to fetch the medium synchronization delayEmmanuel Grumbach1-0/+3
2023-06-06wifi: mac80211: fetch and store the EML capability informationEmmanuel Grumbach1-0/+2
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-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
2022-05-16mac80211: extend current rate control tx status APIJonas Jelonek1-2/+31
2022-05-16mac80211: remove stray multi_sta_back_32bit docsJohannes Berg1-1/+0
2022-05-16mac80211: fix typo in documentationJohannes Berg1-1/+1
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-22/+58
2022-04-11mac80211: introduce BSS color collision detectionLorenzo Bianconi1-0/+4
2022-04-11mac80211: Improve confusing comment around tx_info clearingToke Høiland-Jørgensen1-3/+3
2022-03-15mac80211: MBSSID beacon handling in AP modeLorenzo Bianconi1-0/+2
2022-03-11mac80211: Add support to trigger sta disconnect on hardware restartYoughandhar Chintala1-0/+10
2022-02-16mac80211: Handle station association response with EHTIlan Peer1-0/+4
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer1-0/+2
2022-02-04mac80211: fix struct ieee80211_tx_info sizeAvraham Stern1-4/+15
2022-01-04mac80211: Add stations iterator where the iterator function may sleepMartin Blumenstingl1-0/+21
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi1-5/+5
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-0/+12
2021-11-26mac80211: Use memset_after() to clear tx statusKees Cook1-6/+1
2021-11-26mac80211: add support for .ndo_fill_forward_pathFelix Fietkau1-0/+7
2021-11-19mac80211: introduce set_radar_offchan callbackLorenzo Bianconi1-0/+10
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski1-0/+11
2021-09-28mac80211: MBSSID support in interface handlingJohn Crispin1-0/+3
2021-09-27mac80211: save transmit power envelope element and power constraintWen Gong1-0/+6
2021-09-27ieee80211: add power type definition for 6 GHzWen Gong1-0/+2
2021-09-27mac80211: Fix Ptk0 rekey documentationAlexander Wetzel1-4/+4
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi1-0/+12
2021-08-17mac80211: add support for BSS color changeJohn Crispin1-0/+29
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-14/+3
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg1-3/+25
2021-06-23mac80211: add to bss_conf if broadcast TWT is supportedShaul Triebitz1-1/+3
2021-06-23mac80211: move A-MPDU session check from minstrel_ht to mac80211Felix Fietkau1-0/+5
2021-06-23mac80211: add ieee80211_is_tx_data helper functionPhilipp Borgers1-0/+18
2021-05-31mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef1-1/+6
2021-05-31mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking commentsBrian Norris1-1/+1
2021-04-19mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driverEmmanuel Grumbach1-4/+1
2021-04-08mac80211: Allow concurrent monitor iface and ethernet rx decapSriram R1-0/+7
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-5/+5
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau1-0/+16
2021-01-08cfg80211/mac80211: fix kernel-doc for SAR APIsJohannes Berg1-0/+1
2020-12-11mac80211: add ieee80211_set_sar_specsCarl Huang1-0/+2
2020-12-11mac80211: support driver-based disconnect with reconnect hintJohannes Berg1-0/+11
2020-12-11mac80211: support MIC error/replay detected counters driver updateJohannes Berg1-0/+20
2020-12-11mac80211: he: remove non-bss-conf fields from bss_confShaul Triebitz1-2/+0
2020-11-13Merge tag 'mac80211-next-for-net-next-2020-11-13' of git://git.kernel.org/pub...Jakub Kicinski1-1/+6
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef1-0/+4
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu1-1/+2
2020-10-30mac80211: fix kernel-doc markupsMauro Carvalho Chehab1-3/+4
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-09-28mac80211: Support not iterating over not-sdata-in-driver ifacesBen Greear1-0/+4
2020-09-28mac80211: support S1G associationThomas Pedersen1-0/+2
2020-09-28mac80211: handle S1G low ratesThomas Pedersen1-0/+2
2020-09-18mac80211: fix some encapsulation offload kernel-docJohannes Berg1-1/+3
2020-09-18mac80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+20
2020-09-18mac80211: Add FILS discovery supportAloka Dixit1-0/+27
2020-09-18mac80211: extend ieee80211_tx_status_ext to support bulk freeFelix Fietkau1-0/+2
2020-09-18mac80211: notify the driver when a sta uses 4-address modeFelix Fietkau1-0/+4
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-7/+7
2020-09-18mac80211: remove tx status call to ieee80211_sta_register_airtimeFelix Fietkau1-2/+3
2020-09-18mac80211: rework tx encapsulation offload APIFelix Fietkau1-0/+29
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-18/+17
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau1-0/+25
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef1-0/+8
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef1-0/+3
2020-07-31net/wireless: mac80211.h: drop duplicate words in commentsRandy Dunlap1-3/+3
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg1-1/+3
2020-05-27mac80211: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-5/+5
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller1-5/+30
2020-04-29mac80211: fix memory overlap due to variable length paramRajkumar Manoharan1-2/+5
2020-04-24mac80211: fix two missing documentation entriesJohannes Berg1-0/+2
2020-04-24mac80211: add freq_offset to RX statusThomas Pedersen1-1/+9
2020-04-24mac80211: agg-tx: add an option to defer ADDBA transmitMordechay Goodstein1-1/+5
2020-04-24mac80211: add twt_protected flag to the bss_conf structureShaul Triebitz1-0/+2
2020-04-24mac80211: Process multicast RX registration for Action framesJouni Malinen1-0/+6