summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-28be2net: Extend xmit workaround to BE3 chipRoss Lagerwall1-2/+2
2023-06-28net: qca_spi: Avoid high load if QCA7000 is not availableStefan Wahren1-2/+1
2023-06-21net: lapbether: only support ethernet devicesEric Dumazet1-0/+3
2023-06-21igb: fix nvm.ops.read() error handlingAleksandr Loktionov1-0/+3
2023-06-21net: usb: qmi_wwan: add support for Compal RXM-G1Wes Huang1-0/+2
2023-06-14bnxt_en: Query default VLAN before VNIC setup on a VFSomnath Kotur1-0/+3
2023-06-14i40e: fix build warnings in i40e_alloc.hGreg Kroah-Hartman1-11/+6
2023-06-09wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih1-5/+4
2023-06-09net: cdc_ncm: Deal with too low values of dwNtbOutMaxSizeTudor Ambarus1-9/+15
2023-06-09cdc_ncm: Fix the build warningAlexander Bersenev1-1/+1
2023-06-09cdc_ncm: Implement the 32-bit version of NCM Transfer BlockAlexander Bersenev2-91/+328
2023-06-09wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski1-4/+1
2023-06-09eth: sun: cassini: remove dead codeMartin Liška1-2/+2
2023-06-09net: usb: qmi_wwan: Set DTR quirk for BroadMobi BM818Sebastian Krzyszkowiak1-1/+1
2023-06-09wifi: b43: fix incorrect __packed annotationArnd Bergmann2-2/+2
2023-06-09wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2-1/+4
2023-06-09net: dsa: mv88e6xxx: Increase wait after reset deactivationAndreas Svensson1-1/+1
2023-05-303c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET1-1/+10
2023-05-30forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET1-0/+1
2023-05-30igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-05-30cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET1-0/+2
2023-05-30net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König1-3/+10
2023-05-30wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtraceHans de Goede1-1/+4
2023-05-30net: pasemi: Fix return type of pasemi_mac_start_tx()Nathan Chancellor1-1/+1
2023-05-30wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin1-6/+7
2023-05-30ipvlan:Fix out-of-bounds caused by unclear skb->cbt.feng1-0/+6
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: 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: 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-1/+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-05ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli1-2/+1
2023-04-05xen/netback: don't do grant copy across page boundaryJuergen Gross2-3/+24
2023-04-05i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-04-05igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0