summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2023-01-07ppp: associate skb with a device at txStanislav Fomichev
2023-01-07igb: Do not free q_vector unless new one was allocatedKees Cook
2023-01-07wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang
2023-01-07hamradio: baycom_epp: Fix return type of baycom_send_packet()Nathan Chancellor
2023-01-07net: ethernet: ti: Fix return type of netcp_ndo_start_xmit()Nathan Chancellor
2023-01-07wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida
2023-01-07wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin
2023-01-07myri10ge: Fix an error handling path in myri10ge_probe()Christophe JAILLET
2023-01-07r6040: Fix kmemleak in probe and removeLi Zetao
2023-01-07stmmac: fix potential division by 0Piergiorgio Beruto
2023-01-07ntb_netdev: Use dev_kfree_skb_any() in interrupt contextEric Pilmore
2023-01-07net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07net: farsync: Fix kmemleak when rmmods farsyncLi Zetao
2023-01-07ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-07drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()Yuan Can
2023-01-07net: defxx: Fix missing err handling in dfx_init()Yongqiang Liu
2023-01-07wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen
2023-01-07wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith
2023-01-07bonding: uninitialized variable in bond_miimon_inspect()Dan Carpenter
2023-01-07wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng
2023-01-07wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin
2023-01-07wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin
2023-01-07net: loopback: use NET_NAME_PREDICTABLE for name_assign_typeRasmus Villemoes
2022-12-14net: mvneta: Fix an out of bounds checkDan Carpenter
2022-12-14net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()Yang Yingliang
2022-12-14xen/netback: fix build warningJuergen Gross
2022-12-14ethernet: aeroflex: fix potential skb leak in greth_init_rings()Zhang Changzhong
2022-12-14net: hisilicon: Fix potential use-after-free in hix5hd2_rx()Liu Jian
2022-12-14net: hisilicon: Fix potential use-after-free in hisi_femac_rx()Liu Jian
2022-12-14net: mvneta: Prevent out of bounds read in mvneta_config_rss()Dan Carpenter
2022-12-14net: encx24j600: Fix invalid logic in reading of MISTAT registerValentina Goncharenko
2022-12-14net: encx24j600: Add parentheses to fix precedenceValentina Goncharenko
2022-12-14igb: Allocate MSI-X vector when testingAkihiko Odaki
2022-12-14e1000e: Fix TX dispatch conditionAkihiko Odaki
2022-12-14ieee802154: cc2520: Fix error return code in cc2520_hw_init()Ziyang Xuan
2022-12-14xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross
2022-12-14xen/netback: do some code cleanupJuergen Gross
2022-12-14xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall
2022-12-08net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda
2022-12-08net: net_netdev: Fix error handling in ntb_netdev_init_module()Yuan Can
2022-12-08net: phy: fix null-ptr-deref while probe() failedYang Yingliang
2022-12-08qlcnic: fix sleep-in-atomic-context bugs caused by msleepDuoming Zhou
2022-12-08can: cc770: cc770_isa_probe(): add missing free_cc770dev()Zhang Changzhong
2022-12-08can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()Zhang Changzhong
2022-12-08net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing