summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-10-06Merge wireless into wireless-nextJohannes Berg42-9949/+10144
2023-09-30wifi: mac80211: add back SPDX identifierJohannes Berg1-0/+1
2023-09-30wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/valueJohannes Berg1-2/+3
2023-09-26wifi: mac80211: expand __ieee80211_data_to_8023() statusJohannes Berg2-12/+14
2023-09-26wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return valueJohannes Berg2-12/+18
2023-09-26wifi: mac80211: remove RX_DROP_UNUSABLEJohannes Berg4-52/+84
2023-09-26wifi: mac80211: fix check for unusable RX resultJohannes Berg2-1/+4
2023-09-26wifi: cfg80211: add local_state_change to deauth traceJohannes Berg1-2/+4
2023-09-26wifi: mac80211: Create resources for disabled linksBenjamin Berg1-3/+4
2023-09-26wifi: cfg80211: avoid leaking stack data into traceBenjamin Berg1-1/+1
2023-09-25wifi: mac80211: allow transmitting EAPOL frames with tainted keyWen Gong1-1/+2
2023-09-25wifi: mac80211: reject MLO channel configuration if not supportedBenjamin Berg1-3/+13
2023-09-25wifi: mac80211: report per-link error during associationBenjamin Berg1-1/+3
2023-09-25wifi: cfg80211: report per-link errors during associationBenjamin Berg1-6/+44
2023-09-25wifi: mac80211: support antenna control in injectionJohannes Berg1-0/+14
2023-09-25wifi: mac80211: support handling of advertised TID-to-link mappingAyala Beker2-0/+211
2023-09-25wifi: mac80211: add support for parsing TID to Link mapping elementAyala Beker2-0/+11
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer2-1/+4
2023-09-25wifi: mac80211: describe return values in kernel-docJohannes Berg2-0/+4
2023-09-25wifi: cfg80211: reg: describe return values in kernel-docJohannes Berg1-3/+13
2023-09-25wifi: mac80211: don't connect to an AP while it's in a CSA processAyala Beker1-1/+33
2023-09-25wifi: mac80211: update the rx_chains after set_antenna()Emmanuel Grumbach1-1/+7
2023-09-25wifi: mac80211: use bandwidth indication element for CSAJohannes Berg4-18/+45
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg4-13/+12
2023-09-25wifi: mac80211: ethtool: always hold wiphy mutexJohannes Berg1-1/+8
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg6-7/+44
2023-09-25wifi: cfg80211: Fix 6GHz scan configurationIlan Peer1-0/+4
2023-09-25wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King1-1/+1
2023-09-25wifi: mac80211: fix potential key leakJohannes Berg1-5/+15
2023-09-25wifi: mac80211: fix potential key use-after-freeJohannes Berg2-1/+4
2023-09-18wifi: cfg80211: save power spectral density(psd) of regulatory ruleWen Gong2-0/+26
2023-09-18rfkill: sync before userspace visibility/changesJohannes Berg1-6/+26
2023-09-13wifi: mac80211: don't return unset power in ieee80211_get_tx_power()Ping-Ke Shih1-0/+4
2023-09-13wifi: mac80211: Sanity check tx bitrate if not provided by driverStephen Douthit2-2/+3
2023-09-13wifi: cfg80211: export DFS CAC time and usable state helper functionsAditya Kumar Singh2-17/+2
2023-09-13wifi: cfg80211: call reg_call_notifier on beacon hintsAbhishek Kumar1-8/+12
2023-09-13wifi: cfg80211: allow reg update by driver even if wiphy->regd is setRaj Kumar Bhagat1-5/+4
2023-09-13wifi: mac80211: additions to change_beacon()Aloka Dixit1-0/+13
2023-09-13wifi: nl80211: additions to NL80211_CMD_SET_BEACONAloka Dixit1-0/+15
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit4-50/+56
2023-09-13wifi: mac80211: fixes in FILS discovery updatesAloka Dixit1-37/+40
2023-09-13wifi: nl80211: fixes to FILS discovery updatesAloka Dixit1-1/+15
2023-09-13wifi: lib80211: remove unused variables iv32 and iv16Tom Rix1-6/+6
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg9-151/+53
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg9-125/+33
2023-09-13wifi: wext: avoid extra calls to strlen() in ieee80211_bss()Dmitry Antipov1-22/+25
2023-09-13wifi: mac80211: fix mesh id corruption on 32 bit systemsFelix Fietkau2-5/+5
2023-09-11wifi: cfg80211: fix cqm_config access raceJohannes Berg3-41/+73
2023-09-11wifi: mac80211: fix channel switch link dataJohannes Berg2-5/+7
2023-09-11wifi: mac80211: Do not force off-channel for management Tx with MLOIlan Peer1-1/+6