aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-21nvme-fc: avoid race between time out and tear downJames Smart1-0/+2
2021-09-21nvme-fc: update hardware queues before using themDaniel Wagner1-8/+8
2021-09-21debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-09-21MAINTAINERS: Move Daniel Drake to creditsKrzysztof Kozlowski2-2/+1
2021-09-21netfilter: conntrack: serialize hash resizes and cleanupsEric Dumazet1-33/+37
2021-09-21netfilter: log: work around missing softdep backend moduleFlorian Westphal3-3/+34
2021-09-21netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal1-1/+1
2021-09-21netfilter: nf_nat_masquerade: defer conntrack walk to work queueFlorian Westphal1-26/+24
2021-09-21netfilter: nf_nat_masquerade: make async masq_inet6_event handling genericFlorian Westphal1-47/+75
2021-09-21netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso1-1/+1
2021-09-21netfilter: nf_tables: unlink table before deleting itFlorian Westphal1-10/+18
2021-09-21selftests: netfilter: add zone stress test with colliding tuplesFlorian Westphal1-0/+156
2021-09-21selftests: netfilter: add selftest for directional zone supportFlorian Westphal1-0/+309
2021-09-21netfilter: nat: include zone id in nat table hash againFlorian Westphal1-5/+12
2021-09-21netfilter: conntrack: include zone id in tuple hash againFlorian Westphal1-15/+52
2021-09-21netfilter: conntrack: make max chain length randomFlorian Westphal1-6/+11
2021-09-20Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds17-120/+294
2021-09-20Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds4-17/+81
2021-09-20Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds48-57/+67
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang3-10/+20
2021-09-20Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds2-5/+10
2021-09-20Merge tag 'regulator-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds2-3/+1
2021-09-20drm/nouveau/nvkm: Replace -ENOSYS with -ENODEVGuenter Roeck1-1/+1
2021-09-20sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds1-0/+2
2021-09-20RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale3-0/+8
2021-09-20RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale3-0/+6
2021-09-20RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale1-1/+1
2021-09-20RDMA/irdma: Skip CQP ring during a resetSindhu Devale6-10/+8
2021-09-20MAINTAINERS: Update Broadcom RDMA maintainersSelvin Xavier1-1/+0
2021-09-20fs/ntfs3: Fix a memory leak on object optsColin Ian King1-2/+2
2021-09-20Doc/fs/ntfs3: Fix rst format and make it cleanerKari Argillander1-63/+76
2021-09-20fs/ntfs3: Initiliaze sb blocksize only in one place + refactorKari Argillander1-10/+3
2021-09-20fs/ntfs3: Initialize pointer before use place in fill_superKari Argillander1-4/+3
2021-09-20fs/ntfs3: Remove tmp pointer upcase in fill_superKari Argillander1-7/+4
2021-09-20fs/ntfs3: Remove tmp pointer bd_inode in fill_superKari Argillander1-2/+1
2021-09-20fs/ntfs3: Remove tmp var is_ro in ntfs_fill_superKari Argillander1-5/+2
2021-09-20fs/ntfs3: Use sb instead of sbi->sb in fill_superKari Argillander1-3/+3
2021-09-20fs/ntfs3: Remove unnecessary variable loading in fill_superKari Argillander1-11/+1
2021-09-20fs/ntfs3: Return straight without goto in fill_superKari Argillander1-40/+16
2021-09-20fs/ntfs3: Remove impossible fault condition in fill_superKari Argillander1-6/+0
2021-09-20fs/ntfs3: Change EINVAL to ENOMEM when d_make_root failsKari Argillander1-1/+1
2021-09-20fs/ntfs3: Fix wrong error message $Logfile -> $UpCaseKari Argillander1-1/+1
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich3-13/+1
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich2-7/+3
2021-09-20PCI: only build xen-pcifront in PV-enabled environmentsJan Beulich1-1/+1
2021-09-20swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich1-3/+4
2021-09-20Xen/gntdev: don't ignore kernel unmapping errorJan Beulich1-0/+8
2021-09-20xen/x86: drop redundant zeroing from cpu_initialize_context()Jan Beulich1-4/+0
2021-09-20Merge branch 'hns3-fixes'David S. Miller5-49/+103
2021-09-20net: hns3: fix a return value error in hclge_get_reset_status()Yufeng Mo1-4/+11