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