1. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  2. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  3. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  4. 46d8411 net: fixup address-space warnings in compat_mc_{get,set}sockopt() by Ben Dooks · 6 years ago
  5. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  6. 52baf98 net: socket: add check for negative optlen in compat setsockopt by Jann Horn · 6 years ago
  7. 8dabe72 y2038: syscalls: rename y2038 compat syscalls by Arnd Bergmann · 6 years ago
  8. 13c6ee2 socket: Use old_timeval types for socket timestamps by Deepa Dinamani · 6 years ago
  9. 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
  10. fe0c72f socket: move compat timeout handling into sock.c by Arnd Bergmann · 6 years ago
  11. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  12. 43d86ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  13. 3a0ed3e9 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 6 years ago
  14. e11d428 y2038: socket: Add compat_sys_recvmmsg_time64 by Arnd Bergmann · 7 years ago
  15. c2e6c85 y2038: socket: Change recvmmsg to use __kernel_timespec by Arnd Bergmann · 7 years ago
  16. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 6 years ago
  17. 9dae349 net: avoid unnecessary sock_flag() check when enable timestamp by Yafang Shao · 6 years ago
  18. 988bf72 net: support compat 64-bit time in {s,g}etsockopt by Lance Richardson · 7 years ago
  19. 6df3546 net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls by Dominik Brodowski · 7 years ago
  20. 157b334 net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  21. 8770cf4 net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  22. 73ee3ea net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  23. fd4e82f net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 7 years ago
  24. d27e9af net: socket: replace call to sys_recv() with __sys_recvfrom() by Dominik Brodowski · 7 years ago
  25. f3bf896 net: socket: replace calls to sys_send() with __sys_sendto() by Dominik Brodowski · 7 years ago
  26. e1834a3 net: socket: move check for forbid_cmsg_compat to __sys_...msg() by Dominik Brodowski · 7 years ago
  27. 005a1ae net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  28. 6debc8d net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  29. b21c8f8 net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  30. 8882a10 net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  31. 25e290e net: socket: add __sys_listen() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  32. 1387c2c net: socket: add __sys_connect() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  33. a87d35d net: socket: add __sys_bind() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  34. 9d6a15c net: socket: add __sys_socket() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  35. 4541e80 net: socket: add __sys_accept4() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  36. 211b634 net: socket: add __sys_sendto() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  37. 7a09e1e net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  38. c2a64bb net: compat: assert the size of cmsg copied in is as expected by Meng Xu · 7 years ago
  39. f8f8a72 get_compat_bpf_fprog(): don't copyin field-by-field by Al Viro · 8 years ago
  40. 5da028a get_compat_msghdr(): get rid of field-by-field copyin by Al Viro · 8 years ago
  41. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  42. b8989bc Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  43. 62bc306 audit: log 32-bit socketcalls by Richard Guy Briggs · 8 years ago
  44. ac4340f net: Assert at build time the assumptions we make about the CMSG header. by David S. Miller · 8 years ago
  45. 1ff8ceb scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr)) by yuan linyu · 8 years ago
  46. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  47. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 9 years ago
  48. 1957598 soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPF by Helge Deller · 9 years ago
  49. da18428 net: switch importing msghdr from userland to {compat_,}import_iovec() by Al Viro · 10 years ago
  50. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 10 years ago
  51. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  52. 91edd09 net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour by Catalin Marinas · 10 years ago
  53. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. d720d8c net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg by Catalin Marinas · 10 years ago
  55. e099b2d net: __aligned(size) is preferred over __attribute__((aligned(size))) by Ameen Ali · 10 years ago
  56. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  57. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  58. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 10 years ago
  59. 666547f separate kernel- and userland-side msghdr by Al Viro · 11 years ago
  60. 40eea80 net: sendmsg: fix NULL pointer dereference by Andrey Ryabinin · 10 years ago
  61. 3a49a0f net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 11 years ago
  62. 361d93c net/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 11 years ago
  63. 2def2ef x86, x32: Correct invalid use of user timespec in the kernel by PaX Team · 11 years ago
  64. db31c55 net: clamp ->msg_namelen instead of returning an error by Dan Carpenter · 11 years ago
  65. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  66. 1661bf3 net: heap overflow in __audit_sockaddr() by Dan Carpenter · 11 years ago
  67. a7526eb net: Unbreak compat_sys_{send,recv}msg by Andy Lutomirski · 12 years ago
  68. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  69. 8188104 net: Fix references to out-of-scope variables in put_cmsg_compat() by Jesper Juhl · 12 years ago
  70. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  71. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  72. 0c5fe1b net/compat.c,linux/filter.h: share compat_sock_fprog by Will Drewry · 13 years ago
  73. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  74. 43db362 net: get rid of some pointless casts to sockaddr by Maciej Żenczykowski · 13 years ago
  75. ee4fa23 compat: Use COMPAT_USE_64BIT_TIME in net/compat.c by H. J. Lu · 13 years ago
  76. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  77. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 14 years ago
  78. 8acfe46 net: Limit socket I/O iovec total length to INT_MAX. by David S. Miller · 14 years ago
  79. c6d409c From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001 by Eric Dumazet · 15 years ago
  80. bc10502 net: use __packed annotation by Eric Dumazet · 15 years ago
  81. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  82. de039f0 net: use compat helper functions in compat_sys_recvmmsg by Heiko Carstens · 15 years ago
  83. 60c2ffd net: fix compat_sys_recvmmsg parameter type by Heiko Carstens · 15 years ago
  84. 5b23136 net: compat_sys_recvmmsg user timespec arg can be NULL by Jean-Mickael Guerin · 15 years ago
  85. 65a1c4f net: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  86. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  87. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  88. 1dacc76 net/compat/wext: send different messages to compat tasks by Johannes Berg · 16 years ago
  89. 20d4947 net: socket infrastructure for SO_TIMESTAMPING by Patrick Ohly · 16 years ago
  90. de11def reintroduce accept4 by Ulrich Drepper · 16 years ago
  91. d35aac1 net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as caller by Patrick Ohly · 16 years ago
  92. aaca0bd flag parameters: paccept by Ulrich Drepper · 16 years ago
  93. 230b183 net: Use standard structures for generic socket address structures. by YOSHIFUJI Hideaki · 16 years ago
  94. 42908c6 net: Add compat support for getsockopt (MCAST_MSFILTER) by David L Stevens · 17 years ago
  95. be666e0 net: Several cleanups for the setsockopt compat support. by David L Stevens · 17 years ago
  96. dae5029 ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. by David L Stevens · 17 years ago
  97. 3bc3fe5 [NETFILTER]: ip6_tables: add compat support by Patrick McHardy · 17 years ago
  98. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  99. 1ac70e7 [NET]: Fix function put_cmsg() which may cause usr application memory overflow by Wei Yongjun · 17 years ago
  100. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago