index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-21
nvme-fc: avoid race between time out and tear down
James Smart
1
-0
/
+2
2021-09-21
nvme-fc: update hardware queues before using them
Daniel Wagner
1
-8
/
+8
2021-09-21
debugfs: debugfs_create_file_size(): use IS_ERR to check for error
Nirmoy Das
1
-1
/
+1
2021-09-21
MAINTAINERS: Move Daniel Drake to credits
Krzysztof Kozlowski
2
-2
/
+1
2021-09-21
netfilter: conntrack: serialize hash resizes and cleanups
Eric Dumazet
1
-33
/
+37
2021-09-21
netfilter: log: work around missing softdep backend module
Florian Westphal
3
-3
/
+34
2021-09-21
netfilter: iptable_raw: drop bogus net_init annotation
Florian Westphal
1
-1
/
+1
2021-09-21
netfilter: nf_nat_masquerade: defer conntrack walk to work queue
Florian Westphal
1
-26
/
+24
2021-09-21
netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic
Florian Westphal
1
-47
/
+75
2021-09-21
netfilter: nf_tables: Fix oversized kvmalloc() calls
Pablo Neira Ayuso
1
-1
/
+1
2021-09-21
netfilter: nf_tables: unlink table before deleting it
Florian Westphal
1
-10
/
+18
2021-09-21
selftests: netfilter: add zone stress test with colliding tuples
Florian Westphal
1
-0
/
+156
2021-09-21
selftests: netfilter: add selftest for directional zone support
Florian Westphal
1
-0
/
+309
2021-09-21
netfilter: nat: include zone id in nat table hash again
Florian Westphal
1
-5
/
+12
2021-09-21
netfilter: conntrack: include zone id in tuple hash again
Florian Westphal
1
-15
/
+52
2021-09-21
netfilter: conntrack: make max chain length random
Florian Westphal
1
-6
/
+11
2021-09-20
Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
17
-120
/
+294
2021-09-20
Merge tag '5.15-rc1-ksmbd' of git://git.samba.org/ksmbd
Linus Torvalds
4
-17
/
+81
2021-09-20
Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
48
-57
/
+67
2021-09-20
x86/fault: Fix wrong signal when vsyscall fails with pkey
Jiashuo Liang
3
-10
/
+20
2021-09-20
Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
2
-5
/
+10
2021-09-20
Merge tag 'regulator-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
2
-3
/
+1
2021-09-20
drm/nouveau/nvkm: Replace -ENOSYS with -ENODEV
Guenter Roeck
1
-1
/
+1
2021-09-20
sparc64: fix pci_iounmap() when CONFIG_PCI is not set
Linus Torvalds
1
-0
/
+2
2021-09-20
RDMA/irdma: Report correct WC error when there are MW bind errors
Sindhu Devale
3
-0
/
+8
2021-09-20
RDMA/irdma: Report correct WC error when transport retry counter is exceeded
Sindhu Devale
3
-0
/
+6
2021-09-20
RDMA/irdma: Validate number of CQ entries on create CQ
Sindhu Devale
1
-1
/
+1
2021-09-20
RDMA/irdma: Skip CQP ring during a reset
Sindhu Devale
6
-10
/
+8
2021-09-20
MAINTAINERS: Update Broadcom RDMA maintainers
Selvin Xavier
1
-1
/
+0
2021-09-20
fs/ntfs3: Fix a memory leak on object opts
Colin Ian King
1
-2
/
+2
2021-09-20
Doc/fs/ntfs3: Fix rst format and make it cleaner
Kari Argillander
1
-63
/
+76
2021-09-20
fs/ntfs3: Initiliaze sb blocksize only in one place + refactor
Kari Argillander
1
-10
/
+3
2021-09-20
fs/ntfs3: Initialize pointer before use place in fill_super
Kari Argillander
1
-4
/
+3
2021-09-20
fs/ntfs3: Remove tmp pointer upcase in fill_super
Kari Argillander
1
-7
/
+4
2021-09-20
fs/ntfs3: Remove tmp pointer bd_inode in fill_super
Kari Argillander
1
-2
/
+1
2021-09-20
fs/ntfs3: Remove tmp var is_ro in ntfs_fill_super
Kari Argillander
1
-5
/
+2
2021-09-20
fs/ntfs3: Use sb instead of sbi->sb in fill_super
Kari Argillander
1
-3
/
+3
2021-09-20
fs/ntfs3: Remove unnecessary variable loading in fill_super
Kari Argillander
1
-11
/
+1
2021-09-20
fs/ntfs3: Return straight without goto in fill_super
Kari Argillander
1
-40
/
+16
2021-09-20
fs/ntfs3: Remove impossible fault condition in fill_super
Kari Argillander
1
-6
/
+0
2021-09-20
fs/ntfs3: Change EINVAL to ENOMEM when d_make_root fails
Kari Argillander
1
-1
/
+1
2021-09-20
fs/ntfs3: Fix wrong error message $Logfile -> $UpCase
Kari Argillander
1
-1
/
+1
2021-09-20
swiotlb-xen: this is PV-only on x86
Jan Beulich
3
-13
/
+1
2021-09-20
xen/pci-swiotlb: reduce visibility of symbols
Jan Beulich
2
-7
/
+3
2021-09-20
PCI: only build xen-pcifront in PV-enabled environments
Jan Beulich
1
-1
/
+1
2021-09-20
swiotlb-xen: ensure to issue well-formed XENMEM_exchange requests
Jan Beulich
1
-3
/
+4
2021-09-20
Xen/gntdev: don't ignore kernel unmapping error
Jan Beulich
1
-0
/
+8
2021-09-20
xen/x86: drop redundant zeroing from cpu_initialize_context()
Jan Beulich
1
-4
/
+0
2021-09-20
Merge branch 'hns3-fixes'
David S. Miller
5
-49
/
+103
2021-09-20
net: hns3: fix a return value error in hclge_get_reset_status()
Yufeng Mo
1
-4
/
+11
[prev]
[next]