summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-07-28net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clearDoug Berger
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme
2021-07-28liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET
2021-07-28fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET
2021-07-28igb: Fix use-after-free error during resetVinicius Costa Gomes
2021-07-28net: ti: fix UAF in tlan_remove_onePavel Skripkin
2021-07-28net: qcom/emac: fix UAF in emac_removePavel Skripkin
2021-07-28net: moxa: fix UAF in moxart_mac_probePavel Skripkin
2021-07-28net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli
2021-07-20virtio_net: Fix error handling in virtnet_restore()Xie Yongji
2021-07-20sfc: error code if SRIOV cannot be disabledÍñigo Huguet
2021-07-20sfc: avoid double pci_remove of VFsÍñigo Huguet
2021-07-20iwlwifi: mvm: don't change band on bound PHY contextsJohannes Berg
2021-07-20cw1200: add missing MODULE_DEVICE_TABLEZou Wei
2021-07-20wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson
2021-07-20wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELPTony Lindgren
2021-07-20fjes: check return value after calling platform_get_resource()Yang Yingliang
2021-07-20net: micrel: check return value after calling platform_get_resource()Yang Yingliang
2021-07-20net: bcmgenet: check return value after calling platform_get_resource()Yang Yingliang
2021-07-20virtio_net: Remove BUG() to avoid machine deadXianting Tian
2021-07-20e100: handle eeprom as little endianJesse Brandeburg
2021-07-20net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko
2021-07-20mwifiex: re-fix for unaligned accessesArnd Bergmann
2021-07-20Revert "ibmvnic: remove duplicate napi_schedule call in open function"Dany Madden
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu
2021-07-20net: bcmgenet: Fix attaching to PYH failed on RPi 4BJian-Hong Pan
2021-07-20vxlan: add missing rcu_read_lock() in neigh_reduce()Eric Dumazet
2021-07-20net: ethernet: ezchip: fix error handlingPavel Skripkin
2021-07-20net: ethernet: ezchip: fix UAF in nps_enet_removePavel Skripkin
2021-07-20net: ethernet: aeroflex: fix UAF in greth_of_removePavel Skripkin
2021-07-20ath10k: Fix an error code in ath10k_add_interface()Yang Li
2021-07-20brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET
2021-07-20wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap
2021-07-20ehea: fix error return code in ehea_restart_qps()Zhen Lei
2021-07-20net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko
2021-07-20rsi: Assign beacon rate settings to the correct rate_info descriptor fieldMarek Vasut
2021-07-20ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár
2021-07-20can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in ...Stephane Grosjean
2021-07-20net: can: ems_usb: fix use-after-free in ems_usb_disconnect()Pavel Skripkin
2021-06-30net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSYEsben Haabendal
2021-06-30net: qed: Fix memcpy() overflow of qed_dcbx_params()Kees Cook
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