summaryrefslogtreecommitdiff
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-195-286/+245
|\
| * nl80211: Parse NL80211_ATTR_HE_BSS_COLOR as a part of nl80211_parse_beaconRameshkumar Sundaram2022-05-161-32/+32
| * cfg80211: support disabling EHT modeMuna Sinada2022-05-041-0/+7
| * cfg80211: declare MODULE_FIRMWARE for regulatory.dbDimitri John Ledkov2022-05-041-0/+4
| * nl80211: rework internal_flags usageJohannes Berg2022-05-041-145/+199
| * nl80211: don't hold RTNL in color change requestJohannes Berg2022-05-041-2/+1
| * cfg80211: remove cfg80211_get_chan_state()Johannes Berg2022-05-043-108/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-122-3/+17
|\ \ | |/ |/|
| * nl80211: fix locking in nl80211_set_tx_bitrate_mask()Johannes Berg2022-05-091-2/+7
| * cfg80211: retrieve S1G operating channel numberKieran Frewen2022-05-041-1/+1
| * nl80211: validate S1G channel widthKieran Frewen2022-05-041-0/+9
* | Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-031-0/+1
|\ \ | |/ |/|
| * nl80211: show SSID for P2P_GO interfacesJohannes Berg2022-04-111-0/+1
* | cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram2022-04-111-0/+2
* | nl80211: correctly check NL80211_ATTR_REG_ALPHA2 sizeJohannes Berg2022-04-111-1/+2
|/
* Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-03-114-29/+336
|\
| * 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-162-0/+9
| * nl80211: add EHT MCS supportVeerendranath Jakkam2022-02-162-0/+150
| * cfg80211: Add support for EHT 320 MHz channel widthJia Ding2022-02-162-7/+86
| * 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
* | wireless: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-032-2/+15
|\ \
| * | nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal2022-03-021-1/+2
| * | cfg80211: fix CONFIG_CFG80211_EXTRA_REGDB_KEYDIR typoJohannes Berg2022-03-011-1/+1
| * | nl80211: Handle nla_memdup failures in handle_nan_filterJiasheng Jiang2022-03-011-0/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-13/+4
|\ \ \ | |/ / | | / | |/ |/|
| * cfg80211: fix race in netlink owner interface destructionJohannes Berg2022-02-041-13/+4
* | cfg80211: pmsr: remove useless ifdef guardsJohannes Berg2022-02-041-4/+0
* | cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern2022-02-041-1/+8
* | cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg2022-02-041-3/+5
|/
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-2/+2
|\
| * kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-2/+2
* | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-2111-126/+474
|\ \
| * | cfg80211: Enable regulatory enforcement checks for drivers supporting mesh ifaceSriram R2021-12-202-0/+3
| * | cfg80211: refactor cfg80211_get_ies_channel_number()Johannes Berg2021-12-201-24/+22
| * | nl80211: Add support to set AP settings flags with single attributeVeerendranath Jakkam2021-12-201-2/+6
| * | cfg80211: Use the HE operation IE to determine a 6GHz BSS channelAyala Beker2021-12-201-7/+49
| * | cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-207-73/+75
| * | cfg80211: Add support for notifying association comebackIlan Peer2021-12-202-0/+55
| * | cfg80211: simplify cfg80211_chandef_valid()Johannes Berg2021-12-201-30/+32
| * | cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg2021-11-284-34/+33
| * | cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi2021-11-263-27/+71
| * | cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi2021-11-262-10/+17
| * | cfg80211: delete redundant free codeliuguoqiang2021-11-261-9/+5
| * | cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_rada...Lorenzo Bianconi2021-11-261-1/+4
| * | cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi2021-11-193-23/+46