- e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
- b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
- 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- 1db8f5f virtio/vsock: fix the transport to work with VMADDR_CID_ANY by Wei Wang · 3 years, 1 month ago
- c0e084e hv_sock: Extract hvs_send_data() helper that takes only header by Kees Cook · 3 years, 1 month ago
- c7cd82b vsock: prevent unnecessary refcnt inc for nonblocking connect by Eiichi Tsukata · 3 years, 2 months ago
- 4c1e34c vsock: Enable y2038 safe timeval for timeout by Richard Palethorpe · 3 years, 3 months ago
- 685c3f2 vsock: Refactor vsock_*_getsockopt to resemble sock_getsockopt by Richard Palethorpe · 3 years, 3 months ago
- 8fc92b7 af_vsock: rename variables in receive loop by Arseny Krasnov · 3 years, 4 months ago
- 8d5ac87 virtio/vsock: support MSG_EOR bit processing by Arseny Krasnov · 3 years, 4 months ago
- 9af8f10 virtio/vsock: rename 'EOR' to 'EOM' bit. by Arseny Krasnov · 3 years, 4 months ago
- 49b0b6f vsock/virtio: avoid potential deadlock when vsock device remove by Longpeng(Mike) · 3 years, 5 months ago
- e3ea110 VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUEST by Harshavardhan Unnibhavi · 3 years, 5 months ago
- dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
- b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
- e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
- 64295f0 virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow() by Eric Dumazet · 3 years, 6 months ago
- c7ff9cf vsock: notify server to shutdown when client has pending signal by Longpeng(Mike) · 3 years, 6 months ago
- 91aa49a vsock/virtio: remove redundant `copy_failed` variable by Stefano Garzarella · 3 years, 6 months ago
- 0de5b2e vsock: rename vsock_wait_data() by Stefano Garzarella · 3 years, 6 months ago
- cc97141 vsock: rename vsock_has_data() by Stefano Garzarella · 3 years, 6 months ago
- 6e90a57 vsock/loopback: enable SEQPACKET for transport by Arseny Krasnov · 3 years, 7 months ago
- 53efbba virtio/vsock: enable SEQPACKET for transport by Arseny Krasnov · 3 years, 7 months ago
- 9ac841f virtio/vsock: rest of SOCK_SEQPACKET support by Arseny Krasnov · 3 years, 7 months ago
- e4b1ef1 virtio/vsock: add SEQPACKET receive logic by Arseny Krasnov · 3 years, 7 months ago
- 4493119 virtio/vsock: dequeue callback for SOCK_SEQPACKET by Arseny Krasnov · 3 years, 7 months ago
- c10844c virtio/vsock: simplify credit update function API by Arseny Krasnov · 3 years, 7 months ago
- b93f887 virtio/vsock: set packet's type in virtio_transport_send_pkt_info() by Arseny Krasnov · 3 years, 7 months ago
- 8cb4855 af_vsock: update comments for stream sockets by Arseny Krasnov · 3 years, 7 months ago
- 0798e78 af_vsock: rest of SEQPACKET support by Arseny Krasnov · 3 years, 7 months ago
- fbe70c4 af_vsock: implement send logic for SEQPACKET by Arseny Krasnov · 3 years, 7 months ago
- 9942c19 af_vsock: implement SEQPACKET receive loop by Arseny Krasnov · 3 years, 7 months ago
- 19c1b90 af_vsock: separate receive data loop by Arseny Krasnov · 3 years, 7 months ago
- b3f7fd5 af_vsock: separate wait data loop by Arseny Krasnov · 3 years, 7 months ago
- a9e29e5 af_vsock: update functions for connectible socket by Arseny Krasnov · 3 years, 7 months ago
- 2685515 vsock/vmci: remove the repeated word "be" by gushengxian · 3 years, 7 months ago
- adae1e9 Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring buffer by Andres Beltran · 3 years, 9 months ago
- f0a5818 vsock/vmci: Remove redundant assignment to err by Yang Li · 3 years, 8 months ago
- 6876a18 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 8 months ago
- 8432b81 vsock/virtio: free queued packets when closing socket by Stefano Garzarella · 3 years, 8 months ago
- e16edc9 vsock/vmci: log once the failed queue pair allocation by Stefano Garzarella · 3 years, 9 months ago
- 9195f06 net: vsock: Fix a typo by Lu Wei · 3 years, 9 months ago
- 1f935e8 selinux: vsock: Set SID for socket returned by accept() by David Brazdil · 3 years, 9 months ago
- 1c5fae9 vsock: fix locking in vsock_shutdown() by Stefano Garzarella · 3 years, 11 months ago
- ce7536b vsock/virtio: update credit only if socket is not closed by Stefano Garzarella · 3 years, 11 months ago
- 3d0bc44 net/vmw_vsock: improve locking in vsock_connect_timeout() by Norbert Slusarek · 3 years, 11 months ago
- 5d1cbcc net/vmw_vsock: fix NULL pointer dereference by Norbert Slusarek · 3 years, 11 months ago
- c518ada vsock: fix the race conditions in multi-transport support by Alexander Popov · 3 years, 11 months ago
- 7f81698 af_vsock: Assign the vsock transport considering the vsock address flags by Andra Paraschiv · 4 years ago
- 1b5f2ab af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive path by Andra Paraschiv · 4 years ago
- cada7cc vsock_addr: Check for supported flag values by Andra Paraschiv · 4 years ago
- 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 3fe356d vsock/virtio: discard packets only when socket is really closed by Stefano Garzarella · 4 years, 1 month ago
- 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 65b422d vsock: forward all packets to the host when no H2G is registered by Stefano Garzarella · 4 years, 2 months ago
- c3e448c vsock: fix the error return when an invalid ioctl command is used by Colin Ian King · 4 years, 2 months ago
- 6bc8f20 vsock: remove ratelimit unknown ioctl message by Colin Ian King · 4 years, 2 months ago
- af545bb vsock: use ns_capable_noaudit() on socket create by Jeff Vander Stoep · 4 years, 2 months ago
- 1980c05 vsock: fix potential null pointer dereference in vsock_poll() by Stefano Garzarella · 4 years, 5 months ago
- a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
- f961134 vsock/virtio: annotate 'the_virtio_vsock' RCU pointer by Stefano Garzarella · 4 years, 6 months ago
- fdb4276 vsock/vmci: make vmci_vsock_transport_cb() static by Stefano Garzarella · 4 years, 7 months ago
- 8692cef virtio_vsock: Fix race condition in virtio_transport_recv_pkt by Jia He · 4 years, 7 months ago
- 7e0afbd vsock: fix timeout in vsock_accept() by Stefano Garzarella · 4 years, 7 months ago
- a78d163 vsock/virtio: fix multiple packet delivery to monitoring devices by Stefano Garzarella · 4 years, 8 months ago
- 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
- 3f74957 vsock: fix potential deadlock in transport->release() by Stefano Garzarella · 4 years, 10 months ago
- df12eb6 net: virtio_vsock: Enhance connection semantics by Sebastien Boeuf · 4 years, 11 months ago
- b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- c742c59 hv_sock: Remove the accept port restriction by Sunil Muthuswamy · 5 years ago
- ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 4aaf596 vsock/virtio: add WARN_ON check on virtio_transport_get_ops() by Stefano Garzarella · 5 years ago
- df18fa1 vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen() by Stefano Garzarella · 5 years ago
- bf5432b vsock/virtio: remove loopback handling by Stefano Garzarella · 5 years ago
- 408624af vsock: use local transport when it is loaded by Stefano Garzarella · 5 years ago
- 077263f vsock: add vsock_loopback transport by Stefano Garzarella · 5 years ago
- 0e12190 vsock: add local transport support in the vsock core by Stefano Garzarella · 5 years ago
- ef343b3 vsock: add VMADDR_CID_LOCAL definition by Stefano Garzarella · 5 years ago
- c5144fc vsock/virtio_transport_common: remove unused virtio header includes by Stefano Garzarella · 5 years ago
- 0dd0c8f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
- 2194c2e hv_sock: Add the support of hibernation by Dexuan Cui · 5 years ago
- 039fccc vsock: avoid to assign transport if its initialization fails by Stefano Garzarella · 5 years ago
- 36c5b48 vsock: fix bind() behaviour taking care of CID by Stefano Garzarella · 5 years ago
- 6a2c0962 vsock: prevent transport modules unloading by Stefano Garzarella · 5 years ago
- b1bba80 vsock/vmci: register vmci_transport only when VMCI guest/host are active by Stefano Garzarella · 5 years ago
- c0cfa2d vsock: add multi-transports support by Stefano Garzarella · 5 years ago
- 0396425 hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init() by Stefano Garzarella · 5 years ago
- 55f3e14 vsock: move vsock_insert_unbound() in the vsock_create() by Stefano Garzarella · 5 years ago
- b9ca2f5 vsock: add vsock_create_connected() called by transports by Stefano Garzarella · 5 years ago
- b9f2b0f vsock: handle buffer_size sockopts in the core by Stefano Garzarella · 5 years ago
- daabfbc vsock: add 'struct vsock_sock *' param to vsock_core_get_transport() by Stefano Garzarella · 5 years ago
- 4c7246d vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() by Stefano Garzarella · 5 years ago
- fe502c4 vsock: add 'transport' member in the struct vsock_sock by Stefano Garzarella · 5 years ago
- 3603a2e vsock: remove include/linux/vm_sockets.h file by Stefano Garzarella · 5 years ago
- db205c7 vsock: remove vm_sockets_get_local_cid() by Stefano Garzarella · 5 years ago
- 7ed78bc vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT by Stefano Garzarella · 5 years ago
- 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- ad8a722 vsock/virtio: fix sock refcnt holding during the shutdown by Stefano Garzarella · 5 years ago