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