summaryrefslogtreecommitdiff
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-203-114/+401
* wifi: nl80211: expose link ID for associated BSSesJohannes Berg2022-06-201-2/+4
* wifi: nl80211: expose link information for interfacesJohannes Berg2022-06-201-0/+22
* wifi: cfg80211: add optional link add/remove callbacksJohannes Berg2022-06-203-2/+58
* wifi: cfg80211: sort trace.hJohannes Berg2022-06-201-137/+137
* wifi: nl80211: support MLO in auth/assocJohannes Berg2022-06-203-6/+117
* wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg2022-06-204-55/+46
* wifi: nl80211: refactor BSS lookup in nl80211_associate()Johannes Berg2022-06-201-21/+38
* wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg2022-06-204-22/+27
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-2017-484/+1077
* 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