aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/watchdog (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-30netfilter: nf_tables: missing validation from the abort pathPablo Neira Ayuso3-10/+36
2020-10-30netfilter: use actual socket sk rather than skb sk when routing harderJason A. Donenfeld12-24/+26
2020-10-30wireguard: selftests: check that route_me_harder packets use the right skJason A. Donenfeld2-0/+10
2020-10-30netfilter: nftables: fix netlink report logic in flowtable and genidPablo Neira Ayuso1-2/+2
2020-10-29r8169: fix issue with forced threading in combination with shared interruptsHeiner Kallweit1-2/+2
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-29ibmvnic: fix ibmvnic_set_macLijun Pan1-2/+6
2020-10-29mptcp: add missing memory scheduling in the rx pathPaolo Abeni1-0/+10
2020-10-29include: jhash/signal: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+4
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen1-3/+2
2020-10-29gtp: fix an use-before-init in gtp_newlink()Masahiro Fujiwara1-8/+8
2020-10-29afs: Fix dirty-region encoding on ppc32 with 64K pagesDavid Howells2-9/+20
2020-10-29afs: Fix afs_invalidatepage to adjust the dirty regionDavid Howells4-14/+79
2020-10-29afs: Alter dirty range encoding in page->privateDavid Howells2-4/+4
2020-10-29afs: Wrap page->private manipulations in inline functionsDavid Howells3-34/+44
2020-10-29afs: Fix where page->private is set during writeDavid Howells1-15/+26
2020-10-29afs: Fix page leak on afs_write_begin() failureDavid Howells1-12/+11
2020-10-29afs: Fix to take ref on page when PG_private is setDavid Howells4-26/+18
2020-10-28ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...Theodore Ts'o1-0/+2
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg5-93/+17
2020-10-28ext4: do not use extent after put_bhyangerkun1-15/+15
2020-10-28ext4: use IS_ERR() for error checking of pathHarshad Shirwadkar1-2/+4
2020-10-28ext4: fix mmap write protection for data=journal modeJan Kara1-2/+3
2020-10-28jbd2: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar3-15/+15
2020-10-28ext4: make num of fast commit blocks configurableHarshad Shirwadkar2-2/+15
2020-10-28ext4: properly check for dirty state in ext4_inode_datasync_dirty()Andrea Righi1-4/+6
2020-10-28ext4: fix double locking in ext4_fc_commit_dentry_updates()Harshad Shirwadkar1-1/+0
2020-10-28RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad1-0/+1
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe6-29/+48
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-10-27ibmveth: Fix use of ibmveth in a bridge.Thomas Bogendoerfer1-6/+0
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-10-27ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-10-27devlink: Unlock on error in dumpit()Dan Carpenter1-2/+4
2020-10-27devlink: Fix some error codesDan Carpenter1-9/+15
2020-10-27chelsio/chtls: fix memory leaks in CPL handlersVinay Kumar Yadav1-15/+12
2020-10-27chelsio/chtls: fix deadlock issueVinay Kumar Yadav1-2/+0
2020-10-27afs: Fix afs_launder_page to not clear PG_writebackDavid Howells2-4/+7
2020-10-27afs: Fix a use after free in afs_xattr_get_acl()Dan Carpenter1-1/+1
2020-10-27afs: Fix tracing deref-before-checkDavid Howells1-1/+2
2020-10-27afs: Fix copy_file_range()David Howells1-0/+1
2020-10-27mm/process_vm_access: Add missing #include <linux/compat.h>Geert Uytterhoeven1-0/+1
2020-10-27arm/build: Always handle .ARM.exidx and .ARM.extab sectionsNathan Chancellor1-0/+4
2020-10-27vmlinux.lds.h: Keep .ctors.* with .ctorsKees Cook1-0/+1
2020-10-27Fix compat regression in process_vm_rw()Jens Axboe1-1/+2
2020-10-27tracing, synthetic events: Replace buggy strcat() with seq_buf operationsSteven Rostedt (VMware)1-14/+22
2020-10-26net: hns3: Clear the CMDQ registers before unmapping BAR regionZenghui Yu1-1/+1
2020-10-26bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.Vasundhara Volam1-1/+2
2020-10-26bnxt_en: Check abort error state in bnxt_open_nic().Michael Chan1-1/+4