1. 7fa8c15 UPSTREAM: socket: close race condition between sock_close() and sockfs_setattr() by Cong Wang · 6 years ago
  2. 47b77b8 Merge 4.9.118 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  3. 9a492f8 net: socket: fix potential spectre v1 gadget in socketcall by Jeremy Cline · 6 years ago
  4. 71f1469 Merge 4.9.79 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  5. a3d6dd6 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 6 years ago
  6. 319c8e1 Merge 4.9.71 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  7. ae0ebdb net: initialize msg.msg_flags in recvfrom by Alexander Potapenko · 7 years ago
  8. b68cf93 UPSTREAM: net: socket: Make unnecessarily global sockfs_setattr() static by Tobias Klauser · 7 years ago
  9. a6e00ae Merge branch 'upstream-linux-4.9.y' into android-4.9 by Todd Kjos · 7 years ago
  10. 1a0e259 net: socket: fix recvmmsg not returning error from sock_error by Maxime Jayat · 7 years ago
  11. 1452d39 UPSTREAM: net: socket: don't set sk_uid to garbage value in ->setattr() by Eric Biggers · 7 years ago
  12. 81a1591 UPSTREAM: net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  13. 4a59015 xattr: Fix setting security xattrs on sockfs by Andreas Gruenbacher · 8 years ago
  14. 3023898 sock: fix sendmmsg for partial sendmsg by Soheil Hassas Yeganeh · 8 years ago
  15. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  16. bba0bd3 sockfs: Get rid of getxattr iop by Andreas Gruenbacher · 8 years ago
  17. 971df15 sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names by Andreas Gruenbacher · 8 years ago
  18. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 8 years ago
  19. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  20. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 8 years ago
  21. 6c61403d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 8 years ago
  22. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  23. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 8 years ago
  24. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  25. 2da6290 [net] drop 'size' argument of sock_recvmsg() by Al Viro · 9 years ago
  26. 34b88a6 net: Fix use after free in the recvmmsg exit path by Arnaldo Carvalho de Melo · 8 years ago
  27. f3c9869 net: socket: use pr_info_once to tip the obsolete usage of PF_PACKET by liping.zhang · 8 years ago
  28. f092276 net: Add MSG_BATCH flag by Tom Herbert · 8 years ago
  29. 28a94d8 net: Allow MSG_EOR in each msghdr of sendmmsg by Tom Herbert · 8 years ago
  30. f4a00aa net: Make sock_alloc exportable by Tom Herbert · 8 years ago
  31. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  32. a78cb84 net: add scheduling point in recvmmsg/sendmmsg by Eric Dumazet · 8 years ago
  33. 574aab1 net, socket, socket_wq: fix missing initialization of flags by Nicolai Stange · 8 years ago
  34. 130ed5d net: fix uninitialized variable issue by tadeusz.struk@intel.com · 8 years ago
  35. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 8 years ago
  36. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 8 years ago
  37. b5ffe63 net: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  38. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  39. 140e807da tun: Utilize the normal socket network namespace refcounting. by Eric W. Biederman · 9 years ago
  40. c5ef603 VFS: net/: d_inode() annotations by David Howells · 9 years ago
  41. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  42. 01e97e6 new helper: msg_data_left() by Al Viro · 9 years ago
  43. d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 9 years ago
  44. 6aa2481 switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec() by Al Viro · 9 years ago
  45. da18428 net: switch importing msghdr from userland to {compat_,}import_iovec() by Al Viro · 9 years ago
  46. 602bd0e net: switch sendto() and recvfrom() to import_single_range() by Al Viro · 9 years ago
  47. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  48. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 9 years ago
  49. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  50. 4de930e net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom by Al Viro · 9 years ago
  51. 599bd19 fs: don't allow to complete sync iocbs through aio_complete by Christoph Hellwig · 9 years ago
  52. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 9 years ago
  53. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  54. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 9 years ago
  55. 8ae5e03 net: switch sockets to ->read_iter/->write_iter by Al Viro · 10 years ago
  56. 6d65233 net/socket.c: fold do_sock_{read,write} into callers by Al Viro · 9 years ago
  57. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 9 years ago
  58. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  59. 06539d3 net: don't OOPS on socket aio by Christoph Hellwig · 9 years ago
  60. 66c1a12 socket: use ki_nbytes instead of iov_length() by Nicolas Dichtel · 9 years ago
  61. 7eb35b1 socket: use iov_length() by Nicolas Dichtel · 9 years ago
  62. e3bb504 [regression] chunk lost from bd9b51 by Al Viro · 9 years ago
  63. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  64. bd9b51e make default ->i_fop have ->open() fail with ENXIO by Al Viro · 10 years ago
  65. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  66. 0cf00c6 net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate code by Gu Zheng · 9 years ago
  67. 08adb7d fold verify_iovec() into copy_msghdr_from_user() by Al Viro · 10 years ago
  68. 0844932 {compat_,}verify_iovec(): switch to generic copying of iovecs by Al Viro · 10 years ago
  69. 666547f separate kernel- and userland-side msghdr by Al Viro · 10 years ago
  70. ef4a48c Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linux by Linus Torvalds · 10 years ago
  71. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  72. 6a2a2b3 net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland. by Ani Sinha · 10 years ago
  73. 67cc0d4 net-timestamp: optimize sock_tx_timestamp default path by Willem de Bruijn · 10 years ago
  74. e0b93ed security: make security_file_set_fowner, f_setown and __f_setown void return by Jeff Layton · 10 years ago
  75. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  76. c199105 net-timestamp: only report sw timestamp if reporting bit is set by Willem de Bruijn · 10 years ago
  77. 140c55d net-timestamp: sock_tx_timestamp() fix by Eric Dumazet · 10 years ago
  78. e1c8a60 net-timestamp: ACK timestamp for bytestreams by Willem de Bruijn · 10 years ago
  79. e7fd288 net-timestamp: SCHED timestamp on entering packet scheduler by Willem de Bruijn · 10 years ago
  80. b9f40e2 net-timestamp: move timestamp flags out of sk_flags by Willem de Bruijn · 10 years ago
  81. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  82. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  83. b7c0ddf net: use SYSCALL_DEFINEx for sys_recv by Jan Glauber · 10 years ago
  84. 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 10 years ago
  85. 85dcce7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  86. 53611c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  87. dbb490b net: socket: error on a negative msg_namelen by Matthew Leach · 10 years ago
  88. 00e188e sockfd_lookup_light(): switch to fdget^W^Waway from fget_light by Al Viro · 10 years ago
  89. 3410f22 socket: replace some printk with pr_* by Yang Yingliang · 10 years ago
  90. d73aa28 net: handle error more gracefully in socketpair() by Yann Droneaud · 10 years ago
  91. 426e1fa Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 10 years ago
  92. db31c55 net: clamp ->msg_namelen instead of returning an error by Dan Carpenter · 11 years ago
  93. 68c6beb net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_storage) by Hannes Frederic Sowa · 11 years ago
  94. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  95. fd468c7 net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMP by Ben Hutchings · 11 years ago
  96. 590d469 net/compat: Merge multiple implementations of ifreq::ifr_data conversion by Ben Hutchings · 11 years ago
  97. 417c352 net/compat: Fix minor information leak in siocdevprivate_ioctl() by Ben Hutchings · 11 years ago
  98. 1661bf3 net: heap overflow in __audit_sockaddr() by Dan Carpenter · 11 years ago
  99. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  100. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 11 years ago