summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-15i2c: stm32f7: unmap DMA mapped bufferClément Le Goffic1-13/+7
2025-08-15i2c: stm32f7: simplify status messages in case of errorsAlain Volmat1-7/+5
2025-08-15i2c: stm32f7: perform most of irq job in threaded handlerAlain Volmat1-70/+56
2025-08-15i2c: stm32f7: use dev_err_probe upon calls of devm_request_irqAlain Volmat1-10/+4
2025-08-15i2c: stm32f7: Use devm_clk_get_enabled()Andi Shyti1-25/+12
2025-08-15USB: serial: option: add Foxconn T99W709Slark Xiao1-0/+2
2025-08-15smb: server: Fix extension string in ksmbd_extract_shortname()Thorsten Blum1-1/+1
2025-08-15ksmbd: limit repeated connections from clients with the same IPNamjae Jeon2-0/+18
2025-08-15ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-08-15ksmbd: fix Preauh_HashValue race conditionNamjae Jeon1-4/+0
2025-08-15ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
2025-08-15vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic1-1/+2
2025-08-15net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le1-6/+6
2025-08-15selftests/perf_events: Add a mmap() correctness testLorenzo Stoakes3-1/+238
2025-08-15perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-15perf/core: Exit early on perf_mmap() failThomas Gleixner1-0/+3
2025-08-15perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-08-15sunrpc: fix handling of server side tls alertsOlga Kornievskaia1-8/+35
2025-08-15smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher1-2/+4
2025-08-15pptp: fix pptp_xmit() error pathEric Dumazet1-3/+4
2025-08-15smb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher1-6/+8
2025-08-15smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-15smb: client: make use of common smbdirect_socketStefan Metzmacher3-126/+146
2025-08-15smb: smbdirect: add smbdirect_socket.hStefan Metzmacher1-0/+41
2025-08-15smb: client: Correct typos in multiple comments across various filesShen Lichuan16-24/+24
2025-08-15smb: client: Use min() macroShen Lichuan2-5/+3
2025-08-15smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-5/+7
2025-08-15smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher1-5/+13
2025-08-15smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-15smb: server: remove separate empty_recvmsg_queueStefan Metzmacher1-52/+8
2025-08-15ALSA: hda/ca0132: Fix missing error handling in ca0132_alt_select_out()Takashi Iwai1-1/+4
2025-08-15irqchip: Build IMX_MU_MSI only on ARMArnd Bergmann1-0/+1
2025-08-15net/sched: mqprio: fix stack out-of-bounds write in tc entry parsingMaher Azzouzi1-1/+1
2025-08-15benet: fix BUG when creating VFsMichal Schmidt1-1/+1
2025-08-15sunrpc: fix client side handling of tls alertsOlga Kornievskaia1-10/+30
2025-08-15net/sched: taprio: enforce minimum value for picos_per_byteTakamitsu Iwai1-3/+18
2025-08-15net: drop UFO packets in udp_rcv_segment()Wang Liang1-6/+18
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet2-1/+26
2025-08-15net/mlx5: Correctly set gso_segs when LRO is usedChristoph Paasch1-0/+1
2025-08-15netlink: specs: ethtool: fix module EEPROM input/output argumentsJakub Kicinski1-3/+3
2025-08-15pptp: ensure minimal skb length in pptp_xmit()Eric Dumazet1-6/+9
2025-08-15net: ipa: add IPA v5.1 and v5.5 to ipa_version_string()Luca Weiss1-1/+5
2025-08-15phy: mscc: Fix parsing of unicast framesHoratiu Vultur2-0/+2
2025-08-15netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski1-0/+7
2025-08-15md/md-cluster: handle REMOVE message earlierHeming Zhao1-3/+6
2025-08-15NFS: Fixup allocation flags for nfsiod's __GFP_NORETRYBenjamin Coddington1-3/+6
2025-08-15NFSv4.2: another fix for listxattrOlga Kornievskaia1-4/+6
2025-08-15NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()Trond Myklebust1-2/+9
2025-08-15NFS: Fix wakeup of __nfs_lookup_revalidate() in unblock_revalidate()Trond Myklebust1-3/+1
2025-08-15sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up()NeilBrown1-0/+60