summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-06-10bnxt_en: Remove the setting of dev_port.Michael Chan
2021-06-10ixgbevf: add correct exception tracing for XDPMagnus Karlsson
2021-06-10net: usb: cdc_ncm: don't spew notificationsGrant Grundler
2021-06-03net: hns3: check the return of skb_checksum_help()Yunsheng Lin
2021-06-03drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2021-06-03ixgbe: fix large MTU request from VFJesse Brandeburg
2021-06-03net: bnx2: Fix error return code in bnx2_init_board()Zhen Lei
2021-06-03net: mdio: octeon: Fix some double free issuesChristophe JAILLET
2021-06-03net: mdio: thunder: Fix a double free issue in the .remove functionChristophe JAILLET
2021-06-03net: fec: fix the potential memory leak in fec_enet_init()Fugang Duan
2021-06-03net: netcp: Fix an error messageChristophe JAILLET
2021-06-03libertas: register sysfs groups properlyGreg Kroah-Hartman
2021-06-03net: caif: remove BUG_ON(dev == NULL) in caif_xmitDu Cheng
2021-06-03net: fujitsu: fix potential null-ptr-derefAnirudh Rayabharam
2021-06-03net: dsa: mt7530: fix VLAN traffic leaksDENG Qingfang
2021-06-03net/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk
2021-06-03net: usb: fix memory leak in smsc75xx_bindPavel Skripkin
2021-06-03ath10k: Validate first subframe of A-MSDU before processing the listSriram R
2021-06-03net: hso: fix control-request directionsJohan Hovold
2021-05-26qlcnic: Add null check after calling netdev_alloc_skbTom Seewald
2021-05-26net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman
2021-05-26net: stmicro: handle clk_prepare() failure during initAnirudh Rayabharam
2021-05-26ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng
2021-05-26Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman
2021-05-26Revert "qlcnic: Avoid potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-26Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-26Revert "net: stmicro: fix a missing check of clk_prepare"Greg Kroah-Hartman
2021-05-22net: stmmac: Do not enable RX FIFO overflow interruptsYannick Vignon
2021-05-22cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia
2021-05-22FDDI: defxx: Make MMIO the configuration default except for EISAMaciej W. Rozycki
2021-05-22i40e: Fix use-after-free in i40e_client_subtask()Yunjian Wang
2021-05-22ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong
2021-05-22net: hns3: disable phy loopback setting in hclge_mac_start_phyYufeng Mo
2021-05-22net: ethernet: mtk_eth_soc: fix RX VLAN offloadFelix Fietkau
2021-05-22wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_joinGustavo A. R. Silva
2021-05-22wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pktGustavo A. R. Silva
2021-05-22net: stmmac: Set FIFO sizes for ipq806xJonathan McDowell
2021-05-22net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong
2021-05-22net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skbPhillip Potter
2021-05-22bnxt_en: fix ternary sign extension bug in bnxt_show_temp()Dan Carpenter
2021-05-22ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan
2021-05-22ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen
2021-05-22net: davinci_emac: Fix incorrect masking of tx and rx error channelColin Ian King
2021-05-22mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong
2021-05-22rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih
2021-05-22net: thunderx: Fix unintentional sign extension issueColin Ian King
2021-05-22mt7601u: fix always true expressionColin Ian King
2021-05-22liquidio: Fix unintented sign extension of a left shift of a u16Colin Ian King
2021-05-22net: hns3: Limiting the scope of vector_ring_chain variableSalil Mehta
2021-05-22net: lapbether: Prevent racing when checking whether the netif is runningXie He