1. bf2ae2e sock_diag: request _diag module only when the family or proto has been registered by Xin Long · 7 years ago
  2. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  3. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. 5c59e56 kill kernel_sock_ioctl() by Al Viro · 8 years ago
  5. 44c02a2 dev_ioctl(): move copyin/copyout to callers by Al Viro · 7 years ago
  6. b1b0c24 lift handling of SIOCIW... out of dev_ioctl() by Al Viro · 7 years ago
  7. 4cf808e7 kill dev_ifname32() by Al Viro · 7 years ago
  8. f92d4fc kill bond_ioctl() by Al Viro · 7 years ago
  9. bf44057 kill dev_ifsioc() by Al Viro · 7 years ago
  10. 36fd633 net: separate SIOCGIFCONF handling from dev_ioctl() by Al Viro · 8 years ago
  11. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  12. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. cbd0a6a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. ce4bb04 Fix a leak in socket(2) when we fail to allocate a file descriptor. by Al Viro · 7 years ago
  15. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  16. 648845a sock: Move the socket inuse to namespace. by Tonghao Zhang · 7 years ago
  17. 8e1611e make sock_alloc_file() do sock_release() on failures by Al Viro · 7 years ago
  18. 016a266 socketpair(): allocate descriptors first by Al Viro · 7 years ago
  19. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  20. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 8 years ago
  21. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  22. db5980d net: fixes for skb_send_sock by John Fastabend · 7 years ago
  23. 306b13e proto_ops: Add locked held versions of sendmsg and sendpage by Tom Herbert · 7 years ago
  24. 29fda25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  25. 614d79c socket: fix set not used warning by stephen hemminger · 7 years ago
  26. 864d966 net/socket: fix type in assignment and trim long line by Paolo Abeni · 7 years ago
  27. 2173bd0 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  28. 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. ffb0755 copy_msghdr_from_user(): get rid of field-by-field copyin by Al Viro · 8 years ago
  30. 393cc3f fs/fcntl: f_setown, allow returning error by Jiri Slaby · 8 years ago
  31. 241c466 net: socket: fix a typo in sockfd_lookup(). by Rosen, Rami · 8 years ago
  32. b50a5c7 net: allow simultaneous SW and HW transmit timestamping by Miroslav Lichvar · 8 years ago
  33. aad9c8c net: add new control message for incoming HW-timestamped packets by Miroslav Lichvar · 8 years ago
  34. 57240d0 l2tp: device MTU setup, tunnel socket needs a lock by R. Parameswaran · 8 years ago
  35. 113c307 New kernel function to get IP overhead on a socket. by R. Parameswaran · 8 years ago
  36. 4ef1b28 tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS by Soheil Hassas Yeganeh · 8 years ago
  37. 8605330a tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs by Soheil Hassas Yeganeh · 8 years ago
  38. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  39. 9f138fa net: initialize msg.msg_flags in recvfrom by Alexander Potapenko · 8 years ago
  40. e623a9e net: socket: fix recvmmsg not returning error from sock_error by Maxime Jayat · 8 years ago
  41. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  42. dc647ec net: socket: Make unnecessarily global sockfs_setattr() static by Tobias Klauser · 8 years ago
  43. 1e91163 net: change init_inodecache() return void by yuan linyu · 8 years ago
  44. 76eb75b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  45. ac4340f net: Assert at build time the assumptions we make about the CMSG header. by David S. Miller · 8 years ago
  46. e1a3a60 net: socket: don't set sk_uid to garbage value in ->setattr() by Eric Biggers · 8 years ago
  47. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  48. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  49. fa1bd57 net: socket: removed an unnecessary newline by Amit Kushwaha · 8 years ago
  50. 846cc12 net: socket: preferred __aligned(size) for control buffer by Amit Kushwaha · 8 years ago
  51. 1c88580 tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING by Francis Yan · 8 years ago
  52. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  53. 4a59015 xattr: Fix setting security xattrs on sockfs by Andreas Gruenbacher · 8 years ago
  54. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  55. 3023898 sock: fix sendmmsg for partial sendmsg by Soheil Hassas Yeganeh · 8 years ago
  56. 86741ec net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  57. c62cce2 net: add an ioctl to get a socket network namespace by Andrey Vagin · 8 years ago
  58. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  59. bba0bd3 sockfs: Get rid of getxattr iop by Andreas Gruenbacher · 8 years ago
  60. 971df15 sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute names by Andreas Gruenbacher · 8 years ago
  61. 766b9f9 fs: poll/select/recvmmsg: use timespec64 for timeout events by Deepa Dinamani · 9 years ago
  62. a7fd20d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  63. 0a2cf20 tcp: remove SKBTX_ACK_TSTAMP since it is redundant by Soheil Hassas Yeganeh · 9 years ago
  64. 6c61403d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 9 years ago
  65. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  66. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
  67. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
  68. 2da6290 [net] drop 'size' argument of sock_recvmsg() by Al Viro · 10 years ago
  69. 34b88a6 net: Fix use after free in the recvmmsg exit path by Arnaldo Carvalho de Melo · 9 years ago
  70. f3c9869 net: socket: use pr_info_once to tip the obsolete usage of PF_PACKET by liping.zhang · 9 years ago
  71. f092276 net: Add MSG_BATCH flag by Tom Herbert · 9 years ago
  72. 28a94d8 net: Allow MSG_EOR in each msghdr of sendmmsg by Tom Herbert · 9 years ago
  73. f4a00aa net: Make sock_alloc exportable by Tom Herbert · 9 years ago
  74. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  75. a78cb84 net: add scheduling point in recvmmsg/sendmmsg by Eric Dumazet · 9 years ago
  76. 574aab1 net, socket, socket_wq: fix missing initialization of flags by Nicolai Stange · 9 years ago
  77. 130ed5d net: fix uninitialized variable issue by tadeusz.struk@intel.com · 9 years ago
  78. ceb5d58 net: fix sock_wake_async() rcu protection by Eric Dumazet · 9 years ago
  79. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  80. b5ffe63 net: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  81. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  82. 140e807da tun: Utilize the normal socket network namespace refcounting. by Eric W. Biederman · 10 years ago
  83. c5ef603 VFS: net/: d_inode() annotations by David Howells · 10 years ago
  84. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  85. 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
  86. d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 10 years ago
  87. 6aa2481 switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec() by Al Viro · 10 years ago
  88. da18428 net: switch importing msghdr from userland to {compat_,}import_iovec() by Al Viro · 10 years ago
  89. 602bd0e net: switch sendto() and recvfrom() to import_single_range() by Al Viro · 10 years ago
  90. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 10 years ago
  91. 0345f93 net: socket: add support for async operations by tadeusz.struk@intel.com · 10 years ago
  92. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  93. 4de930e net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom by Al Viro · 10 years ago
  94. 599bd19 fs: don't allow to complete sync iocbs through aio_complete by Christoph Hellwig · 10 years ago
  95. 66ee59a fs: remove ki_nbytes by Christoph Hellwig · 10 years ago
  96. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  97. 744d5a3 net: move skb->dropcount to skb->cb[] by Eyal Birger · 10 years ago
  98. 8ae5e030 net: switch sockets to ->read_iter/->write_iter by Al Viro · 10 years ago
  99. 6d65233 net/socket.c: fold do_sock_{read,write} into callers by Al Viro · 10 years ago
  100. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 10 years ago