summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-27net: mdiobus: Fix memory leak in __mdiobus_registerYanfei Xu1-0/+1
2021-10-27can: peak_pci: peak_pci_remove(): fix UAFZheyu Ma1-5/+4
2021-10-27can: peak_usb: pcan_usb_fd_decode_status(): fix back to ERROR_ACTIVE state no...Stephane Grosjean1-3/+2
2021-10-27can: rcar_can: fix suspend/resumeYoshihiro Shimoda1-8/+12
2021-10-27r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum1-0/+4
2021-10-27ethernet: s2io: fix setting mac address during resumeArnd Bergmann1-1/+1
2021-10-27net: encx24j600: check error in devm_regmap_init_encx24j600Nanyong Sun3-5/+14
2021-10-27net: korina: select CRC32Vegard Nossum1-0/+1
2021-10-27net: arc: select CRC32Vegard Nossum1-0/+1
2021-10-17i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-10-17phy: mdio: fix memory leakPavel Skripkin1-0/+7
2021-10-09xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich1-1/+1
2021-10-06e100: fix buffer overrun in e100_get_regsJacob Keller1-6/+10
2021-10-06e100: fix length calculation in e100_get_regs_lenJacob Keller1-1/+5
2021-10-06net: 6pack: Fix tx timeout and slot timeGuenter Roeck1-2/+2
2021-10-06net: i825xx: Use absolute_pointer for memcpy from fixed memory locationGuenter Roeck1-1/+1
2021-10-06net/mlx4_en: Don't allow aRFS for encapsulated packetsAya Levin1-0/+3
2021-10-06net: hso: fix muxed tty registrationJohan Hovold1-7/+5
2021-09-22net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-09-22qlcnic: Remove redundant unlock in qlcnic_pinit_from_romDinghao Liu1-1/+0
2021-09-22ethtool: Fix an error code in cxgb2.cYang Li1-0/+1
2021-09-22r6040: Restore MDIO clock frequency after MAC resetFlorian Fainelli1-1/+8
2021-09-22ptp: dp83640: don't define PAGE0Randy Dunlap1-1/+1
2021-09-22bnx2x: Fix enabling network interfaces without VFsAdrian Bunk1-1/+1
2021-09-22ath9k: fix OOB read ar9300_eeprom_restore_internalZekun Shen1-1/+2
2021-09-22ath6kl: wmi: fix an error code in ath6kl_wmi_sync_point()Dan Carpenter1-1/+3
2021-09-22net: ll_temac: Remove left-over debug messageEsben Haabendal1-3/+1
2021-09-22ath9k: Postpone key cache entry deletion for TXQ frames reference itJouni Malinen2-1/+87
2021-09-22ath: Modify ath_key_delete() to not need full key entryJouni Malinen5-23/+22
2021-09-22ath: Export ath_hw_keysetmac()Jouni Malinen2-2/+3
2021-09-22ath9k: Clear key cache explicitly on disabling hardwareJouni Malinen1-0/+5
2021-09-22ath: Use safer key clearing with key cache entriesJouni Malinen1-1/+10
2021-09-22qede: Fix memset corruptionShai Malin1-1/+1
2021-09-03net: marvell: fix MVNETA_TX_IN_PRGRS bit numberMaxim Kiselev1-1/+1
2021-09-03e1000e: Fix the max snoop/no-snoop latency for 10MSasha Neftin2-1/+16
2021-09-03can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an...Stefan Mätje1-2/+2
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-15net: xilinx_emaclite: Do not print real IOMEM pointerYueHaibing1-3/+2
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: 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-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