1. 2aab4b9 af_unix: fix struct pid leaks in OOB support by Eric Dumazet · 2 years ago
  2. d900f3d bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_parser() by Liu Jian · 2 years ago
  3. 5b7c4ca Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 2 years ago
  4. 509f15b net: add missing includes of linux/splice.h by Jakub Kicinski · 2 years, 1 month ago
  5. abf0857 fs: port vfs_*() helpers to struct mnt_idmap by Christian Brauner · 2 years, 2 months ago
  6. b27401a unix: Improve locking scheme in unix_show_fdinfo() by Kirill Tkhai · 2 years, 2 months ago
  7. 3ff8bff unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() by Kirill Tkhai · 2 years, 3 months ago
  8. 73e341e0 af_unix: call proto_unregister() in the error path in af_unix_init() by Yang Yingliang · 2 years, 3 months ago
  9. b3abe42e af_unix: Get user_ns from in_skb in unix_diag_get_exact(). by Kuniyuki Iwashima · 2 years, 3 months ago
  10. fee9ac0 net: remove SOCK_SUPPORT_ZC from sockmap by Pavel Begunkov · 2 years, 4 months ago
  11. f1947d7 Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random by Linus Torvalds · 2 years, 5 months ago
  12. c98c70e Merge tag 'io_uring-6.1-2022-10-13' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 5 months ago
  13. 0091bfc io_uring/af_unix: defer registered files gc to io_uring release by Pavel Begunkov · 2 years, 5 months ago
  14. a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 5 months ago
  15. 30c9999 Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 5 months ago
  16. e52f7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
  17. 7a62ed6 af_unix: Fix memory leaks of the whole sk due to OOB skb. by Kuniyuki Iwashima · 2 years, 5 months ago
  18. d6e3b27 af_unix: Refactor unix_read_skb() by Peilin Ye · 2 years, 6 months ago
  19. f5d39b0 freezer,sched: Rewrite core freezer logic by Peter Zijlstra · 2 years, 7 months ago
  20. de43708 af_unix: Show number of inflight fds for sockets in TCP_LISTEN state too by Kirill Tkhai · 2 years, 7 months ago
  21. 0076cad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 2 years, 8 months ago
  22. 44ac441 af_unix: fix unix_sysctl_register() error path by Eric Dumazet · 2 years, 8 months ago
  23. cf21b35 af_unix: Optimise hash table layout. by Kuniyuki Iwashima · 2 years, 8 months ago
  24. 51bae88 af_unix: Put pathname sockets in the global hash table. by Kuniyuki Iwashima · 2 years, 8 months ago
  25. 849d5aa af_unix: Do not call kmemdup() for init_net's sysctl table. by Kuniyuki Iwashima · 2 years, 8 months ago
  26. 2f7ca90 af_unix: Remove unix_table_locks. by Kuniyuki Iwashima · 2 years, 9 months ago
  27. cf2f225 af_unix: Put a socket into a per-netns hash table. by Kuniyuki Iwashima · 2 years, 9 months ago
  28. 79b05be af_unix: Acquire/Release per-netns hash table's locks. by Kuniyuki Iwashima · 2 years, 9 months ago
  29. b6e8113 af_unix: Define a per-netns hash table. by Kuniyuki Iwashima · 2 years, 9 months ago
  30. f302d18 af_unix: Include the whole hash table size in UNIX_HASH_SIZE. by Kuniyuki Iwashima · 2 years, 9 months ago
  31. 340c3d3 af_unix: Clean up some sock_net() uses. by Kuniyuki Iwashima · 2 years, 9 months ago
  32. 965b57b net: Introduce a new proto_ops ->read_skb() by Cong Wang · 2 years, 9 months ago
  33. dd29c67 af_unix: use DEBUG_NET_WARN_ON_ONCE() by Eric Dumazet · 2 years, 9 months ago
  34. 662a809 af_unix: Fix a data-race in unix_dgram_peer_wake_me(). by Kuniyuki Iwashima · 2 years, 9 months ago
  35. 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
  36. b146cbf af_unix: Silence randstruct GCC plugin warning by Kees Cook · 2 years, 10 months ago
  37. ec09526 net: remove noblock parameter from recvmsg() entities by Oliver Hartkopp · 2 years, 11 months ago
  38. f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 3 years ago
  39. 8969519 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  40. 4edf21a af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB. by Kuniyuki Iwashima · 3 years ago
  41. d9a232d af_unix: Support POLLPRI for OOB. by Kuniyuki Iwashima · 3 years ago
  42. e82025c af_unix: Fix some data-races around unix_sk(sk)->oob_skb. by Kuniyuki Iwashima · 3 years ago
  43. caaba96 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  44. eb7d8f1 bpf: Support bpf_(get|set)sockopt() in bpf unix iter. by Kuniyuki Iwashima · 3 years, 2 months ago
  45. 855d8e7 bpf: af_unix: Use batching algorithm in bpf unix iter. by Kuniyuki Iwashima · 3 years, 2 months ago
  46. 4408d55 af_unix: Refactor unix_next_socket(). by Kuniyuki Iwashima · 3 years, 2 months ago
  47. 9d6d7f1 af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress by Eric Dumazet · 3 years, 2 months ago
  48. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 2 months ago
  49. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
  50. cec1605 net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user namespaces by Joanne Koong · 3 years, 3 months ago
  51. 9acbc58 af_unix: Relax race in unix_autobind(). by Kuniyuki Iwashima · 3 years, 3 months ago
  52. afd20b9 af_unix: Replace the big lock with small locks. by Kuniyuki Iwashima · 3 years, 3 months ago
  53. e6b4b87 af_unix: Save hash in sk_hash. by Kuniyuki Iwashima · 3 years, 3 months ago
  54. f452be4 af_unix: Add helpers to calculate hashes. by Kuniyuki Iwashima · 3 years, 3 months ago
  55. 5ce7ab4 af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead. by Kuniyuki Iwashima · 3 years, 3 months ago
  56. 12f21c4 af_unix: Allocate unix_address in unix_bind_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 3 months ago
  57. 5c32a3e af_unix: Remove unix_mkname(). by Kuniyuki Iwashima · 3 years, 3 months ago
  58. d2d8c9f af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 3 months ago
  59. b8a58aa af_unix: Cut unix_validate_addr() out of unix_mkname(). by Kuniyuki Iwashima · 3 years, 3 months ago
  60. aed26f5 af_unix: Return an error as a pointer in unix_find_other(). by Kuniyuki Iwashima · 3 years, 3 months ago
  61. fa39ef0 af_unix: Factorise unix_find_other() based on address types. by Kuniyuki Iwashima · 3 years, 3 months ago
  62. f7ed31f af_unix: Pass struct sock to unix_autobind(). by Kuniyuki Iwashima · 3 years, 3 months ago
  63. 755662c af_unix: Use offsetof() instead of sizeof(). by Kuniyuki Iwashima · 3 years, 3 months ago
  64. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  65. f9390b2 af_unix: fix regression in read after shutdown by Vincent Whitchurch · 3 years, 4 months ago
  66. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 4 months ago
  67. af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 5 months ago
  68. 0edf082 af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability by Stephen Boyd · 3 years, 5 months ago
  69. 7671b02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 5 months ago
  70. d0c6416b unix: Fix an issue in unix_shutdown causing the other end read/write failures by Jiang Wang · 3 years, 5 months ago
  71. 35306eb af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 5 months ago
  72. f4bd73b af_unix: Return errno instead of NULL in unix_create1(). by Kuniyuki Iwashima · 3 years, 5 months ago
  73. 04f08eb net/af_unix: fix a data-race in unix_dgram_poll by Eric Dumazet · 3 years, 6 months ago
  74. dc56ad7 af_unix: fix potential NULL deref in unix_dgram_connect() by Eric Dumazet · 3 years, 6 months ago
  75. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 6 months ago
  76. d359902 af_unix: Fix NULL pointer bug in unix_shutdown by Jiang Wang · 3 years, 7 months ago
  77. 94531cf af_unix: Add unix_stream_proto for sockmap by Jiang Wang · 3 years, 7 months ago
  78. 77462de af_unix: Add read_sock for stream socket types by Jiang Wang · 3 years, 7 months ago
  79. 19eed72 af_unix: check socket state when queuing OOB by Rao Shoaib · 3 years, 7 months ago
  80. 2c860a4 bpf: af_unix: Implement BPF iterator for UNIX domain socket. by Kuniyuki Iwashima · 3 years, 7 months ago
  81. 876c14a af_unix: fix holding spinlock in oob handling by Rao Shoaib · 3 years, 7 months ago
  82. d1a4e0a Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 7 months ago
  83. 314001f af_unix: Add OOB support by Rao Shoaib · 3 years, 7 months ago
  84. 83f3153 bpf, unix: Check socket type in unix_bpf_update_proto() by Cong Wang · 3 years, 7 months ago
  85. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 7 months ago
  86. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  87. 0b84644 unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg() by Cong Wang · 3 years, 8 months ago
  88. cbcf011 af_unix: fix garbage collect vs MSG_PEEK by Miklos Szeredi · 3 years, 7 months ago
  89. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 8 months ago
  90. 9825d86 af_unix: Implement unix_dgram_bpf_recvmsg() by Cong Wang · 3 years, 8 months ago
  91. c638291 af_unix: Implement ->psock_update_sk_prot() by Cong Wang · 3 years, 8 months ago
  92. c7272e1 af_unix: Add a dummy ->close() for sockmap by Cong Wang · 3 years, 8 months ago
  93. 83301b5 af_unix: Set TCP_ESTABLISHED for datagram sockets too by Cong Wang · 3 years, 8 months ago
  94. 29df44f af_unix: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 8 months ago
  95. 01757f5 net: Use nlmsg_unicast() instead of netlink_unicast() by Yajun Deng · 3 years, 8 months ago
  96. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 8 months ago
  97. be75228 __unix_find_socket_byname(): don't pass hash and type separately by Al Viro · 3 years, 9 months ago
  98. c0c3b8d unix_bind_bsd(): unlink if we fail after successful mknod by Al Viro · 3 years, 9 months ago
  99. 56c1731 unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock by Al Viro · 3 years, 9 months ago
  100. 71e6be6 fold unix_mknod() into unix_bind_bsd() by Al Viro · 3 years, 9 months ago