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
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
7
-53
/
+49
2024-06-27
net: mana: Fix possible double free in error handling path
Ma Ke
1
-0
/
+2
2024-06-27
selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
Kuniyuki Iwashima
1
-0
/
+72
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
2
-2
/
+81
2024-06-27
selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+147
2024-06-27
selftest: af_unix: Check SIGURG after every send() in msg_oob.c
Kuniyuki Iwashima
1
-1
/
+50
2024-06-27
selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+91
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
2
-1
/
+17
2024-06-27
selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
Kuniyuki Iwashima
1
-5
/
+44
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
2
-4
/
+26
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
2
-5
/
+29
2024-06-27
selftest: af_unix: Add msg_oob.c.
Kuniyuki Iwashima
2
-1
/
+221
2024-06-27
selftest: af_unix: Remove test_unix_oob.c.
Kuniyuki Iwashima
3
-438
/
+1
2024-06-27
tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset()
Yunseong Kim
1
-1
/
+1
2024-06-27
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
3
-5
/
+11
2024-06-26
ASoC: rt5645: fix issue of random interrupt from push-button
Jack Yu
2
-6
/
+24
2024-06-26
ALSA: seq: Fix missing MSB in MIDI2 SPP conversion
Takashi Iwai
1
-1
/
+1
2024-06-26
net: usb: qmi_wwan: add Telit FN912 compositions
Daniele Palmas
1
-0
/
+2
2024-06-26
ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA
Vyacheslav Frantsishko
1
-0
/
+7
2024-06-26
ALSA: hda/realtek: fix mute/micmute LEDs don't work for EliteBook 645/665 G11.
Dirk Su
1
-0
/
+3
2024-06-26
ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820
Takashi Iwai
1
-1
/
+20
2024-06-25
tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for failed TFO
Neal Cardwell
1
-11
/
+27
2024-06-25
ionic: use dev_consume_skb_any outside of napi
Shannon Nelson
3
-13
/
+21
2024-06-25
drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes
Ma Ke
1
-0
/
+2
2024-06-25
drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes
Ma Ke
1
-0
/
+4
2024-06-25
drm/amdgpu: Don't show false warning for reg list
Lijo Lazar
2
-6
/
+24
2024-06-25
drm/amdgpu: avoid using null object of framebuffer
Julia Zhang
1
-2
/
+16
2024-06-25
drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present
Michael Strauss
2
-1
/
+14
2024-06-25
drm/amdgpu: Fix pci state save during mode-1 reset
Lijo Lazar
1
-2
/
+5
2024-06-25
drm/amdgpu/atomfirmware: fix parsing of vram_info
Alex Deucher
1
-1
/
+1
2024-06-25
drm/amd/swsmu: add MALL init support workaround for smu_v14_0_1
Li Ma
5
-3
/
+96
2024-06-25
linux/syscalls.h: add missing __user annotations
Arnd Bergmann
1
-9
/
+9
2024-06-25
syscalls: mmap(): use unsigned offset type consistently
Arnd Bergmann
5
-6
/
+6
2024-06-25
s390: remove native mmap2() syscall
Arnd Bergmann
1
-27
/
+0
2024-06-25
hexagon: fix fadvise64_64 calling conventions
Arnd Bergmann
2
-0
/
+13
2024-06-25
csky, hexagon: fix broken sys_sync_file_range
Arnd Bergmann
2
-0
/
+2
2024-06-25
sh: rework sync_file_range ABI
Arnd Bergmann
2
-1
/
+13
2024-06-25
powerpc: restore some missing spu syscalls
Arnd Bergmann
1
-0
/
+4
2024-06-25
parisc: use generic sys_fanotify_mark implementation
Arnd Bergmann
3
-10
/
+2
2024-06-25
parisc: use correct compat recv/recvfrom syscalls
Arnd Bergmann
1
-2
/
+2
2024-06-25
sparc: fix compat recv/recvfrom syscalls
Arnd Bergmann
2
-223
/
+2
2024-06-25
sparc: fix old compat_sys_select()
Arnd Bergmann
1
-1
/
+1
2024-06-25
syscalls: fix compat_sys_io_pgetevents_time64 usage
Arnd Bergmann
9
-9
/
+9
2024-06-25
s390/boot: Do not adjust GOT entries for undef weak sym
Jens Remus
1
-4
/
+7
2024-06-25
thermal: gov_step_wise: Go straight to instance->lower when mitigation is over
Rafael J. Wysocki
1
-18
/
+5
2024-06-25
net: dsa: microchip: fix wrong register write when masking interrupt
Tristram Ha
1
-1
/
+1
2024-06-25
ALSA: dmaengine_pcm: terminate dmaengine before synchronize
Shengjiu Wang
1
-0
/
+12
2024-06-25
ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx
Aivaz Latypov
1
-0
/
+1
2024-06-25
ALSA: PCM: Allow resume only for suspended streams
Takashi Iwai
1
-0
/
+2
2024-06-25
ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages
Takashi Iwai
1
-3
/
+5
[next]