summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-12-07wifi: ath11k: update hw params for IPQ5018Sriram R2-0/+79
2022-12-02wifi: ath11k: Fix race condition with struct htt_ppdu_stats_infoGovindaraj Saminathan1-11/+11
2022-11-29wifi: ath12k: driver for Qualcomm Wi-Fi 7 devicesKalle Valo49-0/+53309
2022-11-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo14-181/+230
2022-11-28wifi: rtw88: fix race condition when doing H2C commandJi-Pin Jou2-5/+8
2022-11-28wifi: b43: remove reference to removed config B43_PCMCIALukas Bulwahn1-7/+3
2022-11-28wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changedBitterblue Smith1-1/+1
2022-11-28wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()Ziyang Xuan1-0/+1
2022-11-25wifi: carl9170: Replace zero-length array of trailing structs with flex-arrayKees Cook1-2/+2
2022-11-25wifi: ath10k: Store WLAN firmware version in SMEM image tableYoughandhar Chintala2-0/+36
2022-11-22wifi: p54: Replace zero-length array of trailing structs with flex-arrayKees Cook1-2/+2
2022-11-22wifi: rtw89: fix physts IE page checkZong-Zhe Yang1-1/+1
2022-11-22wifi: rtw89: avoid inaccessible IO operations during doing change_interface()Ping-Ke Shih3-1/+18
2022-11-22wifi: rtw89: switch BANDEDGE and TX_SHAPE based on OFDMA trigger frameEric Huang8-1/+146
2022-11-22wifi: rtw89: read CFO from FD or preamble CFO field of phy status ie_type 1 a...Eric Huang6-2/+12
2022-11-22wifi: rtw89: 8852b: correct TX power controlled by BT-coexistencePing-Ke Shih1-15/+15
2022-11-22wifi: brcmfmac: Use struct_size() in code ralated to struct brcmf_dload_data_leGustavo A. R. Silva1-3/+4
2022-11-22wifi: brcmfmac: replace one-element array with flexible-array member in struc...Gustavo A. R. Silva2-3/+3
2022-11-22wifi: brcmfmac: Use struct_size() and array_size() in code ralated to struct ...Gustavo A. R. Silva1-3/+3
2022-11-22wifi: brcmfmac: Replace one-element array with flexible-array memberGustavo A. R. Silva2-2/+2
2022-11-18net: ethernet: mtk_eth_soc: remove cpu_relax in mtk_pending_workLorenzo Bianconi1-5/+2
2022-11-18net: ethernet: mtk_eth_soc: do not overwrite mtu configuration running reset ...Lorenzo Bianconi1-19/+34
2022-11-18net: ipa: avoid a null pointer dereferenceAlex Elder1-3/+6
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller96-1256/+5685
2022-11-18net: libwx: Fix dead code for duplicate checkJiawen Wu1-2/+0
2022-11-18net: phy: mscc: macsec: do not copy encryption keysAntoine Tenart2-29/+30
2022-11-18net: ipa: permit GSI firmware loading to be skippedAlex Elder1-4/+12
2022-11-18net: ipa: introduce "qcom,gsi-loader" propertyAlex Elder1-7/+37
2022-11-18net: ipa: encapsulate decision about firmware loadAlex Elder1-8/+31
2022-11-18ice: Prevent ADQ, DCB coexistence with Custom Tx schedulerMichal Wilczynski6-0/+111
2022-11-18ice: Implement devlink-rate APIMichal Wilczynski3-0/+426
2022-11-18ice: Add an option to pre-allocate memory for ice_sched_nodeMichal Wilczynski4-11/+24
2022-11-18ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski5-7/+116
2022-11-18devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski2-3/+3
2022-11-18ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol1-7/+0
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-154/+300
2022-11-17net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification()Dan Carpenter1-1/+1
2022-11-17wifi: ath10k: Remove redundant argument offsetZhi-Jun You1-12/+7
2022-11-17wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2022-11-17Merge tag 'iwlwifi-next-for-kalle-2022-11-06-v2' of http://git.kernel.org/pub...Kalle Valo19-121/+773
2022-11-17sundance: remove unused variable cntColin Ian King1-2/+0
2022-11-17net: usb: smsc95xx: fix external PHY resetAlexandru Tachici1-4/+42
2022-11-17net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau1-0/+1
2022-11-16netdevsim: Fix memory leak of nsim_dev->fa_cookieWang Yufen1-0/+1
2022-11-16mlxsw: update adjfine to use adjust_by_scaled_ppmJacob Keller1-15/+3
2022-11-16wifi: wl1251: switch to using gpiod APIDmitry Torokhov2-30/+34
2022-11-16wifi: wl1251: drop support for platform dataDmitry Torokhov5-63/+4
2022-11-16wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()Christophe JAILLET1-1/+1
2022-11-16wifi: rtw89: Fix some error handling path in rtw89_wow_enable()Christophe JAILLET1-3/+3
2022-11-16wifi: airo: Avoid clashing function prototypesGustavo A. R. Silva1-96/+108