1. 933a90b Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. a2d79c7 Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  3. aa1fa28 io_uring: add support for recvmsg() by Jens Axboe · 6 years ago
  4. 0fa03c6 io_uring: add support for sendmsg() by Jens Axboe · 6 years ago
  5. 333f790 coallocate socket_wq with socket itself by Al Viro · 5 years ago
  6. 6d7855c sockfs: switch to ->free_inode() by Al Viro · 5 years ago
  7. c4cde58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  8. a648a59 net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msg by Paolo Abeni · 5 years ago
  9. 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
  10. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  11. 4546e44 net: socket: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  12. 87e5e6d uio: make import_iovec()/compat_import_iovec() return bytes on success by Jens Axboe · 6 years ago
  13. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  14. fba9be4 vfs: Convert sockfs to use the new mount API by David Howells · 6 years ago
  15. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  16. 85806af net: fix kernel-doc warnings for socket.c by Randy Dunlap · 6 years ago
  17. 8c3c447 net: use indirect calls helpers at the socket layer by Paolo Abeni · 6 years ago
  18. 6074782 net: socket: Fix missing break in switch statement by Gustavo A. R. Silva · 6 years ago
  19. 0768e17 net: socket: implement 64-bit timestamps by Arnd Bergmann · 6 years ago
  20. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  21. 8a3c245 net: add documentation to socket.c by Pedro Tammela · 6 years ago
  22. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  23. ff7b11a net: socket: set sock->sk to NULL after calling proto_ops::release() by Eric Biggers · 6 years ago
  24. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  25. 9718475 socket: Add SO_TIMESTAMPING_NEW by Deepa Dinamani · 6 years ago
  26. 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
  27. 13c6ee2 socket: Use old_timeval types for socket timestamps by Deepa Dinamani · 6 years ago
  28. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  29. 9840613 net: socket: make bond ioctls go through compat_ifreq_ioctl() by Johannes Berg · 6 years ago
  30. c6c9fee net: socket: fix SIOCGIFNAME in compat by Johannes Berg · 6 years ago
  31. 37ac39b Revert "kill dev_ifsioc()" by Johannes Berg · 6 years ago
  32. 63ff03a Revert "socket: fix struct ifreq size in compat ioctl" by Johannes Berg · 6 years ago
  33. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  34. e11d428 y2038: socket: Add compat_sys_recvmmsg_time64 by Arnd Bergmann · 7 years ago
  35. 9550658 socket: do a generic_file_splice_read when proto_ops has no splice_read by Slavomir Kaslev · 6 years ago
  36. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  37. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  38. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  39. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  40. b616856 net: socket: fix a missing-check bug by Wenwen Wang · 6 years ago
  41. 068b88c socket: Tighten no-error check in bind() by Jakub Sitnicki · 6 years ago
  42. 1cebf8f socket: fix struct ifreq size in compat ioctl by Johannes Berg · 6 years ago
  43. c2e6c85 y2038: socket: Change recvmmsg to use __kernel_timespec by Arnd Bergmann · 7 years ago
  44. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  45. 66b51b0 net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() by Jeremy Cline · 6 years ago
  46. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  47. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  48. e6476c2 net: remove bogus RCU annotations on socket.wq by Christoph Hellwig · 6 years ago
  49. a331de3 net: remove sock_poll_busy_flag by Christoph Hellwig · 6 years ago
  50. f641f13b net: remove sock_poll_busy_loop by Christoph Hellwig · 6 years ago
  51. e978de7 net: socket: Fix potential spectre v1 gadget in sock_is_registered by Jeremy Cline · 6 years ago
  52. c8e8cd5 net: socket: fix potential spectre v1 gadget in socketcall by Jeremy Cline · 6 years ago
  53. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 7 years ago
  54. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  55. e88958e net: handle NULL ->poll gracefully by Christoph Hellwig · 7 years ago
  56. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  57. 6d8c50d socket: close race condition between sock_close() and sockfs_setattr() by Cong Wang · 7 years ago
  58. 10b1eb7 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  59. 1525242 net: add support for ->poll_mask in proto_ops by Christoph Hellwig · 7 years ago
  60. 3cafb37 net: refactor socket_poll by Christoph Hellwig · 7 years ago
  61. d47cd94 net: hook socketpair() into LSM by David Herrmann · 7 years ago
  62. 672a9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  63. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  64. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  65. d27e9af net: socket: replace call to sys_recv() with __sys_recvfrom() by Dominik Brodowski · 7 years ago
  66. f3bf896 net: socket: replace calls to sys_send() with __sys_sendto() by Dominik Brodowski · 7 years ago
  67. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 7 years ago
  68. 1255e26 net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  69. 13a2d70 net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  70. cc36dca net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  71. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  72. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  73. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  74. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  75. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  76. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  77. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  78. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  79. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  80. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  81. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  82. b903036 net: Spelling s/stucture/structure/ by Geert Uytterhoeven · 7 years ago
  83. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  84. bf2ae2e sock_diag: request _diag module only when the family or proto has been registered by Xin Long · 7 years ago
  85. 7797dc4 socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE) by Soheil Hassas Yeganeh · 7 years ago
  86. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  87. d8d211a net: Make extern and export get_net_ns() by Kirill Tkhai · 7 years ago
  88. e92bad5 net: Remove atalk header from socket.c by David Ahern · 7 years ago
  89. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  90. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  91. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  92. 5c59e56 kill kernel_sock_ioctl() by Al Viro · 8 years ago
  93. 44c02a2 dev_ioctl(): move copyin/copyout to callers by Al Viro · 7 years ago
  94. b1b0c24 lift handling of SIOCIW... out of dev_ioctl() by Al Viro · 7 years ago
  95. 4cf808e7 kill dev_ifname32() by Al Viro · 7 years ago
  96. f92d4fc kill bond_ioctl() by Al Viro · 7 years ago
  97. bf44057 kill dev_ifsioc() by Al Viro · 7 years ago
  98. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 8 years ago
  99. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  100. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago