aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2022-02-16net: Fix an ignored error return from dm9051_get_regs()Yang Li1-1/+1
2022-02-16net: dsa: lantiq_gswip: fix use after free in gswip_remove()Alexey Khoroshilov1-1/+1
2022-02-16net: ethernet: altera: cleanup commentsTom Rix2-5/+5
2022-02-16net: hns3: Remove unused inline function hclge_is_reset_pending()YueHaibing1-5/+0
2022-02-16mac80211_hwsim: Advertise support for EHT capabilitiesIlan Peer1-12/+234
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer2-0/+2
2022-02-16cfg80211: Add support for EHT 320 MHz channel widthJia Ding1-0/+2
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein3-5/+5
2022-02-16mac80211_hwsim: Add custom regulatory for 6GHzIlan Peer1-0/+14
2022-02-16mac80211_hwsim: don't shadow a global variableJohannes Berg1-5/+5
2022-02-16mac80211_hwsim: check TX and STA bandwidthJohannes Berg1-3/+98
2022-02-16mac80211_hwsim: Add debugfs to control rx status RSSIBeni Lev1-2/+34
2022-02-15gve: enhance no queue page list detectionHaiyue Wang1-4/+2
2022-02-15net: dm9051: Fix spelling mistake "eror" -> "error"Colin Ian King1-2/+2
2022-02-15CDC-NCM: avoid overflow in sanity checkingOliver Neukum1-4/+4
2022-02-15dpaa2-eth: Simplify bool conversionYang Li1-2/+2
2022-02-15net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()Vladimir Oltean1-1/+5
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet1-5/+25
2022-02-15net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-02-15dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie1-1/+1
2022-02-15dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix1-1/+3
2022-02-15virtio_net: Fix code indent errorMichael Catanzaro1-2/+1
2022-02-15Merge tag 'ieee802154-for-net-2022-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpanDavid S. Miller1-2/+2
2022-02-15net: phy: mediatek: remove PHY mode check on MT7531DENG Qingfang1-3/+0
2022-02-14net/mlx5e: Optimize the common case condition in mlx5e_select_queueMaxim Mikityanskiy1-3/+8
2022-02-14net/mlx5e: Optimize modulo in mlx5e_select_queueMaxim Mikityanskiy2-3/+24
2022-02-14net/mlx5e: Optimize mlx5e_select_queueMaxim Mikityanskiy1-16/+42
2022-02-14net/mlx5e: Use READ_ONCE/WRITE_ONCE for DCBX trust stateMaxim Mikityanskiy2-6/+8
2022-02-14net/mlx5e: Move repeating code that gets TC prio into a functionMaxim Mikityanskiy1-21/+15
2022-02-14net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy5-73/+32
2022-02-14net/mlx5e: Move mlx5e_select_queue to en/selq.cMaxim Mikityanskiy4-113/+117
2022-02-14net/mlx5e: Introduce select queue parametersMaxim Mikityanskiy6-5/+165
2022-02-14net/mlx5e: Sync txq2sq updates with mlx5e_xmit for HTB queuesMaxim Mikityanskiy2-4/+33
2022-02-14net/mlx5e: Use a barrier after updating txq2sqMaxim Mikityanskiy1-2/+9
2022-02-14net/mlx5e: Disable TX queues before registering the netdevMaxim Mikityanskiy1-0/+1
2022-02-14net/mlx5e: Cleanup of start/stop all queuesMaxim Mikityanskiy1-3/+10
2022-02-14net/mlx5e: Use FW limitation for max MPW WQEBBsAya Levin8-26/+35
2022-02-14net/mlx5e: Read max WQEBBs on the SQ from firmwareAya Levin8-26/+53
2022-02-14net/mlx5e: Remove unused tstamp SQ fieldTariq Toukan3-3/+0
2022-02-14net: dsa: mv88e6xxx: Fix validation of built-in PHYs on 6095/6097Tobias Waldekranz1-2/+21
2022-02-14rtw89: handle TX/RX 160M bandwidthPing-Ke Shih3-20/+20
2022-02-14rtw89: declare if chip support 160M bandwidthPing-Ke Shih3-1/+20
2022-02-14rtw89: add 6G support to rate adaptive mechanismPing-Ke Shih1-2/+17
2022-02-14rtw89: extend subband for 6G bandZong-Zhe Yang3-10/+60
2022-02-14rtw89: refine naming of rfk helpers with prefixZong-Zhe Yang2-1312/+1312
2022-02-14rtw89: make rfk helpers common across chipsZong-Zhe Yang4-108/+112
2022-02-14brcmfmac: Add BCM43454/6 supportZhao, Jiaqing4-1/+6
2022-02-14wcn36xx: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2022-02-14ath11k: fix destination monitor ring out of syncKarthikeyan Kathirvel2-6/+39
2022-02-14ath11k: fix radar detection in 160 MhzVenkateswara Naralasetty1-12/+13