1. 938dbea net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules by Jakub Kicinski · 1 year, 4 months ago
  2. 34c4eff virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt() by Shigeru Yoshida · 1 year, 4 months ago
  3. 3a5cc90 vsock/virtio: remove socket from connected/bound list on shutdown by Filippo Storniolo · 1 year, 4 months ago
  4. ec4c20c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 4 months ago
  5. 53b08c4 vsock/virtio: initialize the_virtio_vsock before using VQs by Alexandru Matei · 1 year, 4 months ago
  6. e0718bd vsock: enable setting SO_ZEROCOPY by Arseniy Krasnov · 1 year, 5 months ago
  7. cfdca39 vsock/loopback: support MSG_ZEROCOPY for transport by Arseniy Krasnov · 1 year, 5 months ago
  8. e2fcc32 vsock/virtio: support MSG_ZEROCOPY for transport by Arseniy Krasnov · 1 year, 5 months ago
  9. dcc55d7 vsock: enable SOCK_SUPPORT_ZC bit by Arseniy Krasnov · 1 year, 5 months ago
  10. 5fbfc7d vsock: check for MSG_ZEROCOPY support on send by Arseniy Krasnov · 1 year, 5 months ago
  11. 49dbe25 vsock: read from socket's error queue by Arseniy Krasnov · 1 year, 5 months ago
  12. 0064cfb vsock: set EPOLLERR on non-empty error queue by Arseniy Krasnov · 1 year, 5 months ago
  13. 581512a vsock/virtio: MSG_ZEROCOPY flag support by Arseniy Krasnov · 1 year, 6 months ago
  14. 4b0bf10 vsock/virtio: non-linear skb handling for tap by Arseniy Krasnov · 1 year, 6 months ago
  15. 64c99d2 vsock/virtio: support to send non-linear skb by Arseniy Krasnov · 1 year, 6 months ago
  16. 0df7cd3 vsock/virtio/vhost: read data from non-linear skb by Arseniy Krasnov · 1 year, 6 months ago
  17. 8ecf0ce vsock: send SIGPIPE on write to shutdowned socket by Arseniy Krasnov · 1 year, 6 months ago
  18. 634e449 vsock: Remove unused function declarations by Yue Haibing · 1 year, 7 months ago
  19. a75f501 virtio/vsock: support MSG_PEEK for SOCK_SEQPACKET by Arseniy Krasnov · 1 year, 7 months ago
  20. 051e77e virtio/vsock: rework MSG_PEEK for SOCK_STREAM by Arseniy Krasnov · 1 year, 7 months ago
  21. dc97391 sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) by David Howells · 1 year, 8 months ago
  22. 78fa0d6 bpf, sockmap: Pass skb ownership through read_skb by John Fastabend · 1 year, 10 months ago
  23. 6d4486e vsock: avoid to close connected socket after the timeout by Zhuang Shengen · 1 year, 10 months ago
  24. eaaa4e9 vsock/loopback: don't disable irqs for queue access by Arseniy Krasnov · 1 year, 11 months ago
  25. d9c9606 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  26. 02ab696 vsock: return errors other than -ENOMEM to socket by Arseniy Krasnov · 1 year, 11 months ago
  27. f59f300 vsock/vmci: convert VMCI error code to -ENOMEM on receive by Arseniy Krasnov · 1 year, 11 months ago
  28. ffa5395 vsock/vmci: convert VMCI error code to -ENOMEM on send by Arseniy Krasnov · 1 year, 11 months ago
  29. f9d2b1e virtio/vsock: fix leaks due to missing skb owner by Bobby Eshleman · 1 year, 11 months ago
  30. 79548b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 1 year, 11 months ago
  31. b8d2f61 virtio/vsock: WARN_ONCE() for invalid state of socket by Arseniy Krasnov · 2 years ago
  32. f7154d9 virtio/vsock: fix header length on skb merging by Arseniy Krasnov · 2 years ago
  33. 634f1a7 vsock: support sockmap by Bobby Eshleman · 2 years ago
  34. e3ec366 virtio/vsock: check argument to avoid no effect call by Arseniy Krasnov · 2 years ago
  35. b68ffb1 virtio/vsock: allocate multiple skbuffs on tx by Arseniy Krasnov · 2 years ago
  36. b465518 vsock/loopback: use only sk_buff_head.lock to protect the packet queue by Stefano Garzarella · 2 years ago
  37. 4d1f515 virtio/vsock: check transport before skb allocation by Arseniy Krasnov · 2 years ago
  38. 8daaf39 virtio/vsock: don't drop skbuff on copy failure by Arseniy Krasnov · 2 years ago
  39. 6825e6b virtio/vsock: remove redundant 'skb_pull()' call by Arseniy Krasnov · 2 years ago
  40. 0777061 virtio/vsock: don't use skbuff state to account credit by Arseniy Krasnov · 2 years ago
  41. 5b7c4ca Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years ago
  42. 96ec293 Drivers: hv: Make remove callback of hyperv driver void returned by Dawei Li · 2 years, 2 months ago
  43. 71dc9ec virtio/vsock: replace virtio_vsock_pkt with sk_buff by Bobby Eshleman · 2 years, 2 months ago
  44. c43170b vsock: return errors other than -ENOMEM to socket by Bobby Eshleman · 2 years, 2 months ago
  45. 7e68dd7 Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 3 months ago
  46. 44aa5a6 net: vmw_vsock: vmci: Check memcpy_from_msg() by Artem Chernyshev · 2 years, 3 months ago
  47. d247aab treewide: use get_random_u32_{above,below}() instead of manual loop by Jason A. Donenfeld · 2 years, 5 months ago
  48. 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
  49. 466a853 vsock: fix possible infinite sleep in vsock_connectible_wait_data() by Dexuan Cui · 2 years, 4 months ago
  50. cf6ff0d vsock: remove the unused 'wait' in vsock_connectible_recvmsg() by Dexuan Cui · 2 years, 4 months ago
  51. e52f7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
  52. 0e3f729 vhost/vsock: Use kvmalloc/kvfree for larger packets. by Junichi Uekawa · 2 years, 5 months ago
  53. 454e7b1 vsock/vmci: fix repeated words in comments by Jilin Yuan · 2 years, 6 months ago
  54. e061aed vmci/vsock: check SO_RCVLOWAT before wake up reader by Arseniy Krasnov · 2 years, 7 months ago
  55. 39f1ed3 virtio/vsock: check SO_RCVLOWAT before wake up reader by Arseniy Krasnov · 2 years, 7 months ago
  56. f2fdcf6 vsock: add API call for data ready by Arseniy Krasnov · 2 years, 7 months ago
  57. ee0b384 vsock: pass sock_rcvlowat to notify_poll_in as target by Arseniy Krasnov · 2 years, 7 months ago
  58. a274f6f vmci/vsock: use 'target' in notify_poll_in callback by Arseniy Krasnov · 2 years, 7 months ago
  59. e7a3266 virtio/vsock: use 'target' in notify_poll_in callback by Arseniy Krasnov · 2 years, 7 months ago
  60. 24764f8 hv_sock: disable SO_RCVLOWAT support by Arseniy Krasnov · 2 years, 7 months ago
  61. e38f22c vsock: SO_RCVLOWAT transport set callback by Arseniy Krasnov · 2 years, 7 months ago
  62. a3e7b29 vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout() by Peilin Ye · 2 years, 7 months ago
  63. 7e97cfe vsock: Fix memory leak in vsock_connect() by Peilin Ye · 2 years, 7 months ago
  64. f56dbdd Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 2 years, 9 months ago
  65. bd50c5d vsock/virtio: add support for device suspend/resume by Stefano Garzarella · 2 years, 10 months ago
  66. a103209 vsock/virtio: factor our the code to initialize and delete VQs by Stefano Garzarella · 2 years, 10 months ago
  67. dbde6d0 hv_sock: Add validation for untrusted Hyper-V values by Andrea Parri (Microsoft) · 2 years, 10 months ago
  68. 066f337 hv_sock: Copy packets sent by Hyper-V out of the ring buffer by Andrea Parri (Microsoft) · 2 years, 10 months ago
  69. 71abb94 hv_sock: Check hv_pkt_iter_first_raw()'s return value by Andrea Parri (Microsoft) · 2 years, 10 months ago
  70. f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 2 years, 11 months ago
  71. 8870445 vsock/virtio: enable VQs early on probe by Stefano Garzarella · 3 years ago
  72. c1011c0 vsock/virtio: read the negotiated features before using VQs by Stefano Garzarella · 3 years ago
  73. 4b5f1ad vsock/virtio: initialize vdev->priv before using VQs by Stefano Garzarella · 3 years ago
  74. 8e6ed963 vsock: each transport cycles only on its own sockets by Jiyong Park · 3 years ago
  75. b920849 vsock: remove vsock from connected table when connect is interrupted by a signal by Seth Forshee · 3 years ago
  76. 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 2 months ago
  77. d9679d0 virtio: wrap config->reset calls by Michael S. Tsirkin · 3 years, 5 months ago
  78. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 2 months ago
  79. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
  80. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  81. 1db8f5f virtio/vsock: fix the transport to work with VMADDR_CID_ANY by Wei Wang · 3 years, 3 months ago
  82. c0e084e hv_sock: Extract hvs_send_data() helper that takes only header by Kees Cook · 3 years, 3 months ago
  83. c7cd82b vsock: prevent unnecessary refcnt inc for nonblocking connect by Eiichi Tsukata · 3 years, 4 months ago
  84. 4c1e34c vsock: Enable y2038 safe timeval for timeout by Richard Palethorpe · 3 years, 5 months ago
  85. 685c3f2 vsock: Refactor vsock_*_getsockopt to resemble sock_getsockopt by Richard Palethorpe · 3 years, 5 months ago
  86. 8fc92b7 af_vsock: rename variables in receive loop by Arseny Krasnov · 3 years, 6 months ago
  87. 8d5ac87 virtio/vsock: support MSG_EOR bit processing by Arseny Krasnov · 3 years, 6 months ago
  88. 9af8f10 virtio/vsock: rename 'EOR' to 'EOM' bit. by Arseny Krasnov · 3 years, 6 months ago
  89. 49b0b6f vsock/virtio: avoid potential deadlock when vsock device remove by Longpeng(Mike) · 3 years, 7 months ago
  90. e3ea110 VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUEST by Harshavardhan Unnibhavi · 3 years, 7 months ago
  91. 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, 8 months ago
  92. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  93. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 8 months ago
  94. 64295f0 virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow() by Eric Dumazet · 3 years, 9 months ago
  95. c7ff9cf vsock: notify server to shutdown when client has pending signal by Longpeng(Mike) · 3 years, 9 months ago
  96. 91aa49a vsock/virtio: remove redundant `copy_failed` variable by Stefano Garzarella · 3 years, 9 months ago
  97. 0de5b2e vsock: rename vsock_wait_data() by Stefano Garzarella · 3 years, 9 months ago
  98. cc97141 vsock: rename vsock_has_data() by Stefano Garzarella · 3 years, 9 months ago
  99. 6e90a57 vsock/loopback: enable SEQPACKET for transport by Arseny Krasnov · 3 years, 9 months ago
  100. 53efbba virtio/vsock: enable SEQPACKET for transport by Arseny Krasnov · 3 years, 9 months ago