summaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-23wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg1-2/+2
2023-10-23wifi: mac80211: fix a expired vs. cancel race in rocEmmanuel Grumbach1-0/+17
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit5-7/+14
2023-10-23wifi: cfg80211: Fix typo in documentationIlan Peer1-1/+1
2023-10-23wifi: mac80211: Fix setting vif linksIlan Peer1-1/+1
2023-10-23wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer1-0/+37
2023-10-23wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg6-12/+34
2023-10-23wifi: cfg80211: Include operating class 137 in 6GHz bandIlan Peer1-0/+1
2023-10-23wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer4-7/+16
2023-10-23wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit5-10/+40
2023-10-23wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit3-3/+37
2023-10-23wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg1-3/+6
2023-10-23wifi: mac80211: cleanup auth_data only if association continuesBenjamin Berg1-4/+13
2023-10-23wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devicesGregory Greenman3-3/+3
2023-10-23wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTKJohannes Berg1-2/+7
2023-10-23wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supportedJohannes Berg1-3/+12
2023-10-23wifi: iwlwifi: mvm: fix removing pasn station for responderAvraham Stern1-2/+7
2023-10-23wifi: iwlwifi: pcie: clean up WFPM control bitsJohannes Berg2-3/+2
2023-10-23wifi: iwlwifi: fix opmode start/stop raceJohannes Berg1-7/+9
2023-10-23wifi: iwlwifi: skip opmode start retries on dead transportJohannes Berg1-0/+3
2023-10-23wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() errorJohannes Berg1-1/+4
2023-10-23wifi: iwlwifi: mvm: update station's MFP flag after associationAvraham Stern1-0/+6
2023-10-19wifi: wilc1000: use vmm_table as array in wilc structAjay Singh1-1/+1
2023-10-19wifi: rtlwifi: drop chk_switch_dmdp() from HAL interfaceDmitry Antipov3-23/+0
2023-10-19wifi: rtlwifi: drop fill_fake_txdesc() from HAL interfaceDmitry Antipov4-31/+0
2023-10-19wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interfaceDmitry Antipov4-10/+5
2023-10-19wifi: rtw89: move software DCFO compensation setting to proper positionCheng-Chieh Hsieh1-3/+4
2023-10-19wifi: rtw89: correct the DCFO tracking flow to improve CFO compensationCheng-Chieh Hsieh1-4/+4
2023-10-19wifi: rtw89: modify the register setting and the flow of CFO trackingCheng-Chieh Hsieh4-8/+44
2023-10-19wifi: rtw89: phy: generalize valid bit of BSS colorPing-Ke Shih6-1/+7
2023-10-19wifi: rtw89: phy: change naming related BT coexistence functionsChung-Hsuan Hung6-49/+64
2023-10-19wifi: rtw88: dump firmware debug information in abnormal stateChin-Yen Lee5-0/+108
2023-10-19wifi: rtw88: debug: add to check if debug mask is enabledChin-Yen Lee1-0/+12
2023-10-19wifi: rtlwifi: cleanup struct rtl_ps_ctlDmitry Antipov2-20/+1
2023-10-19ssb: relax SSB_EMBEDDED dependenciesRandy Dunlap1-1/+2
2023-10-18hamradio: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+2
2023-10-18docs: netlink: clean up after deprecating versionJakub Kicinski2-5/+14
2023-10-18tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski1-1/+1
2023-10-18net: phylink: remove a bunch of unused validation methodsRussell King (Oracle)2-38/+8
2023-10-18net: phylink: remove .validate() methodRussell King (Oracle)3-53/+6
2023-10-18net: fman: convert to .mac_get_caps()Russell King (Oracle)1-6/+5
2023-10-18net: phylink: provide mac_get_caps() methodRussell King (Oracle)3-3/+33
2023-10-18eth: bnxt: fix backward compatibility with older devicesJakub Kicinski5-12/+28
2023-10-18selftests: forwarding: bridge_fdb_learning_limit: Add a new selftestJohannes Nixdorf2-1/+285
2023-10-18net: bridge: Set strict_start_type for br_policyJohannes Nixdorf1-0/+2
2023-10-18net: bridge: Add netlink knobs for number / max learned FDB entriesJohannes Nixdorf2-1/+16
2023-10-18net: bridge: Track and limit dynamically learned FDB entriesJohannes Nixdorf2-2/+37
2023-10-18net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entryJohannes Nixdorf1-3/+4
2023-10-17net: openvswitch: Annotate struct mask_array with __counted_byChristophe JAILLET1-1/+1
2023-10-17net: openvswitch: Use struct_size()Christophe JAILLET1-5/+2