index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
crc64.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
exfat: fix range validation error in alloc and free cluster
hyeongseok.kim
1
-2
/
+2
2020-06-09
exfat: fix incorrect update of stream entry in __exfat_truncate()
Namjae Jeon
1
-4
/
+4
2020-06-09
exfat: fix memory leak in exfat_parse_param()
Al Viro
1
-4
/
+8
2020-06-09
exfat: remove unnecessary reassignment of p_uniname->name_len
Namjae Jeon
1
-2
/
+0
2020-06-09
exfat: standardize checksum calculation
Tetsuhiro Kohada
4
-27
/
+19
2020-06-09
exfat: add boot region verification
Tetsuhiro Kohada
3
-0
/
+65
2020-06-09
exfat: separate the boot sector analysis
Tetsuhiro Kohada
2
-43
/
+56
2020-06-09
exfat: redefine PBR as boot_sector
Tetsuhiro Kohada
3
-93
/
+72
2020-06-09
exfat: optimize dir-cache
Tetsuhiro Kohada
5
-182
/
+124
2020-06-09
exfat: replace 'time_ms' with 'time_cs'
Tetsuhiro Kohada
7
-22
/
+22
2020-06-09
exfat: remove the assignment of 0 to bool variable
Jason Yan
1
-1
/
+1
2020-06-09
exfat: Remove unused functions exfat_high_surrogate() and exfat_low_surrogate()
Pali Rohár
2
-15
/
+0
2020-06-09
exfat: Simplify exfat_utf8_d_hash() for code points above U+FFFF
Pali Rohár
1
-8
/
+2
2020-06-09
exfat: Improve wording of EXFAT_DEFAULT_IOCHARSET config option
Geert Uytterhoeven
1
-3
/
+4
2020-06-09
exfat: Use a more common logging style
Joe Perches
8
-74
/
+60
2020-06-09
exfat: Simplify exfat_utf8_d_cmp() for code points above U+FFFF
Pali Rohár
1
-7
/
+2
2020-06-01
Linux 5.7
v5.7
Linus Torvalds
1
-1
/
+1
2020-05-31
checkpatch/coding-style: deprecate 80-column warning
Joe Perches
2
-14
/
+23
2020-05-31
l2tp: add sk_family checks to l2tp_validate_socket
Eric Dumazet
1
-0
/
+3
2020-05-31
l2tp: do not use inet_hash()/inet_unhash()
Eric Dumazet
2
-15
/
+44
2020-05-31
net: qrtr: Allocate workqueue before kernel_bind
Chris Lew
1
-5
/
+5
2020-05-31
mptcp: remove msk from the token container at destruction time.
Paolo Abeni
1
-1
/
+1
2020-05-31
mptcp: fix race between MP_JOIN and close
Paolo Abeni
1
-15
/
+27
2020-05-31
mptcp: fix unblocking connect()
Paolo Abeni
1
-2
/
+18
2020-05-31
net/sched: act_ct: add nat mangle action only for NAT-conntrack
wenxu
1
-0
/
+3
2020-05-31
devinet: fix memleak in inetdev_init()
Yang Yingliang
1
-0
/
+1
2020-05-31
virtio_vsock: Fix race condition in virtio_transport_recv_pkt
Jia He
1
-0
/
+8
2020-05-30
drivers/net/ibmvnic: Update VNIC protocol version reporting
Thomas Falcon
1
-5
/
+3
2020-05-30
NFC: st21nfca: add missed kfree_skb() in an error path
Chuhong Yuan
1
-1
/
+3
2020-05-30
neigh: fix ARP retransmit timer guard
Hangbin Liu
1
-2
/
+2
2020-05-29
bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones
John Fastabend
1
-0
/
+22
2020-05-29
bpf, selftests: Verifier bounds tests need to be updated
John Fastabend
1
-14
/
+10
2020-05-29
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
1
-5
/
+5
2020-05-29
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
1
-13
/
+11
2020-05-29
net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()
Pablo Neira Ayuso
1
-3
/
+3
2020-05-29
net/mlx5e: Fix MLX5_TC_CT dependencies
Vlad Buslov
1
-1
/
+1
2020-05-29
net/mlx5e: Properly set default values when disabling adaptive moderation
Tal Gilboa
3
-14
/
+37
2020-05-29
net/mlx5e: Fix arch depending casting issue in FEC
Aya Levin
2
-20
/
+24
2020-05-29
net/mlx5e: Remove warning "devices are not on same switch HW"
Maor Dickman
1
-4
/
+0
2020-05-29
net/mlx5e: Fix stats update for matchall classifier
Roi Dayan
1
-1
/
+1
2020-05-29
net/mlx5: Fix crash upon suspend/resume
Mark Bloch
1
-0
/
+18
2020-05-29
gfs2: Even more gfs2_find_jhead fixes
Andreas Gruenbacher
1
-10
/
+5
2020-05-29
parisc: Fix kernel panic in mem_init()
Helge Deller
1
-1
/
+1
2020-05-29
iommu: Fix reference count leak in iommu_group_alloc.
Qiushi Wu
1
-1
/
+1
2020-05-29
gpio: fix locking open drain IRQ lines
Linus Walleij
1
-2
/
+9
2020-05-29
powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit code
Daniel Axtens
1
-0
/
+3
2020-05-29
xfrm: fix a NULL-ptr deref in xfrm_local_error
Xin Long
1
-1
/
+2
2020-05-29
net: be more gentle about silly gso requests coming from user
Eric Dumazet
1
-8
/
+9
2020-05-28
sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} event
Jonas Falkevik
1
-0
/
+3
2020-05-28
x86/ioperm: Prevent a memory leak when fork fails
Jay Lang
3
-15
/
+15
[next]