index
:
pub/scm/linux/kernel/git/hubcap/linux.git
master
Linux kernel fork
Mike Marshall
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
/
vmci_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
vsock/vmci: validate packet source for connected sockets
Daehyeon Ko
1
-6
/
+28
2026-06-13
vsock: fold sk_acceptq_removed() into vsock_remove_pending()
Raf Dickson
1
-3
/
+1
2026-06-13
vsock: fold sk_acceptq_added() into vsock_add_pending()
Raf Dickson
1
-1
/
+0
2026-06-13
vsock: introduce vsock_pending_to_accept() helper
Raf Dickson
1
-2
/
+1
2026-06-13
vsock: use sk_acceptq_is_full() helper in all transports
Raf Dickson
1
-1
/
+1
2026-06-04
vsock/vmci: fix sk_ack_backlog leak on failed handshake
Raf Dickson
1
-1
/
+3
2026-05-22
vsock: keep poll shutdown state consistent
Ziyu Zhang
1
-3
/
+5
2026-05-20
vsock/vmci: fix UAF when peer resets connection during handshake
Minh Nguyen
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-04
vmw_vsock: bypass false-positive Wnonnull warning with gcc-16
Arnd Bergmann
1
-1
/
+1
2026-01-27
vsock: add netns to vsock core
Bobby Eshleman
1
-7
/
+19
2025-07-03
vsock/vmci: Clear the vmci transport packet properly when initializing it
HarshaVardhana S A
1
-2
/
+2
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+7
2023-04-04
vsock/vmci: convert VMCI error code to -ENOMEM on receive
Arseniy Krasnov
1
-2
/
+9
2023-03-31
vsock/vmci: convert VMCI error code to -ENOMEM on send
Arseniy Krasnov
1
-1
/
+7
2022-12-09
net: vmw_vsock: vmci: Check memcpy_from_msg()
Artem Chernyshev
1
-1
/
+5
2022-09-16
vsock/vmci: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-4
/
+1
2022-03-11
vsock: each transport cycles only on its own sockets
Jiyong Park
1
-1
/
+4
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-2
/
+2
2021-06-10
vsock/vmci: remove the repeated word "be"
gushengxian
1
-1
/
+1
2021-04-30
vsock/vmci: Remove redundant assignment to err
Yang Li
1
-2
/
+0
2021-04-19
vsock/vmci: log once the failed queue pair allocation
Stefano Garzarella
1
-2
/
+1
2020-06-05
vsock/vmci: make vmci_vsock_transport_cb() static
Stefano Garzarella
1
-1
/
+1
2019-12-11
vsock: add VMADDR_CID_LOCAL definition
Stefano Garzarella
1
-1
/
+1
2019-11-14
vsock: prevent transport modules unloading
Stefano Garzarella
1
-0
/
+1
2019-11-14
vsock/vmci: register vmci_transport only when VMCI guest/host are active
Stefano Garzarella
1
-11
/
+22
2019-11-14
vsock: add multi-transports support
Stefano Garzarella
1
-3
/
+29
2019-11-14
vsock: add vsock_create_connected() called by transports
Stefano Garzarella
1
-2
/
+1
2019-11-14
vsock: handle buffer_size sockopts in the core
Stefano Garzarella
1
-77
/
+9
2019-11-14
vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT
Stefano Garzarella
1
-5
/
+0
2019-11-06
net: use helpers to change sk_ack_backlog
Eric Dumazet
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321
Thomas Gleixner
1
-9
/
+1
2019-02-08
vsock: cope with memory allocation failure at socket creation time
Paolo Abeni
1
-0
/
+4
2018-12-18
VSOCK: Send reset control packet when socket is partially bound
Jorgen Hansen
1
-17
/
+50
2018-08-07
vsock: split dwork to avoid reinitializations
Cong Wang
1
-2
/
+1
2017-11-28
VSOCK: Don't set sk_state to TCP_CLOSE before testing it
Jorgen Hansen
1
-2
/
+2
2017-11-26
VSOCK: Don't call vsock_stream_has_data in atomic context
Jorgen Hansen
1
-3
/
+7
2017-10-05
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
1
-17
/
+17
2017-09-19
vsock: vmci: Remove unneeded linux/miscdevice.h include
Corentin Labbe
1
-1
/
+0
2017-03-30
VSOCK: remove unnecessary ternary operator on return value
Colin Ian King
1
-15
/
+7
2016-08-02
VSOCK: defer sock removal to transports
Stefan Hajnoczi
1
-0
/
+2
2016-05-03
VSOCK: constify vsock_transport structure
Julia Lawall
1
-1
/
+1
2016-04-19
VSOCK: Only check error on skb_recv_datagram when skb is NULL
Jorgen Hansen
1
-5
/
+2
2016-04-06
VSOCK: Detach QP check should filter out non matching QPs.
Jorgen Hansen
1
-2
/
+2
2015-11-04
VSOCK: call sk->sk_data_ready() on accept()
Stefan Hajnoczi
1
-1
/
+1
2015-11-01
VSOCK: define VSOCK_SS_LISTEN once only
Stefan Hajnoczi
1
-3
/
+1
2015-10-22
VSOCK: Fix lockdep issue.
Jorgen Hansen
1
-1
/
+1
2015-10-22
VSOCK: sock_put wasn't safe to call in interrupt context
Jorgen Hansen
1
-90
/
+83
[next]