1. 70df64d Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 5 months ago
  2. 3c9ba81 net: Fix a data-race around sysctl_somaxconn. by Kuniyuki Iwashima · 2 years, 7 months ago
  3. 0f60d28 dynamic_dname(): drop unused dentry argument by Al Viro · 3 years, 1 month ago
  4. f86d1fb Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 7 months ago
  5. 4effe18f Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-send by Jens Axboe · 2 years, 8 months ago
  6. 7fa875b net: copy from user before calling __copy_msghdr by Dylan Yudaken · 2 years, 8 months ago
  7. 7f9eee1 Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/kernel/git/kuba/linux by Jakub Kicinski · 2 years, 8 months ago
  8. 7c701d9 skbuff: carry external ubuf_info in msghdr by Pavel Begunkov · 2 years, 8 months ago
  9. 0d8730f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 8 months ago
  10. 1228b34 net: clear msg_get_inq in __sys_recvfrom() and __copy_msghdr_from_user() by Eric Dumazet · 2 years, 9 months ago
  11. c042453 net: make __sys_accept4_file() static by Yajun Deng · 2 years, 9 months ago
  12. 7e062cd Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years, 10 months ago
  13. 97dc7cd ptp: Support late timestamp determination by Gerhard Engleder · 2 years, 10 months ago
  14. d58809d ptp: Pass hwtstamp to ptp_convert_timestamp() by Gerhard Engleder · 2 years, 10 months ago
  15. 51eb749 ptp: Request cycles for TX timestamp by Gerhard Engleder · 2 years, 10 months ago
  16. 6fd1d51 net: SO_RCVMARK socket option for SO_MARK with recvmsg() by Erin MacNeil · 2 years, 11 months ago
  17. da214a4 net: add __sys_socket_file() by Jens Axboe · 2 years, 11 months ago
  18. fd60b28 fs: allocate inode by using alloc_inode_sb() by Muchun Song · 3 years ago
  19. 0fc95de net: fix documentation for kernel_getsockname by Alex Maydanik · 3 years, 1 month ago
  20. 007747a9 net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets by Miroslav Lichvar · 3 years, 2 months ago
  21. e44ef1d net: socket.c: style fix by Hamish MacDonald · 3 years, 2 months ago
  22. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 2 months ago
  23. fd3a459 net: bridge: Get SIOCGIFBR/SIOCSIFBR ioctl working in compat mode by Remi Pommarel · 3 years, 3 months ago
  24. aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years, 3 months ago
  25. 9e9fb76 Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
  26. 29ce8f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  27. d0efb16 net: don't unconditionally copy_from_user a struct ifreq for socket ioctls by Peter Collingbourne · 3 years, 7 months ago
  28. d32f89d net: add accept helper not installing fd by Pavel Begunkov · 3 years, 7 months ago
  29. bc49d81 mctp: Add MCTP base by Jeremy Kerr · 3 years, 7 months ago
  30. ad2f99a net: bridge: move bridge ioctls out of .ndo_do_ioctl by Arnd Bergmann · 3 years, 8 months ago
  31. 88fc023 net: socket: return changed ifreq from SIOCDEVPRIVATE by Arnd Bergmann · 3 years, 8 months ago
  32. a554bf9 dev_ioctl: pass SIOCDEVPRIVATE data separately by Arnd Bergmann · 3 years, 8 months ago
  33. 29c4964 net: socket: rework compat_ifreq_ioctl() by Arnd Bergmann · 3 years, 8 months ago
  34. 876f0bf net: socket: simplify dev_ifconf handling by Arnd Bergmann · 3 years, 8 months ago
  35. 709566d net: socket: rework SIOC?IFMAP ioctls by Arnd Bergmann · 3 years, 8 months ago
  36. dd98d28 ethtool: improve compat ioctl handling by Arnd Bergmann · 3 years, 8 months ago
  37. d7c0882 net: socket: support hardware timestamp conversion to PHC bound by Yangbo Lu · 3 years, 8 months ago
  38. fe0bdbd net: add pf_family_names[] for protocol family by Yejune Deng · 3 years, 9 months ago
  39. ea6932d net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 9 months ago
  40. f1dcffc net: Fix a misspell in socket.c by Lu Wei · 4 years ago
  41. 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  42. e549379 net: remove cmsg restriction from io_uring based send/recvmsg calls by Jens Axboe · 4 years, 1 month ago
  43. 7d6beb7 Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years ago
  44. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 2 months ago
  45. e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  46. 9cacf81 bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE by Stanislav Fomichev · 4 years, 2 months ago
  47. 48aba79 Merge tag 'for-5.11/io_uring-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 3 months ago
  48. dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 3 months ago
  49. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 4 months ago
  50. b713c19 net: provide __sys_shutdown_sock() that takes a socket by Jens Axboe · 4 years, 6 months ago
  51. f736591 net: wan: Delete the DLCI / SDLA drivers by Xie He · 4 years, 4 months ago
  52. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  53. 7b62d31 net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send by Coly Li · 4 years, 5 months ago
  54. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 6 months ago
  55. 645f089 net: Fix some comments by Miaohe Lin · 4 years, 6 months ago
  56. 583bbf0 io_uring: allow tcp ancillary data for __sys_recvmsg_sock() by Luke Hsiao · 4 years, 7 months ago
  57. 519a8a6 net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces" by Christoph Hellwig · 4 years, 7 months ago
  58. 7c7ab58 net: Convert to use the fallthrough macro by Miaohe Lin · 4 years, 7 months ago
  59. 47260ba net: Remove meaningless jump label out_fs by Miaohe Lin · 4 years, 7 months ago
  60. ce787a5 net: Set fput_needed iff FDPUT_FPUT is set by Miaohe Lin · 4 years, 7 months ago
  61. 6b07ede net: Use helper function fdput() by Miaohe Lin · 4 years, 7 months ago
  62. a31edb2 net: improve the user pointer check in init_user_sockptr by Christoph Hellwig · 4 years, 7 months ago
  63. 6d04fe1 net: optimize the sockptr_t for unified kernel/user address spaces by Christoph Hellwig · 4 years, 8 months ago
  64. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 8 months ago
  65. c8c1bbb net: switch sock_set_timeout to sockptr_t by Christoph Hellwig · 4 years, 8 months ago
  66. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 8 months ago
  67. 55db9c0 net: remove compat_sys_{get,set}sockopt by Christoph Hellwig · 4 years, 8 months ago
  68. d8a9b38 net: streamline __sys_getsockopt by Christoph Hellwig · 4 years, 8 months ago
  69. 4a36729 net: streamline __sys_setsockopt by Christoph Hellwig · 4 years, 8 months ago
  70. 9a8ad9a net: socket: Move kerneldoc next to function it documents by Andrew Lunn · 4 years, 8 months ago
  71. 83f0c10 net: use mptcp setsockopt function for SOL_SOCKET on mptcp sockets by Florian Westphal · 4 years, 8 months ago
  72. 5a892ff net: remove kernel_setsockopt by Christoph Hellwig · 4 years, 9 months ago
  73. 7a15b2e net: remove kernel_getsockopt by Christoph Hellwig · 4 years, 10 months ago
  74. dc13c876 ipv4,appletalk: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 10 months ago
  75. 3986912 ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 10 months ago
  76. 1f466e1 net: cleanly handle kernel vs user buffers for ->msg_control by Christoph Hellwig · 4 years, 10 months ago
  77. e59cd88 Merge tag 'for-5.7/io_uring-2020-03-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  78. 09952e3 io_uring: make sure accept honor rlimit nofile by Jens Axboe · 5 years ago
  79. 0a384ab net: abstract out normal and compat msghdr import by Jens Axboe · 5 years ago
  80. 542d306 socket: fix unused-function warning by Arnd Bergmann · 5 years ago
  81. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  82. 5bd831a Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  83. b465334 net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd] by Kirill Tkhai · 5 years ago
  84. ebfcd89 net: make socket read/write_iter() honor IOCB_NOWAIT by Jens Axboe · 5 years ago
  85. 95e6ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  86. 1af6622 net: avoid an indirect call in ____sys_recvmsg() by Eric Dumazet · 5 years ago
  87. f499a02 io_uring: ensure async punted connect requests copy data by Jens Axboe · 5 years ago
  88. 03b1230 io_uring: ensure async punted sendmsg/recvmsg requests copy data by Jens Axboe · 5 years ago
  89. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  90. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  91. d69e077 net: disallow ancillary data for __sys_{send,recv}msg_file() by Jens Axboe · 5 years ago
  92. 4257c8c net: separate out the msghdr copy from ___sys_{send,recv}msg() by Jens Axboe · 5 years ago
  93. bd3ded3 net: add __sys_connect_file() helper by Jens Axboe · 5 years ago
  94. fb4b3d3 Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  95. d8e464e vfs: mark pipes and sockets as stream-like file descriptors by Linus Torvalds · 5 years ago
  96. df1b4ba y2038: socket: use __kernel_old_timespec instead of timespec by Arnd Bergmann · 5 years ago
  97. 3ca47e9 y2038: remove CONFIG_64BIT_TIME by Arnd Bergmann · 6 years ago
  98. de2ea4b net: add __sys_accept4_file() helper by Jens Axboe · 5 years ago
  99. c7dc504 compat_ioctl: move SIOCOUTQ out of compat_ioctl.c by Arnd Bergmann · 6 years ago
  100. 9d7bf41 compat_ioctl: handle SIOCOUTQNSD by Arnd Bergmann · 6 years ago