1. 1225bb4 selinux: vsock: Set SID for socket returned by accept() by David Brazdil · 3 years, 8 months ago
  2. ac79b1d vsock: fix locking in vsock_shutdown() by Stefano Garzarella · 3 years, 9 months ago
  3. a5f0b6f net/vmw_vsock: improve locking in vsock_connect_timeout() by Norbert Slusarek · 3 years, 9 months ago
  4. 2fd9e60 vsock: use ns_capable_noaudit() on socket create by Jeff Vander Stoep · 4 years, 1 month ago
  5. a022033 vsock: fix timeout in vsock_accept() by Stefano Garzarella · 4 years, 6 months ago
  6. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  7. 0d9138f vsock: Fix a lockdep warning in __vsock_release() by Dexuan Cui · 5 years ago
  8. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  9. d5afa82 vsock: correct removal of socket from the list by Sunil Muthuswamy · 5 years ago
  10. 685a6bf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321 by Thomas Gleixner · 5 years ago
  11. fe0c72f socket: move compat timeout handling into sock.c by Arnd Bergmann · 6 years ago
  12. a22d325 Fix ERROR:do not initialise statics to 0 in af_vsock.c by Lepton Wu · 6 years ago
  13. 8236b08 VSOCK: bind to random port for VMADDR_PORT_ANY by Lepton Wu · 6 years ago
  14. 455f05e vsock: split dwork to avoid reinitializations by Cong Wang · 6 years ago
  15. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  16. 31f50b5 net/vmw_vsock: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  17. 05e489b VSOCK: make af_vsock.ko removable again by Stefan Hajnoczi · 7 years ago
  18. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  19. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  20. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  21. ba3169f VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING by Stefan Hajnoczi · 7 years ago
  22. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  23. c1eef22 vsock: always call vsock_init_tables() by Cong Wang · 7 years ago
  24. 3b4477d VSOCK: use TCP state constants for sk_state by Stefan Hajnoczi · 7 years ago
  25. bf359b8 VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h by Stefan Hajnoczi · 7 years ago
  26. 44f2098 VSOCK: export socket tables for sock_diag interface by Stefan Hajnoczi · 7 years ago
  27. 499fde6 vsock: use new wait API for vsock_stream_sendmsg() by WANG Cong · 7 years ago
  28. 380feae vsock: cancel packets when failing to connect by Peng Tao · 8 years ago
  29. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  30. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  31. 1190cfd VSOCK: Don't dec ack backlog twice for rejected connections by Jorgen Hansen · 8 years ago
  32. 6773b7d VSOCK: defer sock removal to transports by Stefan Hajnoczi · 8 years ago
  33. 0b01aeb VSOCK: transport-specific vsock_transport functions by Stefan Hajnoczi · 8 years ago
  34. 4192f67 vsock: make listener child lock ordering explicit by Stefan Hajnoczi · 8 years ago
  35. dedc58e VSOCK: do not disconnect socket when peer has shutdown SEND only by Ian Campbell · 9 years ago
  36. f7f9b5e AF_VSOCK: Shrink the area influenced by prepare_to_wait by Claudio Imbrenda · 9 years ago
  37. 6f57e56 Revert "vsock: Fix blocking ops call in prepare_to_wait" by Claudio Imbrenda · 9 years ago
  38. 5988818 vsock: Fix blocking ops call in prepare_to_wait by Laura Abbott · 9 years ago
  39. ea3803c VSOCK: define VSOCK_SS_LISTEN once only by Stefan Hajnoczi · 9 years ago
  40. f6a835b vsock: fix missing cleanup when misc_register failed by Gao feng · 9 years ago
  41. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  42. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  43. 0f7db23 vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdr by Al Viro · 10 years ago
  44. 2c4a336 vsock: Make transport the proto owner by Andy King · 11 years ago
  45. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  46. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  47. d9af2d6 net/vmw_vsock/af_vsock.c: drop unneeded semicolon by Julia Lawall · 11 years ago
  48. 82a54d0 VSOCK: Move af_vsock.h and vsock_addr.h to include/net by Asias He · 11 years ago
  49. a49dd9d VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASH by Asias He · 11 years ago
  50. b3a6dfe VSOCK: Introduce vsock_auto_bind helper by Asias He · 11 years ago
  51. 22ee3b5 VSOCK: Drop bogus __init annotation from vsock_init_tables() by Geert Uytterhoeven · 12 years ago
  52. 6ad0b2f VSOCK: Fix misc device registration by Asias He · 12 years ago
  53. d5e0d0f VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg() by Mathias Krause · 12 years ago
  54. 990454b VSOCK: Handle changes to the VMCI context ID. by Reilly Grant · 12 years ago
  55. 6cf1c5f VSOCK: Don't reject PF_VSOCK protocol by Andy King · 12 years ago
  56. 7ccd7de VSOCK: get rid of vsock_version.h by Dmitry Torokhov · 12 years ago
  57. 7777ac3 VSOCK: get rid of EXPORT_SYMTAB by Dmitry Torokhov · 12 years ago
  58. d021c34 VSOCK: Introduce VM Sockets by Andy King · 12 years ago