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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-11
timekeeping: Rename clockid_aux_valid() to clockid_is_aux_clock()
Thomas Weißschuh (Schneider Electric)
2
-3
/
+3
2026-08-11
nfc: microread: validate target discovery payload lengths
Pengpeng Hou
1
-2
/
+29
2026-08-11
nfc: nci: free destination parameters when closing a connection
Linmao Li
1
-0
/
+1
2026-08-11
nfc: nci: fix use of uninitialized memory in CORE_INIT_RSP parsing
Yun Zhou
1
-3
/
+38
2026-08-11
nfc: pn533: purge fragmented skbs during cleanup
Xu Rao
1
-0
/
+1
2026-08-11
nfc: st21nfca: validate ATR_REQ length against the received frame
Doruk Tan Ozturk
1
-0
/
+3
2026-08-11
nfc: llcp: bound the connect_sn TLV walk to the skb
Doruk Tan Ozturk
1
-4
/
+6
2026-08-11
nfc: llcp: reject PDUs shorter than the LLCP header
Doruk Tan Ozturk
1
-0
/
+5
2026-08-11
nfc: digital: Do not dump a NULL response in command completion
Linmao Li
1
-1
/
+1
2026-08-11
nfc: pn533: hold a reference to the request skb during send_frame
Yinhao Hu
1
-6
/
+15
2026-08-11
nfc: nci: fix uninit-value in the RF discover/activated NTF handlers
Samuel Page
1
-2
/
+2
2026-08-11
nfc: fdp: bound the device-reported read length and fix an skb leak
Bryam Vargas
1
-0
/
+27
2026-08-11
nfc: nci: fix out-of-bounds write in nci_target_auto_activated()
Samuel Page
1
-0
/
+6
2026-08-11
nfc: nci: add data_len bound checks to activation parameter extractors
Bryam Vargas
1
-4
/
+22
2026-08-11
nfc: llcp: fix OOB read and u8 offset wrap in TLV parsers
Muhammad Bilal
1
-2
/
+16
2026-08-11
nfc: llcp: bound SNL TLV parsing to the skb and add length checks
Doruk Tan Ozturk
1
-8
/
+21
2026-08-11
nfc: digital: clamp SENSF_RES length to the destination buffer
Doruk Tan Ozturk
1
-0
/
+2
2026-08-11
nfc: nci: fix double completion race in nci_data_exchange_complete
Zhenghang Xiao
1
-5
/
+5
2026-08-11
nfc: llcp: read llcp_sock->local under the socket lock in getsockopt
Breno Leitao
1
-4
/
+6
2026-08-11
nfc: llcp: avoid userspace overflow on invalid optlen
Breno Leitao
1
-0
/
+6
2026-08-11
hrtimer: Account nr_retries on recovered interrupt retries
Liang Hao
1
-1
/
+3
2026-08-11
hwmon: (nct6775) Add NCT5585D to list of supported chips
Jiazhi Huang
3
-1
/
+10
2026-08-11
Documentation: hwmon: (nct6775) Add missing NCT6797D and NCT6798D
Jiazhi Huang
1
-0
/
+16
2026-08-11
hwmon: (emc1403) Add regulator support
Svyatoslav Ryhel
1
-0
/
+7
2026-08-11
hwmon: (emc1403) Convert to use OF bindings
Jonas Schwöbel
1
-2
/
+12
2026-08-11
dt-bindings: hwmon: Document SMSC EMC1402/1403/1404/1428
Svyatoslav Ryhel
1
-0
/
+203
2026-08-11
nvme-tcp: fix host memory disclosure on R2T for a read command
Yehyeong Lee
1
-0
/
+7
2026-08-11
nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone
Yehyeong Lee
1
-1
/
+3
2026-08-11
nvme-tcp: reject a read that transferred too few bytes
Yehyeong Lee
1
-0
/
+34
2026-08-11
nvmet: zns: reject full zone report when buffer is too small
Xixin Liu
1
-3
/
+10
2026-08-11
nvme-tcp: fix usage of page_frag_cache
Dmitry Bogdanov
1
-0
/
+8
2026-08-11
nvme: reject passthrough of driver-managed Set Features
Chao Shi
1
-39
/
+72
2026-08-11
nvmet: fix NULL pointer dereference in nvmet_execute_identify_ns_zns()
Guixin Liu
1
-1
/
+1
2026-08-11
nvmet: pci-epf: fix use-after-free in nvmet_pci_epf_exec_iod_work()
Shin'ichiro Kawasaki
1
-3
/
+6
2026-08-11
nvmet: pci-epf: put CQ ref on create_cq mapping failure
Yifei Gao
1
-0
/
+1
2026-08-11
nvme-apple: Drop the PRP null check chicken bit
Sven Peter
1
-14
/
+0
2026-08-11
nvme-apple: Require page aligned buffers on the admin queue
Sven Peter
1
-1
/
+2
2026-08-11
nvme: Add a quirk for page aligned admin queue buffers
Sven Peter
2
-1
/
+11
2026-08-11
nvme-apple: Never set the opcode in the NVMMU TCB
Sven Peter
1
-1
/
+1
2026-08-11
nvme-apple: Don't set a DMA direction for commands without a data transfer
Sven Peter
1
-1
/
+3
2026-08-11
nvme-apple: Destroy the admin queue on removal
Sven Peter
1
-0
/
+9
2026-08-11
nvmet: fix heap out-of-bounds read in nvmet_auth_negotiate()
Guixin Liu
1
-2
/
+10
2026-08-11
docs: sphinx-build-wrapper: include localversion in kernel version string
Randy Dunlap
1
-0
/
+9
2026-08-11
Merge tag 'intel-pinctrl-v7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into devel
Linus Walleij
3
-1
/
+54
2026-08-11
spi: hisi-sfc-v3xx: Propagate errors from optional IRQ lookup
bui duc phuc
1
-2
/
+2
2026-08-11
regmap: sdw-mbq: Fix swap of timeout and retry times
Charles Keepax
1
-1
/
+1
2026-08-11
s390: Enable CONTEXT_ANALYSIS for various directories
Heiko Carstens
7
-0
/
+15
2026-08-11
s390/mm: Add __context_unsafe() attribute to gmap helper functions
Heiko Carstens
1
-0
/
+3
2026-08-11
s390/mm: Add __context_unsafe() attribute to do_secure_storage_access()
Heiko Carstens
1
-0
/
+1
2026-08-11
s390/sysinfo: Add context analysis attributes
Heiko Carstens
1
-0
/
+2
[prev]
[next]