summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-21nvme-fc: avoid race between time out and tear downJames Smart
2021-09-21nvme-fc: update hardware queues before using themDaniel Wagner
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das
2021-09-21MAINTAINERS: Move Daniel Drake to creditsKrzysztof Kozlowski
2021-09-21netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet
2021-09-21netfilter: log: work around missing softdep backend moduleFlorian Westphal
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal
2021-09-21netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal
2021-09-21netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal
2021-09-21netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso
2021-09-21netfilter: nf_tables: unlink table before deleting itFlorian Westphal
2021-09-21selftests: netfilter: add zone stress test with colliding tuplesFlorian Westphal
2021-09-21selftests: netfilter: add selftest for directional zone supportFlorian Westphal
2021-09-21netfilter: nat: include zone id in nat table hash againFlorian Westphal
2021-09-21netfilter: conntrack: include zone id in tuple hash againFlorian Westphal
2021-09-21netfilter: conntrack: make max chain length randomFlorian Westphal
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-20Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds
2021-09-20Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang
2021-09-20Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-09-20Merge tag 'regulator-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-09-20drm/nouveau/nvkm: Replace -ENOSYS with -ENODEVGuenter Roeck
2021-09-20sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds
2021-09-20RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale
2021-09-20RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale
2021-09-20RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale
2021-09-20RDMA/irdma: Skip CQP ring during a resetSindhu Devale
2021-09-20MAINTAINERS: Update Broadcom RDMA maintainersSelvin Xavier
2021-09-20fs/ntfs3: Fix a memory leak on object optsColin Ian King
2021-09-20Doc/fs/ntfs3: Fix rst format and make it cleanerKari Argillander
2021-09-20fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander
2021-09-20fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander
2021-09-20fs/ntfs3: Use sb instead of sbi->sb in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove unnecessary variable loading in fill_superKari Argillander
2021-09-20fs/ntfs3: Return straight without goto in fill_superKari Argillander
2021-09-20fs/ntfs3: Remove impossible fault condition in fill_superKari Argillander
2021-09-20fs/ntfs3: Change EINVAL to ENOMEM when d_make_root failsKari Argillander
2021-09-20fs/ntfs3: Fix wrong error message $Logfile -> $UpCaseKari Argillander
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich
2021-09-20PCI: only build xen-pcifront in PV-enabled environmentsJan Beulich
2021-09-20swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich
2021-09-20Xen/gntdev: don't ignore kernel unmapping errorJan Beulich
2021-09-20xen/x86: drop redundant zeroing from cpu_initialize_context()Jan Beulich
2021-09-20Merge branch 'hns3-fixes'David S. Miller
2021-09-20net: hns3: fix a return value error in hclge_get_reset_status()Yufeng Mo