aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-08net: thunderx: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo1-2/+1
2023-05-07net: mdio: mvusb: Fix an error handling path in mvusb_mdio_probe()Christophe JAILLET1-1/+10
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds46-312/+602
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski3-2/+33
2023-05-05wifi: ath11k: Use list_count_nodes()Christophe JAILLET2-26/+1
2023-05-05wifi: ath10k: Use list_count_nodes()Christophe JAILLET3-32/+8
2023-05-05wifi: ath10k: Serialize wake_tx_queue opsAlexander Wetzel3-2/+10
2023-05-05wifi: ath12k: fix potential wmi_mgmt_tx_queue race conditionKarthik M1-1/+1
2023-05-05wifi: ath12k: add wait operation for tx management packets for flush from mac...Karthik M4-8/+38
2023-05-05wifi: mt7601u: delete dead code checking debugfs returnsWang Jikai1-2/+0
2023-05-05wifi: mwifiex: Use list_count_nodes()Christophe JAILLET2-17/+2
2023-05-05wifi: rtw89: fix rtw89_read_chip_ver() for RTL8852B and RTL8851BDan Carpenter1-1/+1
2023-05-05wifi: rtw89: 8851b: rfk: add IQKPing-Ke Shih3-0/+1117
2023-05-05wifi: rtw89: 8851b: rfk: add DACKPing-Ke Shih3-0/+355
2023-05-05wifi: rtw89: 8851b: rfk: add RCKPing-Ke Shih2-0/+41
2023-05-05wifi: rtw89: 8851b: rfk: add AACKPing-Ke Shih3-0/+49
2023-05-05wifi: rtw89: 8851b: add set_channel_rf()Ping-Ke Shih2-0/+253
2023-05-05wifi: rtw89: 8851b: add DLE mem and HFC quotaPing-Ke Shih3-0/+53
2023-05-05wifi: rtw89: 8851b: add support WoWLAN to 8851BChih-Kang Chang2-1/+13
2023-05-05wifi: rtw89: change naming of BA CAM from V1 to V0_EXTPing-Ke Shih7-14/+21
2023-05-05wifi: rtw89: use chip_info::small_fifo_size to choose debug_maskPing-Ke Shih6-2/+7
2023-05-05wifi: rtw89: add CFO XTAL registers field to support 8851BChia-Yuan Li7-7/+38
2023-05-05wifi: rtw89: 8851b: add NCTL post tablePing-Ke Shih6-1/+11
2023-05-05wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilitiesPing-Ke Shih1-0/+86
2023-05-05wifi: rtw89: 8851b: add 8851B basic chip_infoPing-Ke Shih2-0/+116
2023-05-05wifi: rtw89: scan offload wait for FW done ACKZong-Zhe Yang3-30/+58
2023-05-05wifi: rtw89: mac: handle C2H receive/done ACK in interrupt contextZong-Zhe Yang1-0/+12
2023-05-05wifi: rtw89: packet offload wait for FW responseZong-Zhe Yang5-34/+90
2023-05-05wifi: rtw89: refine packet offload delete flow of 6 GHz probeZong-Zhe Yang4-4/+44
2023-05-05wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload()Zong-Zhe Yang1-4/+3
2023-05-05wifi: rtw89: add EVM for antenna diversityEric Huang2-1/+17
2023-05-05wifi: rtw89: add RSSI based antenna diversityEric Huang4-0/+214
2023-05-05wifi: rtw89: initialize antenna for antenna diversityEric Huang2-2/+88
2023-05-05wifi: rtw89: add EVM and SNR statistics to debugfsPing-Ke Shih4-5/+54
2023-05-05wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfsPing-Ke Shih2-6/+22
2023-05-05wifi: rtw89: set capability of TX antenna diversityPing-Ke Shih4-3/+25
2023-05-05wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 ...Ping-Ke Shih2-11/+20
2023-05-05net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()Florian Fainelli1-1/+0
2023-05-05pds_core: fix mutex double unlock in error pathShannon Nelson1-8/+13
2023-05-05net: fec: correct the counting of XDP sent framesShenwei Wang1-4/+9
2023-05-05bonding: add xdp_features supportLorenzo Bianconi2-0/+31
2023-05-05net: enetc: check the index of the SFI rather than the handleWei Fang1-1/+1
2023-05-05virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-05-05ice: block LAN in case of VF to VF offloadMichal Swiatkowski1-1/+2
2023-05-05net: dsa: mt7530: fix network connectivity with multiple CPU portsArınç ÜNAL1-3/+7
2023-05-05net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL1-2/+2
2023-05-05wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_*Zhang Shurong1-14/+41
2023-05-05wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_userZhang Shurong1-2/+2
2023-05-05wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary returnMartin Kaiser1-1/+0
2023-05-05wifi: rtl8xxxu: Support USB RX aggregation for the newer chipsBitterblue Smith1-41/+78