summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-26net: qlcnic: add missed unlock in qlcnic_83xx_flash_read32Dinghao Liu1-1/+3
2021-08-26net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin1-0/+6
2021-08-26ppp: Fix generating ifname when empty IFLA_IFNAME is specifiedPali Rohár1-1/+1
2021-08-15net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing1-3/+2
2021-08-15ppp: Fix generating ppp unit id when ifname is not specifiedPali Rohár1-4/+15
2021-08-15net/qla3xxx: fix schedule while atomic in ql_wait_for_drvr_lock and ql_adapte...Letu Ren1-3/+3
2021-08-15net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin1-3/+3
2021-08-15net: fec: fix use-after-free in fec_drv_removePavel Skripkin1-1/+1
2021-08-15net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin1-3/+11
2021-08-15bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter1-1/+2
2021-08-15net: natsemi: Fix missing pci_disable_device() in probe and removeWang Hai1-6/+2
2021-08-08r8152: Fix potential PM refcount imbalanceTakashi Iwai1-1/+2
2021-08-04sis900: Fix missing pci_disable_device() in probe and removeWang Hai1-5/+2
2021-08-04tulip: windbond-840: Fix missing pci_disable_device() in probe and removeWang Hai1-5/+2
2021-08-04net/mlx5: Fix flow table chainingMaor Gottlieb1-4/+6
2021-08-04mlx4: Fix missing error code in mlx4_load_one()Jiapeng Chong1-0/+1
2021-08-04NIU: fix incorrect error return, missed in previous revertPaul Jakma1-1/+2
2021-08-04can: esd_usb2: fix memory leakPavel Skripkin1-1/+15
2021-08-04can: ems_usb: fix memory leakPavel Skripkin1-1/+13
2021-08-04can: usb_8dev: fix memory leakPavel Skripkin1-2/+13
2021-07-28net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clearDoug Berger2-20/+1
2021-07-28igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-28iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-07-28e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-07-28fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET1-0/+1
2021-07-28igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-07-28net: ti: fix UAF in tlan_remove_onePavel Skripkin1-2/+1
2021-07-28net: qcom/emac: fix UAF in emac_removePavel Skripkin1-1/+2
2021-07-28net: moxa: fix UAF in moxart_mac_probePavel Skripkin1-3/+1
2021-07-28net: bcmgenet: Ensure all TX/RX queues DMAs are disabledFlorian Fainelli1-0/+6
2021-07-20sfc: error code if SRIOV cannot be disabledÍñigo Huguet1-4/+11
2021-07-20sfc: avoid double pci_remove of VFsÍñigo Huguet1-9/+1
2021-07-20cw1200: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-20wl1251: Fix possible buffer overflow in wl1251_cmd_scanLee Gibson1-3/+6
2021-07-20wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELPTony Lindgren1-0/+7
2021-07-20fjes: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-20net: micrel: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-07-20e100: handle eeprom as little endianJesse Brandeburg1-6/+6
2021-07-20net: pch_gbe: Use proper accessors to BE data in pch_ptp_match()Andy Shevchenko1-13/+6
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-07-20vxlan: add missing rcu_read_lock() in neigh_reduce()Eric Dumazet1-0/+2
2021-07-20net: ethernet: ezchip: fix error handlingPavel Skripkin1-1/+1
2021-07-20net: ethernet: ezchip: fix UAF in nps_enet_removePavel Skripkin1-1/+1
2021-07-20net: ethernet: aeroflex: fix UAF in greth_of_removePavel Skripkin1-1/+2
2021-07-20ath10k: Fix an error code in ath10k_add_interface()Yang Li1-0/+1
2021-07-20brcmsmac: mac80211_if: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+7
2021-07-20wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap1-5/+3
2021-07-20ehea: fix error return code in ehea_restart_qps()Zhen Lei1-4/+5
2021-07-20net: pch_gbe: Propagate error from devm_gpio_request_one()Andy Shevchenko1-3/+7