summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-171-11/+15
|\
| * wifi: cfg80211: fix MLO connection ownershipJohannes Berg2023-03-101-9/+7
| * wifi: nl80211: fix puncturing bitmap policyJohannes Berg2023-03-101-1/+7
| * wifi: nl80211: fix NULL-ptr deref in offchan checkJohannes Berg2023-03-101-1/+1
* | wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-121-2/+0
|/
* wifi: wext: warn about usage only onceJohannes Berg2023-02-261-2/+2
* wifi: cfg80211: Set SSID if it is not already setMarc Bornand2023-02-151-0/+17
* wifi: cfg80211: call reg_notifier for self managed wiphy from driver hintWen Gong2023-02-141-0/+3
* wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyLorenzo Bianconi2023-02-141-3/+3
* wifi: nl80211: Allow authentication frames and set keys on NAN interfaceVinay Gannevaram2023-02-141-1/+17
* wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau2023-02-141-0/+32
* wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau2023-02-141-44/+76
* wifi: cfg80211: factor out bridge tunnel / RFC1042 header checkFelix Fietkau2023-02-141-16/+18
* wifi: cfg80211: move A-MSDU check in ieee80211_data_to_8023_exthdrFelix Fietkau2023-02-141-2/+3
* wifi: cfg80211: Allow action frames to be transmitted with link BSS in MLDRameshkumar Sundaram2023-02-141-1/+4
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-142-15/+29
* wifi: nl80211: validate and configure puncturing bitmapAloka Dixit2023-02-141-0/+32
* wifi: cfg80211: move puncturing bitmap validation from mac80211Aloka Dixit2023-02-141-0/+69
* wifi: nl80211: return error message for malformed chandefJaewan Kim2023-02-141-1/+4
* wifi: nl80211: add MLO_LINK_ID to CMD_STOP_AP eventAlvin Šipraga2023-02-143-4/+6
* wifi: nl80211: emit CMD_START_AP on multicast group when an AP is startedAlvin Šipraga2023-02-141-0/+38
* wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam2023-02-142-14/+35
* wifi: cfg80211: Extend cfg80211_new_sta() for MLD APVeerendranath Jakkam2023-02-141-0/+16
* wifi: cfg80211: Fix use after free for wextAlexander Wetzel2023-02-141-5/+26
* wifi: cfg80211: Authentication offload to user space for MLO connection in ST...Veerendranath Jakkam2023-02-142-3/+8
* wifi: cfg80211: trace: remove MAC_PR_{FMT,ARG}Johannes Berg2023-02-141-124/+120
* wifi: wireless: deny wireless extensions on MLO-capable devicesJohannes Berg2023-01-191-0/+4
* wifi: wireless: warn on most wireless extension usageJohannes Berg2023-01-191-2/+14
* wifi: cfg80211: Deduplicate certificate loadingLukas Wunner2023-01-191-46/+8
* wifi: cfg80211: Support 32 bytes KCK key in GTK rekey offloadShivani Baranwal2023-01-181-2/+4
* wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal2023-01-181-1/+1
* wifi: cfg80211: remove support for static WEPJohannes Berg2023-01-186-13/+8
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-1/+1
|\
| * Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-213-6/+16
| |\
| * | driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-091-1/+1
* | | Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-12-023-32/+19
|\ \ \
| * | | wifi: cfg80211: use bss_from_pub() instead of container_of()Johannes Berg2022-12-011-30/+11
| * | | wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() failsChen Zhongjin2022-12-011-1/+3
| * | | wifi: cfg80211: fix comparison of BSS frequenciesJUN-KYU SHIN2022-12-011-1/+2
| * | | wifi: nl80211: Add checks for nla_nest_start() in nl80211_send_iface()Yuan Can2022-12-011-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-11-251-1/+6
| * | | wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-11-251-1/+2
| | |/ | |/|
* | | Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-11-184-105/+91
|\ \ \
| * | | wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva2022-11-164-105/+91
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-103-6/+16
|\ \ \ \ | | |/ / | |/| |
| * | | wifi: cfg80211: Fix bitrates overflow issuePaul Zhang2022-10-211-2/+4
| * | | wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-10-211-3/+9
| * | | wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-10-211-1/+3
| | |/ | |/|
* | | genetlink: introduce split op representationJakub Kicinski2022-11-071-2/+4
| |/ |/|