aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-07-11mt76: mt7615: do not update pm stats in case of errorLorenzo Bianconi1-4/+5
2022-07-11mt76: mt7921s: remove unnecessary goto in mt7921s_mcu_drv_pmctrlLorenzo Bianconi1-5/+4
2022-07-11mt76: connac: move mt76_connac2_mac_fill_rx_rate in connac moduleLorenzo Bianconi4-180/+117
2022-07-11mt76: connac: move mt76_connac2_reverse_frag0_hdr_trans in mt76-connac moduleLorenzo Bianconi7-338/+189
2022-07-11mt76: connac: move HE radiotap parsing in connac moduleLorenzo Bianconi7-466/+251
2022-07-11mt76: mt7921: fix command timeout in AP stop periodDeren Wu4-13/+45
2022-07-11mt76: mt7921: not support beacon offload disable commandDeren Wu1-2/+4
2022-07-11mt76: connac: move mt76_connac2_mac_add_txs_skb in connac moduleLorenzo Bianconi4-243/+130
2022-07-11mt76: connac: move connac2_mac_write_txwi in mt76_connac moduleLorenzo Bianconi10-472/+299
2022-07-11mt76: connac: move mac connac2 defs in mt76_connac2_mac.hLorenzo Bianconi5-285/+171
2022-07-11mt76: mt7915: rely on mt76_dev in mt7915_mac_write_txwi signatureLorenzo Bianconi3-15/+14
2022-07-11mt76: mt7921: rely on mt76_dev in mt7921_mac_write_txwi signatureLorenzo Bianconi4-15/+14
2022-07-11mt76: enable the VHT extended NSS BW featureDeren Wu4-0/+5
2022-07-11mt76: mt7663: rely on mt76_connac2_fw_trailerLorenzo Bianconi1-16/+2
2022-07-11mt76: connac: move mt76_connac2_load_patch in connac moduleLorenzo Bianconi4-210/+123
2022-07-11mt76: connac: move mt76_connac2_load_ram in connac moduleLorenzo Bianconi4-198/+116
2022-07-11mt76: mt7921: move fw toggle in mt7921_load_firmwareLorenzo Bianconi1-7/+7
2022-07-11mt76: connac: move shared fw structures in connac moduleLorenzo Bianconi3-143/+79
2022-07-11mt76: mt7921: get rid of mt7921_mcu_exitLorenzo Bianconi6-12/+5
2022-07-11mt76: mt7921: add missing bh-disable around rx napi scheduleLorenzo Bianconi1-0/+2
2022-07-11mt76: mt7615: add missing bh-disable around rx napi scheduleFelix Fietkau1-0/+2
2022-07-11mt76: mt7915: add missing bh-disable around tx napi enable/scheduleFelix Fietkau1-0/+2
2022-07-11mt76: mt7921s: fix firmware download random failYN Chen1-7/+8
2022-07-11mt76: mt7921: add PATCH_FINISH_REQ cmd response handlingYN Chen1-1/+2
2022-07-11mt76: add DBDC rxq handlings into mac_reset_workRyder Lee2-18/+14
2022-07-11mt76: mt7915: add more ethtool statsRyder Lee4-16/+73
2022-07-11mt76: mt7921: introduce ACPI SAR config in tx powerDeren Wu3-11/+25
2022-07-11mt76: mt7921: introduce ACPI SAR supportDeren Wu5-0/+395
2022-07-11mt76: add 6 GHz band support in mt76_sar_freq_rangesDeren Wu1-0/+6
2022-07-11mt76: mt7915: fix endian bug in mt7915_rf_regval_set()Dan Carpenter1-1/+2
2022-07-11mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msgLorenzo Bianconi1-1/+1
2022-07-11mt76: mt7915: fix endianness in mt7915_rf_regval_getLorenzo Bianconi1-1/+1
2022-07-11wifi: mac80211_hwsim: add back erroneously removed castJohannes Berg1-1/+1
2022-07-11wifi: mac80211_hwsim: fix race condition in pending packetJeongik Cha1-6/+8
2022-07-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman45-285/+680
2022-07-09ixp4xx_eth: Set MAC address from device treeLinus Walleij1-1/+9
2022-07-09ixp4xx_eth: Fall back to random MAC addressLinus Walleij1-1/+4
2022-07-09nfp: fix issue of skb segments exceeds descriptor limitationBaowen Zheng1-8/+25
2022-07-08bcm63xx_enet: change the driver variables to staticYang Yingliang1-2/+2
2022-07-08net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)1-1/+3
2022-07-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo8-40/+53
2022-07-08ath9k: remove unexpected words "the" in commentsJiang Jian1-1/+1
2022-07-08ath11k: Fix typo in commentsZhang Jiaming1-1/+1
2022-07-08net: ag71xx: switch to napi_build_skb() to reuse skbuff_headsSieng-Piaw Liew1-5/+5
2022-07-08octeontx2-af: Don't reset previous pfc configHariprasad Kelam3-13/+23
2022-07-08eth: sp7021: switch to netif_napi_add_tx()Jakub Kicinski1-1/+1
2022-07-08eth: mtk: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-07-07net: macb: sort init_reset_optional() with other init()sConor Dooley1-34/+34
2022-07-07net: macb: simplify error paths in init_reset_optional()Conor Dooley1-13/+7
2022-07-07net: macb: unify macb_config alignment styleConor Dooley1-8/+8