summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* wlcore: Fix buffer overrun by snprintf due to incorrect buffer sizeColin Ian King2021-04-221-1/+1
* wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_joinGustavo A. R. Silva2021-04-222-41/+38
* wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pktGustavo A. R. Silva2021-04-222-8/+14
* ath11k: fix warning in ath11k_mhi_configAnilkumar Kolli2021-04-221-3/+12
* ath11k: qmi: Fix spelling mistake "requeqst" -> "request"Colin Ian King2021-04-221-1/+1
* ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan2021-04-221-0/+3
* ath10k: Fix a use after free in ath10k_htc_send_bundleLv Yunlong2021-04-221-1/+1
* ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2021-04-222-2/+2
* rtlwifi: implement set_tim by update beacon contentPing-Ke Shih2021-04-214-0/+37
* libertas_tf: Remove duplicate struct declarationWan Jiabing2021-04-211-1/+0
* rtw88: refine napi deinit flowPo-Hao Huang2021-04-212-5/+15
* rtw88: Fix potential unrecoverable tx queue stopYu-Yen Ting2021-04-211-2/+8
* rtw88: 8821c: Don't set RX_FLAG_DECRYPTED if packet has no encryptionGuo-Feng Fan2021-04-211-1/+2
* rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPKGuo-Feng Fan2021-04-213-2/+112
* rtw88: 8822c: Add gap-k calibration to improve long range performanceGuo-Feng Fan2021-04-216-1/+809
* rtw88: 8822c: reorder macro position according to the register numberGuo-Feng Fan2021-04-212-143/+148
* net: wwan: mhi_wwan_ctrl: Fix RX buffer starvationLoic Poulain2021-04-201-4/+4
* net: phy: at803x: fix probe error if copper page is selectedMichael Walle2021-04-201-6/+17
* net: mana: remove redundant initialization of variable errColin Ian King2021-04-201-1/+1
* virtio-net: fix use-after-free in page_to_skb()Eric Dumazet2021-04-201-1/+4
* phy: nxp-c45-tja11xx: fix phase offset calculationRadu Pirea (NXP OSS)2021-04-201-1/+1
* net: enetc: automatically select IERB moduleMichael Walle2021-04-201-1/+1
* virtio-net: restrict build_skb() use to some archesEric Dumazet2021-04-201-1/+1
* net: wwan: Fix bit ops double shiftLoic Poulain2021-04-202-4/+6
* net: dsa: mv88e6xxx: Allow dynamic reconfiguration of tag protocolTobias Waldekranz2021-04-201-0/+39
* net: dsa: mv88e6xxx: Mark chips with undocumented EDSA tag supportTobias Waldekranz2021-04-202-35/+46
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-209-45/+40
|\
| * wireless: fix spelling of A-MSDU in HE capabilitiesJohannes Berg2021-04-196-10/+10
| * wireless: align HE capabilities A-MPDU Length Exponent ExtensionJohannes Berg2021-04-195-11/+10
| * wireless: align some HE capabilities with the specJohannes Berg2021-04-195-16/+16
| * cfg80211: constify ieee80211_get_response_rate returnJoe Perches2021-04-192-2/+2
| * mac80211_hwsim: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-081-6/+2
* | mlxsw: spectrum_qdisc: Index future FIFOs by band numberPetr Machata2021-04-201-7/+6
* | mlxsw: spectrum_qdisc: Allocate child qdiscs dynamicallyPetr Machata2021-04-201-32/+83
* | mlxsw: spectrum_qdisc: Guard all qdisc accesses with a lockPetr Machata2021-04-201-16/+73
* | mlxsw: spectrum_qdisc: Track children per qdiscPetr Machata2021-04-201-46/+118
* | mlxsw: spectrum_qdisc: Promote backlog reduction to mlxsw_sp_qdisc_destroy()Petr Machata2021-04-201-30/+18
* | mlxsw: spectrum_qdisc: Track tclass_num as int, not u8Petr Machata2021-04-201-6/+6
* | mlxsw: spectrum_qdisc: Drop an always-true conditionPetr Machata2021-04-201-4/+1
* | mlxsw: spectrum_qdisc: Simplify mlxsw_sp_qdisc_compare()Petr Machata2021-04-201-15/+7
* | mlxsw: spectrum_qdisc: Drop one argument from check_params callbackPetr Machata2021-04-201-7/+1
* | korina: Fix build.David S. Miller2021-04-201-1/+1
* | net: phy: marvell: add support for Amethyst internal PHYMarek Behún2021-04-201-3/+114
* | net: dsa: mv88e6xxx: simulate Amethyst PHY model numberMarek Behún2021-04-201-0/+1
* | net: phy: marvell: use assignment by bitwise AND operatorMarek Behún2021-04-201-1/+1
* | net: phy: marvell: fix HWMON enable register for 6390Marek Behún2021-04-201-10/+9
* | net: phy: marvell: refactor HWMON OOP styleMarek Behún2021-04-201-244/+125
* | korina: Fix conflict with global symbol desc_empty on x86.David S. Miller2021-04-201-8/+8
* | Merge tag 'mlx5-updates-2021-04-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-2015-164/+1298
|\ \
| * | net/mlx5: DR, Add support for isolate_vl_tc QPYevgeny Kliteynik2021-04-193-0/+11