summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-17virtio_net: suppress cpu stall when free_unused_bufsWenliang Wang1-0/+2
2023-05-17virtio_net: split free_unused_bufs()Xuan Zhuo1-16/+25
2023-05-17net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621Arınç ÜNAL1-2/+2
2023-05-17ionic: remove noise from ethtool rxnfc error msgShannon Nelson1-1/+1
2023-05-17net: dsa: mv88e6xxx: add mv88e6321 rsvd2cpuAngelo Dureghello1-0/+1
2023-05-17wifi: rtl8xxxu: RTL8192EU always needs full initBitterblue Smith1-0/+1
2023-05-17net: amd: Fix link leak when verifying config failedGencen Gan1-1/+1
2023-05-17ixgbe: Enable setting RSS table to default valuesJoe Damato1-9/+10
2023-05-17ixgbe: Allow flow hash to be set via ethtoolJoe Damato1-2/+2
2023-05-17wifi: iwlwifi: mvm: check firmware response sizeJohannes Berg1-0/+10
2023-05-17wifi: iwlwifi: make the loop for card preparation effectiveEmmanuel Grumbach1-1/+2
2023-05-17wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()Wei Chen1-3/+3
2023-05-17wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()Wei Chen1-3/+3
2023-05-17rtlwifi: Replace RT_TRACE with rtl_dbgLarry Finger9-489/+488
2023-05-17rtlwifi: Start changing RT_TRACE into rtl_dbgLarry Finger1-0/+11
2023-05-17wifi: rtw88: mac: Return the original error from rtw_mac_power_switch()Martin Blumenstingl1-2/+4
2023-05-17wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser()Martin Blumenstingl1-1/+1
2023-05-17wifi: ath6kl: reduce WARN to dev_dbg() in callbackFedor Pchelkin1-2/+2
2023-05-17wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()Dan Carpenter1-1/+1
2023-05-17wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin1-0/+19
2023-05-17wifi: ath6kl: minor fix for allocation sizeAlexey V. Vissarionov1-1/+1
2023-05-17wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang1-0/+5
2023-04-26xen/netback: use same error messages for same errorsJuergen Gross1-4/+2
2023-04-26net: dsa: b53: mmap: add phy opsÁlvaro Fernández Rojas1-0/+14
2023-04-26e1000e: Disable TSO on i219-LM card to increase speedSebastian Basierski1-25/+26
2023-04-26mlxfw: fix null-ptr-deref in mlxfw_mfa2_tlv_next()Nikita Zhandarovich1-0/+2
2023-04-26i40e: fix i40e_setup_misc_vector() error handlingAleksandr Loktionov1-1/+4
2023-04-26i40e: fix accessing vsi->active_filters without holding lockAleksandr Loktionov1-2/+2
2023-04-26virtio_net: bugfix overflow inside xdp_linearize_page()Xuan Zhuo1-2/+6
2023-04-20net: macb: fix a memory corruption in extended buffer descriptor modeRoman Gushchin1-0/+4
2023-04-20qlcnic: check pci_reset_function resultDenis Plotnikov1-1/+7
2023-04-20niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli1-1/+1
2023-04-20treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook1-2/+2
2023-04-20Revert "treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()"Tom Saeger1-2/+2
2023-04-05xen/netback: don't do grant copy across page boundaryJuergen Gross2-3/+24
2023-04-05net: mvneta: make tx buffer array agnosticLorenzo Bianconi1-23/+43
2023-04-05net: dsa: mv88e6xxx: Enable IGMP snooping on user ports onlySteffen Bätz1-2/+7
2023-04-05bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-04-05i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-04-05net/net_failover: fix txq exceeding warningFaicker Mo1-6/+2
2023-04-05ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli1-2/+1
2023-04-05tun: avoid double free in tun_free_netdevGeorge Kennedy1-50/+59
2023-04-05igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-04-05net: usb: qmi_wwan: add Telit 0x1080 compositionEnrico Sau1-0/+1
2023-04-05net: usb: cdc_mbim: avoid altsetting toggling for Telit FE990Enrico Sau1-0/+5
2023-04-05ca8210: fix mac_len negative array accessAlexander Aring1-0/+2
2023-04-05net: mdio: thunder: Add missing fwnode_handle_put()Liang He1-0/+1
2023-04-05net/sonic: use dma_mapping_error() for error checkZhang Changzhong1-2/+2
2023-04-05net/mlx5: Read the TC mapping of all priorities on ETS queryMaher Sanalla1-2/+4
2023-04-05net/ps3_gelic_net: Use dma_mapping_errorGeoff Levand1-11/+13