1. 7abb7f7 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 5 years ago
  2. 51d2a5e net: support compat 64-bit time in {s,g}etsockopt by Lance Richardson · 6 years ago
  3. 91e6649 audit: log 32-bit socketcalls by Richard Guy Briggs · 7 years ago
  4. 719c44d packet: compat support for sock_fprog by Willem de Bruijn · 8 years ago
  5. 1957598 soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPF by Helge Deller · 8 years ago
  6. da18428 net: switch importing msghdr from userland to {compat_,}import_iovec() by Al Viro · 9 years ago
  7. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 9 years ago
  8. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  9. 91edd09 net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour by Catalin Marinas · 9 years ago
  10. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  11. d720d8c net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msg by Catalin Marinas · 9 years ago
  12. e099b2d net: __aligned(size) is preferred over __attribute__((aligned(size))) by Ameen Ali · 9 years ago
  13. c0371da put iov_iter into msghdr by Al Viro · 9 years ago
  14. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 9 years ago
  15. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 9 years ago
  16. 666547f separate kernel- and userland-side msghdr by Al Viro · 10 years ago
  17. 40eea80 net: sendmsg: fix NULL pointer dereference by Andrey Ryabinin · 10 years ago
  18. 3a49a0f net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter types by Heiko Carstens · 10 years ago
  19. 361d93c net/compat: convert to COMPAT_SYSCALL_DEFINE by Heiko Carstens · 10 years ago
  20. 2def2ef x86, x32: Correct invalid use of user timespec in the kernel by PaX Team · 10 years ago
  21. db31c55 net: clamp ->msg_namelen instead of returning an error by Dan Carpenter · 10 years ago
  22. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 10 years ago
  23. 1661bf3 net: heap overflow in __audit_sockaddr() by Dan Carpenter · 11 years ago
  24. a7526eb net: Unbreak compat_sys_{send,recv}msg by Andy Lutomirski · 11 years ago
  25. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  26. 8188104 net: Fix references to out-of-scope variables in put_cmsg_compat() by Jesper Juhl · 12 years ago
  27. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  28. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  29. 0c5fe1b net/compat.c,linux/filter.h: share compat_sock_fprog by Will Drewry · 12 years ago
  30. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  31. 43db362 net: get rid of some pointless casts to sockaddr by Maciej Żenczykowski · 12 years ago
  32. ee4fa23 compat: Use COMPAT_USE_64BIT_TIME in net/compat.c by H. J. Lu · 12 years ago
  33. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  34. 228e548 net: Add sendmmsg socket system call by Anton Blanchard · 13 years ago
  35. 8acfe46 net: Limit socket I/O iovec total length to INT_MAX. by David S. Miller · 14 years ago
  36. c6d409c From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001 by Eric Dumazet · 14 years ago
  37. bc10502 net: use __packed annotation by Eric Dumazet · 14 years ago
  38. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  39. de039f0 net: use compat helper functions in compat_sys_recvmmsg by Heiko Carstens · 14 years ago
  40. 60c2ffd net: fix compat_sys_recvmmsg parameter type by Heiko Carstens · 14 years ago
  41. 5b23136 net: compat_sys_recvmmsg user timespec arg can be NULL by Jean-Mickael Guerin · 14 years ago
  42. 65a1c4f net: Cleanup redundant tests on unsigned by roel kluin · 15 years ago
  43. a2e2725 net: Introduce recvmmsg socket syscall by Arnaldo Carvalho de Melo · 15 years ago
  44. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  45. 1dacc76 net/compat/wext: send different messages to compat tasks by Johannes Berg · 15 years ago
  46. 20d4947 net: socket infrastructure for SO_TIMESTAMPING by Patrick Ohly · 15 years ago
  47. de11def reintroduce accept4 by Ulrich Drepper · 15 years ago
  48. d35aac1 net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as caller by Patrick Ohly · 15 years ago
  49. aaca0bd flag parameters: paccept by Ulrich Drepper · 16 years ago
  50. 230b183 net: Use standard structures for generic socket address structures. by YOSHIFUJI Hideaki · 16 years ago
  51. 42908c6 net: Add compat support for getsockopt (MCAST_MSFILTER) by David L Stevens · 16 years ago
  52. be666e0 net: Several cleanups for the setsockopt compat support. by David L Stevens · 16 years ago
  53. dae5029 ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. by David L Stevens · 16 years ago
  54. 3bc3fe5 [NETFILTER]: ip6_tables: add compat support by Patrick McHardy · 16 years ago
  55. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 16 years ago
  56. 1ac70e7 [NET]: Fix function put_cmsg() which may cause usr application memory overflow by Wei Yongjun · 16 years ago
  57. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago
  58. 92f37fd [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support by Eric Dumazet · 17 years ago
  59. e71a478 [NET] core: whitespace cleanup by Stephen Hemminger · 17 years ago
  60. ae40eb1 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution by Eric Dumazet · 17 years ago
  61. b7aa0bf [NET]: convert network timestamps to ktime_t by Eric Dumazet · 17 years ago
  62. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  63. 4768fbc [NET]: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  64. effee6a [NET]: File descriptor loss while receiving SCM_RIGHTS by Miklos Szeredi · 18 years ago
  65. 2722971 [NETFILTER]: iptables 32bit compat layer by Dmitry Mishin · 18 years ago
  66. f0ac261 [NET]: socket timestamp 32 bit handler for 64 bit kernel by Shaun Pereira · 18 years ago
  67. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  68. 8920e8f [PATCH] Fix 32bit sendmsg() flaw by Al Viro · 19 years ago
  69. d64d387 [NET]: Fix memory leak in sys_{send,recv}msg() w/compat by Andrew Morton · 19 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago