index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-07
ksmbd: limit repeated connections from clients with the same IP
Namjae Jeon
2
-0
/
+18
2025-08-07
smb: client: only use a single wait_queue to monitor smbdirect connection status
Stefan Metzmacher
2
-11
/
+9
2025-08-07
smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...
Stefan Metzmacher
1
-1
/
+0
2025-08-07
smb: client: improve logging in smbd_conn_upcall()
Stefan Metzmacher
1
-4
/
+10
2025-08-07
smb: client: return an error if rdma_connect does not return within 5 seconds
Stefan Metzmacher
1
-2
/
+4
2025-08-07
pptp: fix pptp_xmit() error path
Eric Dumazet
1
-3
/
+4
2025-08-06
drm/amdgpu: add missing vram lost check for LEGACY RESET
Alex Deucher
1
-0
/
+1
2025-08-06
drm/amdgpu/discovery: fix fw based ip discovery
Alex Deucher
2
-36
/
+41
2025-08-06
drm/amdkfd: Destroy KFD debugfs after destroy KFD wq
Amber Lin
1
-1
/
+1
2025-08-06
amdgpu/amdgpu_discovery: increase timeout limit for IFWI init
Xaver Hugl
1
-2
/
+2
2025-08-06
smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}
Stefan Metzmacher
2
-40
/
+34
2025-08-06
smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}
Stefan Metzmacher
1
-0
/
+23
2025-08-06
smb: client: make use of struct smbdirect_send_io
Stefan Metzmacher
2
-38
/
+23
2025-08-06
smb: smbdirect: introduce struct smbdirect_send_io
Stefan Metzmacher
1
-0
/
+24
2025-08-06
smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGE
Stefan Metzmacher
2
-5
/
+2
2025-08-06
smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGE
Stefan Metzmacher
1
-0
/
+7
2025-08-06
smb: client: remove unused enum smbd_connection_status
Stefan Metzmacher
1
-10
/
+0
2025-08-06
smb: client: make use of smbdirect_socket.recv_io.reassembly.*
Stefan Metzmacher
3
-61
/
+46
2025-08-06
smb: smbdirect: introduce smbdirect_socket.recv_io.reassembly.*
Stefan Metzmacher
1
-0
/
+26
2025-08-06
smb: client: make use of smb: smbdirect_socket.recv_io.free.{list,lock}
Stefan Metzmacher
2
-15
/
+13
2025-08-06
smb: smbdirect: introduce smbdirect_socket.recv_io.free.{list,lock}
Stefan Metzmacher
1
-0
/
+9
2025-08-06
smb: client: make use of struct smbdirect_recv_io
Stefan Metzmacher
2
-54
/
+41
2025-08-06
smb: smbdirect: introduce struct smbdirect_recv_io
Stefan Metzmacher
1
-0
/
+15
2025-08-06
smb: client: make use of smbdirect_socket->recv_io.expected
Stefan Metzmacher
2
-15
/
+14
2025-08-06
smb: smbdirect: introduce smbdirect_socket.recv_io.expected
Stefan Metzmacher
1
-0
/
+14
2025-08-06
smb: client: remove unused smbd_connection->fragment_reassembly_remaining
Stefan Metzmacher
2
-3
/
+0
2025-08-06
smb: client: let recv_done() avoid touching data_transfer after cleanup/move
Stefan Metzmacher
1
-14
/
+11
2025-08-06
smb: client: let recv_done() cleanup before notifying the callers.
Stefan Metzmacher
1
-6
/
+8
2025-08-06
smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...
Stefan Metzmacher
1
-2
/
+9
2025-08-06
smb: client: remove separate empty_packet_queue
Stefan Metzmacher
3
-65
/
+7
2025-08-06
smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_conn...
Stefan Metzmacher
1
-6
/
+8
2025-08-06
cifs: Fix null-ptr-deref by static initializing global lock
Yunseong Kim
1
-4
/
+2
2025-08-06
smb: server: let recv_done() avoid touching data_transfer after cleanup/move
Stefan Metzmacher
1
-5
/
+7
2025-08-06
smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...
Stefan Metzmacher
1
-5
/
+13
2025-08-06
smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...
Stefan Metzmacher
1
-2
/
+9
2025-08-06
smb: server: remove separate empty_recvmsg_queue
Stefan Metzmacher
1
-52
/
+8
2025-08-06
HID: hid-steam: Use new BTN_GRIP* buttons
Vicki Pfau
1
-19
/
+16
2025-08-06
cifs: Move the SMB1 transport code out of transport.c
Steve French
4
-553
/
+588
2025-08-06
s390/debug: Fix typo in debug_sprintf_format_fn() comment
Tigran Mkrtchyan
1
-1
/
+1
2025-08-06
s390/boot: Fix startup debugging log
Mikhail Zaslonko
1
-1
/
+1
2025-08-06
btrfs: fix log tree replay failure due to file with 0 links and extents
Filipe Manana
1
-18
/
+30
2025-08-06
media: venus: Fix OPP table error handling
Sasha Levin
1
-4
/
+8
2025-08-06
net: usbnet: Fix the wrong netif_carrier_on() call
Ammar Faizi
1
-3
/
+3
2025-08-06
MAINTAINERS: hand over Kbuild maintenance
Masahiro Yamada
2
-8
/
+11
2025-08-06
kheaders: make it possible to override TAR
Michał Górny
2
-4
/
+5
2025-08-06
kbuild: userprogs: use correct linker when mixing clang and GNU ld
Thomas Weißschuh
1
-1
/
+1
2025-08-06
kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c
Suchit Karunakaran
1
-2
/
+4
2025-08-06
kconfig: lxdialog: replace strcpy with snprintf in print_autowrap
Suchit Karunakaran
1
-2
/
+1
2025-08-05
net: ti: icssg-prueth: Fix skb handling for XDP_PASS
Meghana Malladi
1
-7
/
+8
2025-08-05
net: Update threaded state in napi config in netif_set_threaded
Samiullah Khawaja
3
-17
/
+121
[next]