aboutsummaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2026-07-07wifi: cfg80211: bound element ID read when checking non-inheritanceHE WEI (ギカク)1-1/+1
2026-07-07wifi: cfg80211: validate assoc response length before status and IE accessZhao Li1-21/+35
2026-07-07wifi: cfg80211: validate rx/tx MLME callback frame lengths before accessZhao Li1-8/+37
2026-07-07wifi: cfg80211: use wiphy work for socket owner autodisconnectCen Zhang4-10/+11
2026-07-06wifi: cfg80211: reject empty PMSR peer listsZhao Li1-0/+5
2026-07-06wifi: cfg80211: reject unsupported PMSR FTM location requestsZhao Li1-0/+2
2026-07-06wifi: cfg80211: validate PMSR FTM preamble rangeZhao Li1-1/+3
2026-07-06wifi: cfg80211: validate PMSR measurement type dataZhao Li1-2/+17
2026-07-06wifi: nl80211: constrain MBSSID TX link ID rangeZhao Li1-1/+1
2026-07-06wifi: nl80211: validate nested MBSSID IE blobsZhao Li1-2/+10
2026-07-06wifi: cfg80211: derive S1G beacon TSF from S1G fieldsZhao Li1-2/+3
2026-07-06wifi: nl80211: free RNR data on MBSSID mismatchZhao Li1-1/+3
2026-07-06wifi: cfg80211: convert pmsr_free_wk to wiphy_work to fix deadlockPeddolla Harshavardhan Reddy3-8/+5
2026-07-06wifi: cfg80211: validate EHT MLE before MLD ID readHaofeng Li1-1/+4
2026-07-06wifi: cfg80211: Fix an error handling path in cfg80211_wext_siwscan()Christophe JAILLET1-2/+4
2026-07-06wifi: cfg80211: cancel sched scan results work on unregisterCen Zhang1-0/+1
2026-06-10Merge tag 'wireless-next-2026-06-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-47/+17
2026-06-05wifi: nl80211: Increase ie_len size to prevent truncated IEs in new peer noti...Thiyagarajan Pandiyan1-1/+1
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+17
2026-06-03wifi: cfg80211: harden cfg80211_defragment_element()Johannes Berg1-2/+4
2026-06-03wifi: cfg80211: remove 5/10 MHz channel supportJohannes Berg4-44/+12
2026-06-03wifi: cfg80211: enforce HE/EHT cap/oper consistencyJohannes Berg1-0/+6
2026-06-03wifi: fix leak if split 6 GHz scanning failsFedor Pchelkin1-1/+8
2026-06-02wifi: nl80211: reject oversized EMA RNR listsYuqi Xu1-0/+3
2026-05-28wifi: cfg80211: use strscpy in cfg80211_wext_giwnameThorsten Blum1-1/+2
2026-05-28wifi: nl80211: re-check wiphy netns in testmode and vendor dump continuationsMaoyi Xie1-0/+19
2026-05-21Merge tag 'wireless-next-2026-05-21' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-6/+316
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+5
2026-05-20wifi: cfg80211: add a function to parse UHR DBEJohannes Berg2-6/+316
2026-05-20wifi: cfg80211: wext: validate chandef in monitor modeKartik Nair1-0/+2
2026-05-08wifi: cfg80211: advance loop vars in cfg80211_merge_profile()John Walker1-0/+3
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+28
2026-05-06wifi: cfg80211: don't allow NAN DATA on multi radio devicesMiri Korenblit1-1/+1
2026-05-06wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie1-0/+12
2026-05-06wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNSMaoyi Xie1-0/+13
2026-05-06wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usageJohannes Berg1-1/+1
2026-05-05wifi: cfg80211: separate NPCA validity from chandef validityJohannes Berg1-21/+38
2026-05-05wifi: cfg80211: add helper for parsing NPCA to chandefJohannes Berg1-0/+46
2026-05-05wifi: cfg80211: allow representing NPCA in chandefJohannes Berg5-28/+174
2026-05-05wifi: cfg80211: allow devices to advertise extended MLD capa/opsJohannes Berg1-6/+12
2026-05-05wifi: cfg80211: ensure UHR ML-PM flag is consistentJohannes Berg1-4/+5
2026-05-05wifi: cfg80211: add LTF keyseed support for secure rangingPeddolla Harshavardhan Reddy2-0/+24
2026-05-05wifi: cfg80211: allow suppressing FTM result reporting for PD requestsPeddolla Harshavardhan Reddy2-0/+12
2026-05-05wifi: cfg80211: add PD-specific preamble and bandwidth capabilitiesPeddolla Harshavardhan Reddy2-2/+31
2026-05-05wifi: cfg80211: add ingress/egress distance thresholds for FTMPeddolla Harshavardhan Reddy2-0/+10
2026-05-05wifi: cfg80211: add role-based peer limits to FTM capabilitiesPeddolla Harshavardhan Reddy2-4/+50
2026-05-05wifi: cfg80211: extend PMSR FTM response for proximity rangingPeddolla Harshavardhan Reddy1-0/+15
2026-05-05wifi: cfg80211: add NTB continuous ranging and FTM request type supportPeddolla Harshavardhan Reddy2-3/+69
2026-05-05wifi: cfg80211: add proximity detection capabilities to PMSRPeddolla Harshavardhan Reddy2-4/+109
2026-05-05wifi: cfg80211: add start/stop proximity detection commandsPeddolla Harshavardhan Reddy5-1/+119