summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2022-03-16mt76: connac: make read-only array ba_range static constColin Ian King
2022-03-16mt76: mt7915: check for devm_pinctrl_get() failureDan Carpenter
2022-03-16mt76: mt7921: get rid of mt7921_wait_for_mcu_init declarationLorenzo Bianconi
2022-03-16mt76: mt7915: add txpower init for 6GHzShayne Chen
2022-03-16mt76: mt7915: fix eeprom fields of txpower init valuesShayne Chen
2022-03-16mt76: mt7915: add 6 GHz supportMeiChia Chiu
2022-03-16mt76: connac: add 6 GHz support for wtbl and starec configurationMeiChia Chiu
2022-03-16mt76: mt7915: allow beaconing on all chainsRyder Lee
2022-03-16mt76: fix monitor mode crash with sdio driverDeren Wu
2022-03-16mt76: mt7921: fix mt7921_queues_acq implementationLorenzo Bianconi
2022-03-16mt76: mt7921: fix xmit-queue dump for usb and sdioLorenzo Bianconi
2022-03-16mt76: mt7921: make mt7921_init_tx_queues staticLorenzo Bianconi
2022-03-16mt76: split single ldpc cap bit into bitsMeiChia Chiu
2022-03-16mt76: mt7915: fix DFS no radar detection eventEvelyn Tsai
2022-03-16mt76: mt7921: use mt76_hw instead of open coding itSean Wang
2022-03-16mt76: mt7921: fix up the monitor modeSean Wang
2022-03-16mt76: mt7663u: introduce mt7663u_mcu_power_on routineLorenzo Bianconi
2022-03-16mt76: mt7615: honor ret from mt7615_mcu_restart in mt7663u_mcu_initLorenzo Bianconi
2022-03-16rtw89: fix uninitialized variable of rtw89_append_probe_req_ie()Ping-Ke Shih
2022-03-16gtp: Fix inconsistent indentingWojciech Drewek
2022-03-16airo: fix typos in commentsJulia Lawall
2022-03-16rtlwifi: rtl8821ae: fix typos in commentsJulia Lawall
2022-03-16rtlwifi: rtl8192cu: Add On Networks N150Jonathan Teh
2022-03-16zd1201: use kzallocJulia Lawall
2022-03-16mwifiex: make read-only array wmm_oui static constColin Ian King
2022-03-16stmmac: dwmac-mediatek: add support for mt8195Biao Huang
2022-03-16stmmac: dwmac-mediatek: re-arrange clock settingBiao Huang
2022-03-16stmmac: dwmac-mediatek: Reuse more common featuresBiao Huang
2022-03-16stmmac: dwmac-mediatek: add platform level clocks managementBiao Huang
2022-03-16Revert "ath10k: drop beacon and probe response which leak from other channel"Kalle Valo
2022-03-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-03-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-03-15hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang
2022-03-15net: sparx5: Use Switchdev fdb events for managing fdb entriesCasper Andersson
2022-03-15net: Add l3mdev index to flow struct and avoid oif reset for port devicesDavid Ahern
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski
2022-03-15ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari
2022-03-15ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski
2022-03-15ice: remove PF pointer from ice_check_vf_initJacob Keller
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller
2022-03-15ice: cleanup long lines in ice_sriov.cJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller
2022-03-15ice: fix a long line warning in ice_reset_vfJacob Keller