index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-01
string: use __builtin_memcpy() in strlcpy/strlcat
Alexander Potapenko
1
-2
/
+2
2023-06-01
staging: most: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-06-01
drm/i2c: tda998x: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-01
drm/sun4i: hdmi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-01
drm/mediatek: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-06-01
drm/rockchip: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2
-2
/
+2
2023-06-01
drm/display/dp_mst: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
3
-3
/
+3
2023-05-30
ubsan: add prototypes for internal functions
Arnd Bergmann
2
-3
/
+11
2023-05-30
checkpatch: Check for strcpy and strncpy too
Kees Cook
1
-1
/
+13
2023-05-30
ftrace: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-9
/
+9
2023-05-30
Compiler Attributes: Add __counted_by macro
Kees Cook
1
-0
/
+13
2023-05-30
autofs: use flexible array in ioctl structure
Arnd Bergmann
3
-3
/
+3
2023-05-30
lkdtm/bugs: Switch from 1-element array to flexible array
Kees Cook
1
-2
/
+2
2023-05-30
befs: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2
-2
/
+2
2023-05-30
md/raid5: Convert stripe_head's "dev" to flexible array member
Kees Cook
2
-3
/
+3
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
10
-25
/
+40
2023-05-26
drm/amd/pm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
drm/radeon: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
3
-5
/
+5
2023-05-26
tracing: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
5
-10
/
+10
2023-05-26
scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: aacraid: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: bnx2i: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: qedi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-26
scsi: ibmvscsi: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-3
/
+3
2023-05-22
vboxsf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-1
/
+1
2023-05-22
NFS: Prefer strscpy over strlcpy calls
Azeem Shaikh
1
-1
/
+1
2023-05-22
dlm: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-22
kbuild: Enable -fstrict-flex-arrays=3
Kees Cook
1
-0
/
+6
2023-05-17
ubsan: remove cc-option test for UBSAN_TRAP
Nick Desaulniers
1
-1
/
+0
2023-05-16
fortify: strcat: Move definition to use fortified strlcat()
Kees Cook
1
-27
/
+26
2023-05-16
fortify: Add protection for strlcat()
Kees Cook
1
-0
/
+64
2023-05-16
fortify: Use const variables for __member_size tracking
Kees Cook
1
-21
/
+21
2023-05-16
string: Add Kunit tests for strcat() family
Kees Cook
4
-0
/
+111
2023-05-16
fortify: Allow KUnit test to build without FORTIFY
Kees Cook
2
-1
/
+15
2023-05-16
kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
Kees Cook
2
-0
/
+5
2023-05-16
fortify: strscpy: Fix flipped q and p docstring typo
Arne Welzel
1
-2
/
+2
2023-05-16
ubsan: Tighten UBSAN_BOUNDS on GCC
Kees Cook
2
-26
/
+32
2023-05-14
Linux 6.4-rc2
Linus Torvalds
1
-1
/
+1
2023-05-14
parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flag
Helge Deller
1
-4
/
+4
2023-05-13
ext4: bail out of ext4_xattr_ibody_get() fails for any reason
Theodore Ts'o
1
-1
/
+1
2023-05-13
ext4: add bounds checking in get_max_inline_xattr_value_size()
Theodore Ts'o
1
-1
/
+11
2023-05-13
ext4: add indication of ro vs r/w mounts in the mount message
Theodore Ts'o
1
-4
/
+6
2023-05-13
ext4: fix deadlock when converting an inline directory in nojournal mode
Theodore Ts'o
1
-1
/
+2
2023-05-13
ext4: improve error recovery code paths in __ext4_remount()
Theodore Ts'o
1
-3
/
+10
2023-05-13
ext4: improve error handling from ext4_dirhash()
Theodore Ts'o
2
-17
/
+42
2023-05-13
ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabled
Theodore Ts'o
1
-1
/
+5
2023-05-13
ext4: check iomap type only if ext4_iomap_begin() does not fail
Baokun Li
1
-1
/
+1
2023-05-13
ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csum
Tudor Ambarus
1
-4
/
+2
2023-05-13
ext4: fix data races when using cached status extents
Jan Kara
1
-17
/
+13
2023-05-13
ext4: avoid deadlock in fs reclaim with page writeback
Jan Kara
3
-13
/
+40
[next]