summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-05-22net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon2-18/+3
2021-05-22cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia1-1/+1
2021-05-22FDDI: defxx: Make MMIO the configuration default except for EISAMaciej W. Rozycki1-6/+9
2021-05-22i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang1-0/+1
2021-05-22ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong1-2/+5
2021-05-22net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo1-0/+2
2021-05-22net: ethernet: mtk_eth_soc: fix RX VLAN offloadFelix Fietkau2-1/+2
2021-05-22wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_joinGustavo A. R. Silva2-41/+38
2021-05-22wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pktGustavo A. R. Silva2-8/+14
2021-05-22net: stmmac: Set FIFO sizes for ipq806xJonathan McDowell1-0/+2
2021-05-22net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong1-1/+3
2021-05-22net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter1-2/+2
2021-05-22bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter1-1/+3
2021-05-22ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan1-0/+3
2021-05-22ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2-2/+2
2021-05-22net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King1-2/+2
2021-05-22mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong1-0/+1
2021-05-22rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih1-130/+370
2021-05-22net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-05-22mt7601u: fix always true expressionColin Ian King1-1/+1
2021-05-22liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King1-1/+1
2021-05-22net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta1-1/+2
2021-05-22net: lapbether: Prevent racing when checking whether the netif is runningXie He1-7/+25
2021-05-22ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()Dan Carpenter1-2/+4
2021-05-22FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSRMaciej W. Rozycki1-17/+30
2021-05-22rsi: Use resume_noirq for SDIOMarek Vasut1-1/+1
2021-05-22mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel1-15/+15
2021-05-22staging: wimax/i2400m: fix byte-order issuekarthik alapati1-1/+1
2021-05-07iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina1-3/+4
2021-05-07iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()Jiri Kosina1-3/+4
2021-05-07net: usb: ax88179_178a: initialize local variables before usePhillip Potter1-2/+2
2021-04-28net: hso: fix NULL-deref on disconnect regressionJohan Hovold1-1/+1
2021-04-28cavium/liquidio: Fix duplicate argumentWan Jiabing1-1/+1
2021-04-28xen-netback: Check for hotplug-status existence before watchingMichael Brown1-4/+8
2021-04-28net: geneve: check skb is large enough for IPv4/IPv6 headerPhillip Potter1-0/+6
2021-04-28net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár2-20/+38
2021-04-28ibmvnic: remove duplicate napi_schedule call in open functionLijun Pan1-5/+0
2021-04-28ibmvnic: remove duplicate napi_schedule call in do_reset functionLijun Pan1-5/+1
2021-04-28ibmvnic: avoid calling napi_disable() twiceLijun Pan1-2/+1
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2021-04-28net: davicom: Fix regulator not turned off on failed probeChristophe JAILLET1-2/+4
2021-04-28pcnet32: Use pci_resource_len to validate PCI resourceGuenter Roeck1-2/+3
2021-04-16net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+8
2021-04-14drivers: net: fix memory leak in peak_usb_create_devPavel Skripkin1-1/+5
2021-04-14drivers: net: fix memory leak in atusb_probePavel Skripkin1-0/+1
2021-04-14net: tun: set tun->dev->addr_len during TUNSETLINK processingPhillip Potter1-0/+48
2021-04-14cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2-5/+21
2021-04-14gianfar: Handle error code at MAC address changeClaudiu Manoil1-1/+5
2021-04-14amd-xgbe: Update DMA coherency valuesShyam Sundar S K1-3/+3
2021-04-14i40e: Fix kernel oops when i40e driver removes VF'sEryk Rybak2-0/+10