summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-267-14/+23
* wifi: cfg80211: Always call tracingIlan Peer2024-06-261-35/+21
* wifi: mac80211: check SSID in beaconJohannes Berg2024-06-261-0/+32
* wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg2024-06-261-0/+11
* wifi: mac80211: add ieee80211_tdls_sta_link_id()Johannes Berg2024-06-262-4/+8
* wifi: mac80211: update STA/chandef width during switchJohannes Berg2024-06-263-17/+55
* wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg2024-06-261-12/+19
* wifi: mac80211: optionally pass chandef to ieee80211_sta_cur_vht_bw()Johannes Berg2024-06-262-10/+23
* wifi: mac80211: optionally pass chandef to ieee80211_sta_cap_rx_bw()Johannes Berg2024-06-262-25/+31
* wifi: mac80211: handle protected dual of public actionJohannes Berg2024-06-262-8/+15
* wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg2024-06-265-18/+65
* wifi: mac80211: refactor CSA queue block/unblockJohannes Berg2024-06-264-48/+37
* wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scanEmmanuel Grumbach2024-06-121-2/+2
* wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg2024-06-121-2/+3
* wifi: mac80211: fix erroneous errors for STA changesJohannes Berg2024-06-121-19/+36
* wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern2024-06-122-3/+10
* wifi: cfg80211: reject non-conformant 6 GHz center frequenciesBenjamin Berg2024-06-122-11/+49
* wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg2024-06-124-19/+62
* wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg2024-06-121-18/+12
* wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg2024-06-122-27/+46
* wifi: mac80211: refactor channel checksJohannes Berg2024-06-123-10/+14
* wifi: nl80211: expose can-monitor channel propertyJohannes Berg2024-06-121-0/+3
* wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang2024-06-121-1/+3
* wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang2024-06-121-2/+2
* wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao2024-06-121-9/+0
* wifi: mac80211: Move stats allocation to coreBreno Leitao2024-06-121-12/+1
* wifi: cfg80211: make hash table duplicates more survivableJohannes Berg2024-06-121-12/+34
* wifi: mac80211: correct EHT EIRP TPE parsingJohannes Berg2024-06-121-1/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-112-5/+5
|\
| * bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.Kui-Feng Lee2024-05-312-5/+5
* | Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-1122-402/+1463
|\ \
| * | wifi: nl80211: clean up coalescing rule handlingJohannes Berg2024-05-293-34/+20
| * | wifi: mac80211: handle HW restart during ROCJohannes Berg2024-05-293-3/+36
| * | wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg2024-05-291-1/+2
| * | wifi: mac80211: send DelBA with correct BSSIDJohannes Berg2024-05-231-1/+1
| * | wifi: mac80211: reset negotiated TTLM on disconnectJohannes Berg2024-05-231-0/+1
| * | wifi: mac80211: don't stop TTLM works againJohannes Berg2024-05-231-3/+0
| * | wifi: mac80211: cancel TTLM teardown work earlierJohannes Berg2024-05-231-2/+3
| * | wifi: mac80211: cancel multi-link reconf work on disconnectJohannes Berg2024-05-231-2/+5
| * | wifi: mac80211: fix TTLM teardown workJohannes Berg2024-05-231-1/+1
| * | wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_confPradeep Kumar Chitrapu2024-05-231-0/+5
| * | wifi: mac80211: refactor chanreq.ap settingJohannes Berg2024-05-231-14/+29
| * | wifi: mac80211: handle TPE element during CSAJohannes Berg2024-05-233-0/+29
| * | wifi: mac80211: handle wider bandwidth OFDMA during CSAJohannes Berg2024-05-232-3/+10
| * | wifi: mac80211: collect some CSA data into sub-structsJohannes Berg2024-05-237-61/+65
| * | wifi: mac80211: mlme: handle cross-link CSAJohannes Berg2024-05-234-92/+403
| * | wifi: cfg80211: restrict operation during radar detectionJohannes Berg2024-05-233-8/+23
| * | wifi: mac80211: move radar detect work to sdataJohannes Berg2024-05-236-13/+13
| * | wifi: mac80211: track changes in AP's TPEJohannes Berg2024-05-231-2/+14
| * | wifi: mac80211: pass parsed TPE data to driversJohannes Berg2024-05-236-43/+603