summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-111-22/+115
|\
| * cfg80211: Support configuration of station EHT capabilitiesIlan Peer2022-02-161-4/+33
| * cfg80211: add NO-EHT flag to regulatoryIlan Peer2022-02-161-0/+3
| * nl80211: add support for 320MHz channel limitationSriram R2022-02-161-0/+3
| * nl80211: add EHT MCS supportVeerendranath Jakkam2022-02-161-0/+19
| * cfg80211: Add support for EHT 320 MHz channel widthJia Ding2022-02-161-0/+2
| * cfg80211: Add data structures to capture EHT capabilitiesIlan Peer2022-02-161-0/+27
| * nl80211: accept only HE capability elements with valid sizeJohannes Berg2022-02-161-3/+11
| * nl80211: use RCU to read regdom in reg get/dumpJohannes Berg2022-02-161-15/+17
* | nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal2022-03-021-1/+2
* | nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang2022-03-011-0/+12
|/
* nl80211: Add support to set AP settings flags with single attributeVeerendranath Jakkam2021-12-201-2/+6
* cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-201-4/+4
* cfg80211: Add support for notifying association comebackIlan Peer2021-12-201-0/+38
* cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg2021-11-281-5/+7
* cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi2021-11-261-20/+42
* cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi2021-11-191-6/+11
* nl80211: fix radio statistics in survey dumpJohannes Berg2021-11-151-15/+19
* nl80211: Add LC placeholder band definition to nl80211_bandSrinivasan Raju2021-10-211-0/+1
* nl80211: use element finding functionsJohannes Berg2021-10-211-22/+22
* nl80211: MBSSID and EMA support in AP modeJohn Crispin2021-09-271-4/+174
* nl80211: don't kfree() ERR_PTR() valueJohannes Berg2021-09-271-0/+1
* cfg80211: AP mode driver offload for FILS association cryptoSubrat Mishra2021-09-271-0/+30
* nl80211: don't put struct cfg80211_ap_settings on stackJohannes Berg2021-09-231-78/+108
* nl80211: prefer struct_size over open coded arithmeticLen Baker2021-09-231-6/+6
* nl80211: add support for BSS coloringJohn Crispin2021-08-171-0/+157
* net: Remove redundant if statementsYajun Deng2021-08-051-11/+5
* nl80211: limit band information in non-split dataJohannes Berg2021-07-231-1/+4
* cfg80211: allow advertising vendor-specific capabilitiesJohannes Berg2021-06-231-0/+5
* nl80211: Fix typo pmsr->pmsrSosthène Guédon2021-06-231-2/+2
* cfg80211: expose the rfkill device to the low level driverEmmanuel Grumbach2021-06-231-2/+2
* cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih2021-06-231-5/+4
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-3/+5
|\
| * Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-201-3/+5
| |\
| | * nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP rangingAvraham Stern2021-04-191-0/+1
| | * nl80211: Add missing line in nl80211_fils_discovery_policyAloka Dixit2021-04-081-3/+4
* | | cfg80211: fix locking in netlink owner interface destructionJohannes Berg2021-04-271-5/+19
|/ /
* | nl80211: fix beacon head validationJohannes Berg2021-04-081-1/+5
* | nl80211: fix potential leak of ACL paramsJohannes Berg2021-04-081-2/+2
|/
* wireless/nl80211: fix wdev_id may be used uninitializedJarod Wilson2021-03-161-1/+1
* nl80211: fix locking for wireless device netns changeJohannes Berg2021-03-161-3/+7
* cfg80211/mac80211: Support disabling HE modeBen Greear2021-02-121-0/+7
* nl80211: call cfg80211_dev_rename() under RTNLJohannes Berg2021-01-281-1/+1
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-299/+358
* Merge tag 'mac80211-next-for-net-next-2020-12-11' of git://git.kernel.org/pub...Jakub Kicinski2020-12-121-23/+216
|\
| * nl80211: add common API to configure SAR power limitationsCarl Huang2020-12-111-0/+183
| * cfg80211: support immediate reconnect request hintJohannes Berg2020-12-111-8/+15
| * nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam2020-12-111-3/+4
| * cfg80211: include block-tx flag in channel switch started eventJohannes Berg2020-12-111-6/+11
| * nl80211: always accept scan request with the duration setAvraham Stern2020-12-111-6/+0