summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
7 daystracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-1/+1
11 daysMerge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-06Merge wireless into wireless-nextJohannes Berg1-7/+7
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh2-4/+12
2024-05-03wifi: cfg80211: Clear mlo_links info when STA disconnectsXin Deng1-0/+1
2024-05-03wifi: nl80211: Avoid address calculations via out of bounds array indexingKees Cook1-7/+7
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2024-04-19wifi: cfg80211: add return docs for regulatory functionsJohannes Berg1-1/+4
2024-04-19wifi: cfg80211: make some regulatory functions voidJohannes Berg3-16/+13
2024-04-19wifi: nl80211: don't free NULL coalescing ruleJohannes Berg1-0/+2
2024-04-08wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev1-2/+2
2024-04-03Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-10/+44
2024-03-25wifi: cfg80211: ignore non-TX BSSs in per-STA profileBenjamin Berg1-9/+38
2024-03-25wifi: cfg80211: check BSSID Index against MaxBSSIDBenjamin Berg1-1/+2
2024-03-25wifi: cfg80211: handle indoor AFC/LPI AP in probe response and beaconAnjaneyulu1-0/+4
2024-03-25wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev1-1/+1
2024-03-25wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg1-2/+5
2024-03-08Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski4-36/+65
2024-03-04wifi: cfg80211: allow cfg80211_defragment_element() without outputJohannes Berg2-14/+43
2024-03-04wifi: cfg80211: expose cfg80211_iter_rnr() to driversJohannes Berg1-13/+7
2024-03-04wifi: cfg80211: print flags in tracing in hexJohannes Berg1-5/+5
2024-03-04wifi: cfg80211: check A-MSDU format more carefullyJohannes Berg1-4/+10
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-02-21wifi: nl80211: refactor parsing CSA offsetsJohannes Berg1-81/+56
2024-02-21wifi: nl80211: force WLAN_AKM_SUITE_SAE in big endian in NL80211_CMD_EXTERNAL...Alexis Lothoré1-1/+18
2024-02-21wifi: cfg80211: use ML element parsing helpersJohannes Berg1-33/+8
2024-02-21wifi: cfg80211: refactor RNR parsingJohannes Berg1-137/+169
2024-02-21wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()Johannes Berg1-39/+32
2024-02-21wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()Johannes Berg1-165/+80
2024-02-21wifi: cfg80211: set correct param change count in ML elementBenjamin Berg1-10/+16
2024-02-21wifi: cfg80211: Add KHZ_PER_GHZ to units.h and reuseAndy Shevchenko1-4/+3
2024-02-15wifi: nl80211: reject iftype change with mesh ID changeJohannes Berg1-0/+2
2024-02-15wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriatelyJohannes Berg1-4/+0
2024-02-12wifi: cfg80211: report unprotected deauth/disassoc in wowlanShaul Triebitz1-0/+5
2024-02-12wifi: cfg80211: optionally support monitor on disabled channelsJohannes Berg3-17/+41
2024-02-12wifi: cfg80211: rename UHB to 6 GHzJohannes Berg3-13/+13
2024-02-12wifi: cfg80211: add support for link id attribute in NL80211_CMD_DEL_STATIONAditya Kumar Singh2-3/+23
2024-02-08wifi: cfg80211: send link id in channel_switch opsAditya Kumar Singh2-2/+6
2024-02-08wifi: cfg80211: Add utility for converting op_class into chandefMichael-CY Lee1-0/+76
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg4-87/+128
2024-02-08wifi: cfg80211: simplify cfg80211_chandef_compatible()Johannes Berg3-81/+273
2024-02-08wifi: wireless: declare different S1G chandefs incompatibleJohannes Berg1-5/+10
2024-02-08wifi: cfg80211: move puncturing validation codeJohannes Berg1-69/+69
2024-02-08Merge wireless into wireless-nextJohannes Berg2-2/+60
2024-02-04wifi: cfg80211: fix kunit exportsJohannes Berg1-2/+2
2024-02-02wifi: nl80211: move WPA version validation to policyJohannes Berg1-13/+7
2024-02-02wifi: cfg80211: tests: verify BSS use flags of NSTR linksBenjamin Berg1-12/+56
2024-02-02wifi: cfg80211: add a kunit test for 6 GHz colocated AP parsingBenjamin Berg3-42/+230
2024-02-02wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg1-1/+58