summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-29net: hdlc_raw_eth: Clear the IFF_TX_SKB_SHARING flag after calling ether_setupXie He1-0/+1
2020-10-29net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He1-1/+9
2020-10-29r8169: fix data corruption issue on RTL8402Heiner Kallweit1-56/+60
2020-10-29ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-10-17spi: unbinding slave before calling spi_destroy_queueyangerkun1-2/+2
2020-10-17USB: serial: ftdi_sio: add support for FreeCalypso JTAG+UART adaptersMychaela N. Falconia2-0/+12
2020-10-17USB: serial: pl2303: add device-id for HP GC deviceScott Chen2-0/+2
2020-10-17staging: comedi: check validity of wMaxPacketSize of usb endpoints foundAnant Thazhemadam1-0/+3
2020-10-17USB: serial: option: Add Telit FT980-KS compositionLeonid Bloch1-0/+2
2020-10-17USB: serial: option: add Cellient MPL200 cardWilken Gottwalt1-0/+3
2020-10-17media: usbtv: Fix refcounting mixupOliver Neukum1-1/+2
2020-10-14net: usb: rtl8150: set random MAC address when set_ethernet_addr() failsAnant Thazhemadam1-4/+12
2020-10-14bonding: set dev->needed_headroom in bond_setup_by_slave()Eric Dumazet1-0/+1
2020-10-14net: stmmac: removed enabling eee in EEE set callbackVoon Weifeng1-11/+4
2020-10-14mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger1-7/+15
2020-10-14net: team: fix memory leak in __team_options_registerAnant Thazhemadam1-1/+1
2020-10-14team: set dev->needed_headroom in team_setup_by_port()Eric Dumazet1-0/+1
2020-10-14driver core: Fix probe_count imbalance in really_probe()Tetsuo Handa1-2/+3
2020-10-14platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma1-1/+3
2020-10-14platform/x86: thinkpad_acpi: initialize tp_nvram_state variableTom Rix1-1/+1
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven1-55/+55
2020-10-14fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye4-13/+3
2020-10-14i2c: cpm: Fix i2c_ram structureNicolas VINCENT1-0/+3
2020-10-14iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()Yu Kuai1-2/+6
2020-10-14clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSEDMarek Szyprowski1-2/+2
2020-10-14drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He3-0/+5
2020-10-14drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He1-2/+2
2020-10-14rndis_host: increase sleep time in the query-response loopOlympia Giannou1-1/+1
2020-10-14net: dec: de2104x: Increase receive ring size for TulipLucy Yan1-1/+1
2020-10-14drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_configJean Delvare1-1/+1
2020-10-14Input: i8042 - add nopnp quirk for Acer Aspire 5 A515Jiri Kosina1-0/+7
2020-10-14gpio: tc35894: fix up tc35894 interrupt configurationdillon min1-1/+1
2020-10-01ata: sata_mv, avoid trigerrable BUG_ONJiri Slaby1-5/+3
2020-10-01ata: make qc_prep return ata_completion_errorsJiri Slaby17-52/+94
2020-10-01tty: vt, consw->con_scrolldelta cleanupJiri Slaby1-1/+1
2020-10-01atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng1-1/+1
2020-10-01mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz2-3/+3
2020-10-01vfio/pci: fix racy on error and request eventfd ctxZeng Tao1-0/+5
2020-10-01vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson1-2/+6
2020-10-01mtd: parser: cmdline: Support MTD names containing one or more colonsBoris Brezillon1-3/+20
2020-10-01mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-10-01vfio/pci: fix memory leaks of eventfd ctxQian Cai1-0/+4
2020-10-01e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-10-01USB: EHCI: ehci-mv: fix less than zero comparison of an unsigned intColin Ian King1-4/+3
2020-10-01tty: serial: samsung: Correct clock selection logicJonathan Bakker1-4/+4
2020-10-01USB: EHCI: ehci-mv: fix error handling in mv_ehci_probe()Tang Bin1-3/+2
2020-10-01phy: samsung: s5pv210-usb2: Add delay after resetJonathan Bakker1-0/+4
2020-10-01drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik1-7/+10