summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-07-07Merge tag 'v4.4.274' into toradex_vf_4.4-nextMarcel Ziswiler
2021-06-30net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal
2021-06-30r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-30sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-30r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-30net: caif: fix memory leak in ldisc_openPavel Skripkin
2021-06-30net: fec_ptp: add clock rate zero checkFugang Duan
2021-06-30net: ethernet: fix potential use-after-free in ec_bhf_removePavel Skripkin
2021-06-30net: cdc_eem: fix tx fixup skb leakLinyu Yuan
2021-06-30net: hamradio: fix memory leak in mkiss_closePavel Skripkin
2021-06-30be2net: Fix an error handling path in 'be_probe()'Christophe JAILLET
2021-06-30net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu
2021-06-30net: cdc_ncm: switch to eth%d interface namingMaciej Żenczykowski
2021-06-30netxen_nic: Fix an error handling path in 'netxen_nic_probe()'Christophe JAILLET
2021-06-30qlcnic: Fix an error handling path in 'qlcnic_probe()'Christophe JAILLET
2021-06-30net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang
2021-06-30ethernet: myri10ge: Fix missing error code in myri10ge_probe()Jiapeng Chong
2021-06-16bnx2x: Fix missing error code in bnx2x_iov_init_one()Jiapeng Chong
2021-06-16net: appletalk: cops: Fix data race in cops_probe1Saubhik Mukherjee
2021-06-16net: macb: ensure the device is available before accessing GEMGXL control reg...Zong Li
2021-06-16net/qla3xxx: fix schedule while atomic in ql_sem_spinlockZheyu Ma
2021-06-16net: mdiobus: get rid of a BUG_ON()Dan Carpenter
2021-06-16bonding: init notify_work earlier to avoid uninitialized useJohannes Berg
2021-06-03net: bnx2: Fix error return code in bnx2_init_board()Zhen Lei
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/mlx4: Fix EEPROM dump supportVladyslav Tarasiuk
2021-06-03net: usb: fix memory leak in smsc75xx_bindPavel Skripkin
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-22cxgb4: Fix the -Wmisleading-indentation warningKaixu Xia
2021-05-22FDDI: defxx: Make MMIO the configuration default except for EISAMaciej W. Rozycki
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-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-22net: thunderx: Fix unintentional sign extension issueColin Ian King
2021-05-22mt7601u: fix always true expressionColin Ian King
2021-05-22net: lapbether: Prevent racing when checking whether the netif is runningXie He