summaryrefslogtreecommitdiff
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+0
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-032-13/+15
| |\
| * | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
* | | Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-302-22/+107
|\ \ \
| * | | wifi: nl80211: support advertising S1G capabilitiesKieran Frewen2023-03-301-0/+10
| * | | wifi: nl80211: make nl80211_send_chandef non-staticJaewan Kim2023-03-241-2/+2
| * | | cfg80211: support RNR for EMA APAloka Dixit2023-03-241-7/+72
| * | | wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau2023-03-221-13/+23
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-172-13/+15
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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
| |/
* | Merge tag 'wireless-next-2023-03-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-105-66/+158
|\ \ | |/ |/|
| * wifi: nl80211: convert cfg80211_scan_request allocation to *_size macrosJacob Keller2023-03-071-12/+14
| * wifi: nl80211: Add support for randomizing TA of auth and deauth framesVeerendranath Jakkam2023-03-071-19/+36
| * wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg2023-03-072-9/+17
| * wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern2023-03-073-0/+79
| * wifi: wireless: cleanup unused function parametersMordechay Goodstein2023-03-071-16/+5
| * wifi: wireless: correct primary channel validation on 6 GHzMordechay Goodstein2023-03-071-7/+6
| * wifi: wireless: return primary channel regardless of DUPMordechay Goodstein2023-03-071-3/+1
* | 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
|\