summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: core_thermal: Simplify transceiver module get_temp() callbackIdo Schimmel2023-04-021-36/+8
* mlxsw: core_thermal: Make mlxsw_thermal_module_init() voidIdo Schimmel2023-04-021-9/+4
* mlxsw: core_thermal: Use static trip points for transceiver modulesIdo Schimmel2023-04-021-85/+25
* i40e: Add support for VF to specify its primary MAC addressSylwester Dziedziuch2023-04-021-4/+70
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-03-311-1/+0
|\
| * ice: remove comment about not supporting driver reinitJacob Keller2023-03-301-1/+0
* | macvlan: Fix mc_filter calculationHerbert Xu2023-03-311-7/+8
* | Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-30128-2219/+13639
|\ \
| * | wifi: iwlwifi: mvm: correctly use link in iwl_mvm_sta_del()Johannes Berg2023-03-303-7/+15
| * | wifi: iwlwifi: separate AP link management queuesJohannes Berg2023-03-304-6/+21
| * | wifi: iwlwifi: mvm: free probe_resp_data laterJohannes Berg2023-03-301-6/+6
| * | wifi: iwlwifi: bump FW API to 75 for AX devicesGregory Greenman2023-03-301-1/+1
| * | wifi: iwlwifi: mvm: move max_agg_bufsize into host TLC lq_staGregory Greenman2023-03-304-10/+11
| * | wifi: iwlwifi: mvm: send full STA during HW restartJohannes Berg2023-03-301-14/+9
| * | wifi: iwlwifi: mvm: rework active links countingGregory Greenman2023-03-303-20/+17
| * | wifi: iwlwifi: mvm: update mac config when assigning chanctxGregory Greenman2023-03-301-0/+12
| * | wifi: iwlwifi: mvm: use the correct link queueShaul Triebitz2023-03-301-4/+4
| * | wifi: iwlwifi: mvm: clean up mac_id vs. link_id in MLD staJohannes Berg2023-03-301-10/+9
| * | wifi: iwlwifi: mvm: fix station link data leakJohannes Berg2023-03-303-31/+33
| * | wifi: iwlwifi: mvm: initialize max_rc_amsdu_len per-linkBenjamin Berg2023-03-301-0/+3
| * | wifi: iwlwifi: mvm: use appropriate link for rate selectionBenjamin Berg2023-03-301-48/+61
| * | wifi: iwlwifi: mvm: use the new lockdep-checking macrosJohannes Berg2023-03-303-15/+13
| * | wifi: iwlwifi: mvm: remove chanctx WARN_ONJohannes Berg2023-03-301-1/+2
| * | wifi: iwlwifi: mvm: avoid sending MAC context for idleJohannes Berg2023-03-301-0/+6
| * | wifi: iwlwifi: mvm: remove only link-specific AP keysJohannes Berg2023-03-305-6/+12
| * | wifi: iwlwifi: mvm: skip inactive linksJohannes Berg2023-03-301-1/+3
| * | wifi: iwlwifi: mvm: adjust iwl_mvm_scan_respect_p2p_go_iter() for MLOAvraham Stern2023-03-301-5/+17
| * | wifi: iwlwifi: mvm: rxmq: report link ID to mac80211Johannes Berg2023-03-305-10/+39
| * | wifi: iwlwifi: mvm: use bcast/mcast link station idShaul Triebitz2023-03-301-2/+15
| * | wifi: iwlwifi: mvm: translate management frame addressShaul Triebitz2023-03-301-0/+22
| * | wifi: iwlwifi: mvm: implement mac80211 callback change_sta_linksShaul Triebitz2023-03-303-23/+236
| * | wifi: iwlwifi: mvm: use the link sta addressShaul Triebitz2023-03-301-2/+1
| * | wifi: iwlwifi: mvm: adjust rs init to MLOGregory Greenman2023-03-304-28/+71
| * | wifi: iwlwifi: mvm: adjust radar detection to MLOGregory Greenman2023-03-301-7/+13
| * | wifi: iwlwifi: mvm: adjust iwl_mvm_sec_key_remove_ap to MLOGregory Greenman2023-03-305-8/+9
| * | wifi: iwlwifi: mvm: make a few warnings only trigger onceJohannes Berg2023-03-302-3/+3
| * | wifi: iwlwifi: mvm: coex: start handling multiple linksJohannes Berg2023-03-302-29/+64
| * | wifi: iwlwifi: mvm: rs-fw: don't crash on missing channelJohannes Berg2023-03-301-0/+3
| * | wifi: iwlwifi: mvm: use STA link addressJohannes Berg2023-03-301-2/+2
| * | wifi: iwlwifi: mvm: skip MEI update for MLOJohannes Berg2023-03-301-1/+6
| * | wifi: iwlwifi: mvm: fix narrow RU check for MLOJohannes Berg2023-03-301-7/+15
| * | wifi: iwlwifi: mvm: make some HW flags conditionalJohannes Berg2023-03-301-2/+13
| * | wifi: iwlwifi: mvm: implement link change opsJohannes Berg2023-03-304-15/+187
| * | wifi: iwlwifi: mvm: adjust some cleanup functions to MLOGregory Greenman2023-03-301-7/+25
| * | wifi: iwlwifi: mvm: refactor iwl_mvm_mac_sta_state_common()Gregory Greenman2023-03-306-246/+671
| * | wifi: iwlwifi: mvm: update iwl_mvm_tx_reclaim() for MLOGregory Greenman2023-03-301-6/+5
| * | wifi: iwlwifi: mvm: adjust to MLO assign/unassign/switch_vif_chanctx()Gregory Greenman2023-03-303-47/+61
| * | wifi: iwlwifi: mvm: add fw link id allocationGregory Greenman2023-03-308-22/+121
| * | wifi: iwlwifi: mvm: adjust internal stations to MLOGregory Greenman2023-03-303-29/+47
| * | wifi: iwlwifi: mvm: replace bss_info_changed() with vif_cfg/link_info_changed()Gregory Greenman2023-03-304-100/+206