1. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  2. 66b51b0 net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd() by Jeremy Cline · 6 years ago
  3. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  4. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. e6476c2 net: remove bogus RCU annotations on socket.wq by Christoph Hellwig · 6 years ago
  6. a331de3 net: remove sock_poll_busy_flag by Christoph Hellwig · 6 years ago
  7. f641f13 net: remove sock_poll_busy_loop by Christoph Hellwig · 6 years ago
  8. e978de7 net: socket: Fix potential spectre v1 gadget in sock_is_registered by Jeremy Cline · 6 years ago
  9. c8e8cd5 net: socket: fix potential spectre v1 gadget in socketcall by Jeremy Cline · 6 years ago
  10. d93aa9d new wrapper: alloc_file_pseudo() by Al Viro · 6 years ago
  11. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 6 years ago
  12. e88958e net: handle NULL ->poll gracefully by Christoph Hellwig · 6 years ago
  13. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  14. 6d8c50d socket: close race condition between sock_close() and sockfs_setattr() by Cong Wang · 6 years ago
  15. 10b1eb7 Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  16. 1525242 net: add support for ->poll_mask in proto_ops by Christoph Hellwig · 6 years ago
  17. 3cafb37 net: refactor socket_poll by Christoph Hellwig · 7 years ago
  18. d47cd94 net: hook socketpair() into LSM by David Herrmann · 6 years ago
  19. 672a9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 6 years ago
  20. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  21. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  22. d27e9af net: socket: replace call to sys_recv() with __sys_recvfrom() by Dominik Brodowski · 6 years ago
  23. f3bf896 net: socket: replace calls to sys_send() with __sys_sendto() by Dominik Brodowski · 6 years ago
  24. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 6 years ago
  25. 1255e26 net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  26. 13a2d70 net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  27. cc36dca net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  28. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  29. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  30. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  31. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  32. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  33. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  34. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  35. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  36. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  37. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  38. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 6 years ago
  39. b903036 net: Spelling s/stucture/structure/ by Geert Uytterhoeven · 6 years ago
  40. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. bf2ae2e sock_diag: request _diag module only when the family or proto has been registered by Xin Long · 6 years ago
  42. 7797dc4 socket: skip checking sk_err for recvmmsg(MSG_ERRQUEUE) by Soheil Hassas Yeganeh · 6 years ago
  43. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 6 years ago
  44. d8d211a net: Make extern and export get_net_ns() by Kirill Tkhai · 6 years ago
  45. e92bad5 net: Remove atalk header from socket.c by David Ahern · 6 years ago
  46. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 6 years ago
  47. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  48. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  49. 5c59e56 kill kernel_sock_ioctl() by Al Viro · 7 years ago
  50. 44c02a2 dev_ioctl(): move copyin/copyout to callers by Al Viro · 7 years ago
  51. b1b0c24 lift handling of SIOCIW... out of dev_ioctl() by Al Viro · 7 years ago
  52. 4cf808e7 kill dev_ifname32() by Al Viro · 7 years ago
  53. f92d4fc kill bond_ioctl() by Al Viro · 7 years ago
  54. bf44057 kill dev_ifsioc() by Al Viro · 7 years ago
  55. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 7 years ago
  56. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  57. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. cbd0a6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  59. ce4bb04 Fix a leak in socket(2) when we fail to allocate a file descriptor. by Al Viro · 7 years ago
  60. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  61. 648845a sock: Move the socket inuse to namespace. by Tonghao Zhang · 7 years ago
  62. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  63. 016a266 socketpair(): allocate descriptors first by Al Viro · 7 years ago
  64. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  65. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  66. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  67. db5980d net: fixes for skb_send_sock by John Fastabend · 7 years ago
  68. 306b13e proto_ops: Add locked held versions of sendmsg and sendpage by Tom Herbert · 7 years ago
  69. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. 614d79c socket: fix set not used warning by stephen hemminger · 7 years ago
  71. 864d966 net/socket: fix type in assignment and trim long line by Paolo Abeni · 7 years ago
  72. 2173bd0 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  73. 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  74. ffb0755 copy_msghdr_from_user(): get rid of field-by-field copyin by Al Viro · 7 years ago
  75. 393cc3f fs/fcntl: f_setown, allow returning error by Jiri Slaby · 7 years ago
  76. 241c466 net: socket: fix a typo in sockfd_lookup(). by Rosen, Rami · 7 years ago
  77. b50a5c7 net: allow simultaneous SW and HW transmit timestamping by Miroslav Lichvar · 7 years ago
  78. aad9c8c net: add new control message for incoming HW-timestamped packets by Miroslav Lichvar · 7 years ago
  79. 57240d0 l2tp: device MTU setup, tunnel socket needs a lock by R. Parameswaran · 7 years ago
  80. 113c307 New kernel function to get IP overhead on a socket. by R. Parameswaran · 7 years ago
  81. 4ef1b28 tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS by Soheil Hassas Yeganeh · 7 years ago
  82. 8605330a tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs by Soheil Hassas Yeganeh · 7 years ago
  83. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 7 years ago
  84. 9f138fa net: initialize msg.msg_flags in recvfrom by Alexander Potapenko · 7 years ago
  85. e623a9e net: socket: fix recvmmsg not returning error from sock_error by Maxime Jayat · 7 years ago
  86. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  87. dc647ec net: socket: Make unnecessarily global sockfs_setattr() static by Tobias Klauser · 8 years ago
  88. 1e91163 net: change init_inodecache() return void by yuan linyu · 8 years ago
  89. 76eb75b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  90. ac4340f net: Assert at build time the assumptions we make about the CMSG header. by David S. Miller · 8 years ago
  91. e1a3a60 net: socket: don't set sk_uid to garbage value in ->setattr() by Eric Biggers · 8 years ago
  92. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  93. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  94. fa1bd57 net: socket: removed an unnecessary newline by Amit Kushwaha · 8 years ago
  95. 846cc12 net: socket: preferred __aligned(size) for control buffer by Amit Kushwaha · 8 years ago
  96. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  97. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. 4a59015 xattr: Fix setting security xattrs on sockfs by Andreas Gruenbacher · 8 years ago
  99. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. 3023898 sock: fix sendmmsg for partial sendmsg by Soheil Hassas Yeganeh · 8 years ago