summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-14sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-14i2c: owl: Clear NACK and BUS error bitsCristian Ciocaltea1-0/+6
2020-10-14i2c: meson: fixup rate calculation with filter delayNicolas Belin1-11/+12
2020-10-14i2c: meson: keep peripheral clock enabledJerome Brunet1-7/+3
2020-10-14i2c: meson: fix clock setting overwriteJerome Brunet1-1/+18
2020-10-14cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-14espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca1-1/+5
2020-10-14xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca1-1/+1
2020-10-14nvme-tcp: check page by sendpage_ok() before calling kernel_sendpage()Coly Li1-4/+3
2020-10-14tcp: use sendpage_ok() to detect misused .sendpageColy Li1-1/+2
2020-10-14net: introduce helper sendpage_ok() in include/linux/net.hColy Li1-0/+16
2020-10-14mm/khugepaged: fix filemap page_to_pgoff(page) != offsetHugh Dickins1-0/+12
2020-10-14gpiolib: Disable compat ->read() code in UML caseAndy Shevchenko1-1/+1
2020-10-14RISC-V: Make sure memblock reserves the memory containing DTAtish Patra1-0/+1
2020-10-14macsec: avoid use-after-free in macsec_handle_frame()Eric Dumazet1-1/+3
2020-10-14nvme-core: put ctrl ref when module ref get failChaitanya Kulkarni1-1/+3
2020-10-14platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuseAaron Ma1-1/+3
2020-10-14platform/x86: intel-vbtn: Switch to an allow-list for SW_TABLET_MODE reportingHans de Goede1-9/+43
2020-10-14r8169: consider that PHY reset may still be in progress after applying firmwareHeiner Kallweit1-0/+7
2020-10-14bpf: Prevent .BTF section eliminationTony Ambardar1-1/+1
2020-10-14bpf: Fix sysfs export of empty BTF sectionTony Ambardar1-3/+3
2020-10-14platform/x86: asus-wmi: Fix SW_TABLET_MODE always reporting 1 on many differe...Hans de Goede3-7/+42
2020-10-14platform/x86: thinkpad_acpi: initialize tp_nvram_state variableTom Rix1-1/+1
2020-10-14platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on the HP Pav...Hans de Goede1-4/+8
2020-10-14Platform: OLPC: Fix memleak in olpc_ec_probeDinghao Liu1-1/+3
2020-10-14splice: teach splice pipe reading about empty pipe buffersLinus Torvalds1-0/+20
2020-10-14usermodehelper: reset umask to default before executing user processLinus Torvalds1-0/+9
2020-10-14vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz1-2/+1
2020-10-14vhost: Don't call access_ok() when using IOTLBGreg Kurz1-4/+5
2020-10-14block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()Peilin Ye1-0/+1
2020-10-14partitions/ibm: fix non-DASD devicesChristoph Hellwig1-4/+3
2020-10-14drm/nouveau/mem: guard against NULL pointer access in mem_delKarol Herbst1-0/+2
2020-10-14drm/nouveau/device: return error for unknown chipsetsKarol Herbst1-0/+1
2020-10-14net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-14exfat: fix use of uninitialized spinlock on error pathNamjae Jeon4-15/+6
2020-10-14crypto: arm64: Use x16 with indirect branch to bti_cJeremy Linton1-2/+2
2020-10-14bpf: Fix scalar32_min_max_or bounds trackingDaniel Borkmann1-4/+4
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven1-55/+55
2020-10-14fbcon: Fix global-out-of-bounds read in fbcon_get_font()Peilin Ye1-0/+12
2020-10-14Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye13-54/+56
2020-10-14fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.hPeilin Ye5-13/+11
2020-10-07Linux 5.8.14v5.8.14Greg Kroah-Hartman1-1/+1
2020-10-07ep_create_wakeup_source(): dentry name can change under you...Al Viro1-3/+4
2020-10-07epoll: EPOLL_CTL_ADD: close the race in decision to take fast pathAl Viro1-0/+1
2020-10-07epoll: replace ->visited/visited_list with generation countAl Viro1-19/+8
2020-10-07epoll: do not insert into poll queues until all sanity checks are doneAl Viro1-19/+18
2020-10-07scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal3-58/+52
2020-10-07scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal5-28/+89