summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-2520-178/+312
* wifi: cfg80211: Prevent cfg80211_wext_siwencodeext() on MLDVeerendranath Jakkam2022-08-251-0/+7
* wifi: cfg80211: reject connect response with MLO params for WEPVeerendranath Jakkam2022-08-251-0/+3
* wifi: mac80211: fix use-after-freeJohannes Berg2022-08-251-1/+1
* wifi: mac80211: use link in TXQ parameter configurationShaul Triebitz2022-08-251-1/+23
* wifi: cfg80211: add link id to txq paramsShaul Triebitz2022-08-252-2/+17
* wifi: mac80211: set link BSSIDShaul Triebitz2022-08-251-0/+2
* wifi: cfg80211: get correct AP link chandefShaul Triebitz2022-08-251-0/+4
* wifi: cfg80211: Update RNR parsing to align with Draft P802.11be_D2.0Ilan Peer2022-08-251-1/+1
* wifi: mac80211: properly set old_links when removing a linkShaul Triebitz2022-08-251-2/+2
* wifi: mac80211: accept STA changes without link changesJohannes Berg2022-08-251-0/+14
* wifi: rtw88: prohibit enter IPS during HW scanChih-Kang Chang2022-08-101-1/+2
* wifi: rtw88: add flag check before enter or leave IPSChih-Kang Chang2022-08-101-2/+5
* wifi: rtw88: add flushing queue before HW scanChih-Kang Chang2022-08-101-0/+4
* wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scanChih-Kang Chang2022-08-104-14/+28
* wifi: rtw88: add the update channel flow to support setting by parametersChih-Kang Chang2022-08-102-72/+116
* wifi: rtw88: add mutex when set regulatory and get Tx power tableChih-Kang Chang2022-08-102-4/+9
* wifi: rtw88: add mutex when set SARChih-Kang Chang2022-08-101-0/+2
* wifi: brcmfmac: Fix to add skb free for TIM update info when tx is completedWataru Gohda2022-08-103-9/+13
* wifi: brcmfmac: Fix to add brcmf_clear_assoc_ies when rmmodWataru Gohda2022-08-101-0/+1
* wifi: brcmfmac: fix invalid address access when enabling SCAN log levelWright Feng2022-08-101-6/+6
* wifi: brcmfmac: fix scheduling while atomic issue when deleting flowringWright Feng2022-08-102-10/+9
* wifi: brcmfmac: fix continuous 802.1x tx pending timeout errorWright Feng2022-08-102-2/+25
* wifi: rtw89: 8852a: correct WDE IMR settingsChia-Yuan Li2022-08-091-13/+8
* wifi: rtw89: refine leaving LPS functionZong-Zhe Yang2022-08-091-1/+2
* wifi: qtnfmac: remove braces around single statement blocksSebin Sebastian2022-08-091-3/+1
* wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih2022-08-091-5/+4
* wifi: brcmsmac: remove duplicate wordsRuffalo Lavoisier2022-08-091-1/+1
* dt-bindings: wireless: use spi-peripheral-props.yamlKrzysztof Kozlowski2022-08-093-29/+25
* wifi: rtw88: access chip_info by const pointerPing-Ke Shih2022-08-0914-129/+129
* wifi: rtw88: phy: fix warning of possible buffer overflowZong-Zhe Yang2022-08-091-13/+8
* wifi: rtw88: fix store OP channel info timing when HW scanChih-Kang Chang2022-08-093-3/+17
* wifi: rtw88: fix stopping queues in wrong timing when HW scanChih-Kang Chang2022-08-091-1/+6
* wifi: rtw88: 8822c: extend supported probe request sizePo-Hao Huang2022-08-098-11/+59
* Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-07-2930-511/+1265
|\
| * net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal2022-07-285-5/+5
| * net/mlx5e: Split en_fs ndo's and move to en_mainLama Kayal2022-07-283-88/+120
| * net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal2022-07-285-96/+119
| * net/mlx5e: Add mdev to flow_steering structLama Kayal2022-07-285-38/+42
| * net/mlx5e: Report flow steering errors with mdev err report APILama Kayal2022-07-281-36/+34
| * net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal2022-07-2814-264/+298
| * net/mlx5e: Allocate VLAN and TC for featured profiles onlyLama Kayal2022-07-283-12/+46
| * net/mlx5e: Make mlx5e_tc_table privateLama Kayal2022-07-286-32/+59
| * net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointerLama Kayal2022-07-284-34/+43
| * net/mlx5e: TC, Support tc action api for policeRoi Dayan2022-07-285-8/+239
| * net/mlx5e: TC, Separate get/update/replace meter functionsRoi Dayan2022-07-283-27/+112
| * net/mlx5e: Add red and green counters for meteringRoi Dayan2022-07-285-13/+52
| * net/mlx5e: TC, Allocate post meter ft per ruleRoi Dayan2022-07-283-20/+31
| * net/mlx5: DR, Add support for flow metering ASOYevgeny Kliteynik2022-07-286-0/+227
| * net/mlx5e: Fix wrong use of skb_tcp_all_headers() with encapsulationGal Pressman2022-07-281-1/+1