1. 2aab4b9 af_unix: fix struct pid leaks in OOB support by Eric Dumazet · 2 years ago
  2. 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
  3. 509f15b net: add missing includes of linux/splice.h by Jakub Kicinski · 2 years, 1 month ago
  4. abf0857 fs: port vfs_*() helpers to struct mnt_idmap by Christian Brauner · 2 years, 2 months ago
  5. b27401a unix: Improve locking scheme in unix_show_fdinfo() by Kirill Tkhai · 2 years, 2 months ago
  6. 3ff8bff unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() by Kirill Tkhai · 2 years, 3 months ago
  7. 73e341e0 af_unix: call proto_unregister() in the error path in af_unix_init() by Yang Yingliang · 2 years, 3 months ago
  8. a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 5 months ago
  9. 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
  10. e52f7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 2 years, 5 months ago
  11. 7a62ed6 af_unix: Fix memory leaks of the whole sk due to OOB skb. by Kuniyuki Iwashima · 2 years, 5 months ago
  12. d6e3b27 af_unix: Refactor unix_read_skb() by Peilin Ye · 2 years, 6 months ago
  13. f5d39b0 freezer,sched: Rewrite core freezer logic by Peter Zijlstra · 2 years, 7 months ago
  14. de43708 af_unix: Show number of inflight fds for sockets in TCP_LISTEN state too by Kirill Tkhai · 2 years, 7 months ago
  15. 0076cad Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 2 years, 8 months ago
  16. cf21b35 af_unix: Optimise hash table layout. by Kuniyuki Iwashima · 2 years, 8 months ago
  17. 51bae88 af_unix: Put pathname sockets in the global hash table. by Kuniyuki Iwashima · 2 years, 8 months ago
  18. 2f7ca90 af_unix: Remove unix_table_locks. by Kuniyuki Iwashima · 2 years, 9 months ago
  19. cf2f225 af_unix: Put a socket into a per-netns hash table. by Kuniyuki Iwashima · 2 years, 9 months ago
  20. 79b05be af_unix: Acquire/Release per-netns hash table's locks. by Kuniyuki Iwashima · 2 years, 9 months ago
  21. b6e8113 af_unix: Define a per-netns hash table. by Kuniyuki Iwashima · 2 years, 9 months ago
  22. f302d18 af_unix: Include the whole hash table size in UNIX_HASH_SIZE. by Kuniyuki Iwashima · 2 years, 9 months ago
  23. 340c3d3 af_unix: Clean up some sock_net() uses. by Kuniyuki Iwashima · 2 years, 9 months ago
  24. 965b57b net: Introduce a new proto_ops ->read_skb() by Cong Wang · 2 years, 9 months ago
  25. dd29c67 af_unix: use DEBUG_NET_WARN_ON_ONCE() by Eric Dumazet · 2 years, 9 months ago
  26. 662a809 af_unix: Fix a data-race in unix_dgram_peer_wake_me(). by Kuniyuki Iwashima · 2 years, 9 months ago
  27. 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
  28. b146cbf af_unix: Silence randstruct GCC plugin warning by Kees Cook · 2 years, 10 months ago
  29. ec09526 net: remove noblock parameter from recvmsg() entities by Oliver Hartkopp · 2 years, 11 months ago
  30. f4b41f0 net: remove noblock parameter from skb_recv_datagram() by Oliver Hartkopp · 3 years ago
  31. 8969519 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  32. 4edf21a af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB. by Kuniyuki Iwashima · 3 years ago
  33. d9a232d af_unix: Support POLLPRI for OOB. by Kuniyuki Iwashima · 3 years ago
  34. e82025c af_unix: Fix some data-races around unix_sk(sk)->oob_skb. by Kuniyuki Iwashima · 3 years ago
  35. eb7d8f1 bpf: Support bpf_(get|set)sockopt() in bpf unix iter. by Kuniyuki Iwashima · 3 years, 2 months ago
  36. 855d8e7 bpf: af_unix: Use batching algorithm in bpf unix iter. by Kuniyuki Iwashima · 3 years, 2 months ago
  37. 4408d55 af_unix: Refactor unix_next_socket(). by Kuniyuki Iwashima · 3 years, 2 months ago
  38. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 2 months ago
  39. 9acbc58 af_unix: Relax race in unix_autobind(). by Kuniyuki Iwashima · 3 years, 3 months ago
  40. afd20b9 af_unix: Replace the big lock with small locks. by Kuniyuki Iwashima · 3 years, 3 months ago
  41. e6b4b87 af_unix: Save hash in sk_hash. by Kuniyuki Iwashima · 3 years, 3 months ago
  42. f452be4 af_unix: Add helpers to calculate hashes. by Kuniyuki Iwashima · 3 years, 3 months ago
  43. 5ce7ab4 af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead. by Kuniyuki Iwashima · 3 years, 3 months ago
  44. 12f21c4 af_unix: Allocate unix_address in unix_bind_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 3 months ago
  45. 5c32a3e af_unix: Remove unix_mkname(). by Kuniyuki Iwashima · 3 years, 3 months ago
  46. d2d8c9f af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 3 months ago
  47. b8a58aa af_unix: Cut unix_validate_addr() out of unix_mkname(). by Kuniyuki Iwashima · 3 years, 3 months ago
  48. aed26f5 af_unix: Return an error as a pointer in unix_find_other(). by Kuniyuki Iwashima · 3 years, 3 months ago
  49. fa39ef0 af_unix: Factorise unix_find_other() based on address types. by Kuniyuki Iwashima · 3 years, 3 months ago
  50. f7ed31f af_unix: Pass struct sock to unix_autobind(). by Kuniyuki Iwashima · 3 years, 3 months ago
  51. 755662c af_unix: Use offsetof() instead of sizeof(). by Kuniyuki Iwashima · 3 years, 3 months ago
  52. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  53. f9390b2 af_unix: fix regression in read after shutdown by Vincent Whitchurch · 3 years, 4 months ago
  54. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 4 months ago
  55. af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 5 months ago
  56. 0edf082 af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability by Stephen Boyd · 3 years, 5 months ago
  57. 7671b02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 5 months ago
  58. d0c6416b unix: Fix an issue in unix_shutdown causing the other end read/write failures by Jiang Wang · 3 years, 5 months ago
  59. 35306eb af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 5 months ago
  60. f4bd73b af_unix: Return errno instead of NULL in unix_create1(). by Kuniyuki Iwashima · 3 years, 5 months ago
  61. 04f08eb net/af_unix: fix a data-race in unix_dgram_poll by Eric Dumazet · 3 years, 6 months ago
  62. dc56ad7 af_unix: fix potential NULL deref in unix_dgram_connect() by Eric Dumazet · 3 years, 6 months ago
  63. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 6 months ago
  64. d359902 af_unix: Fix NULL pointer bug in unix_shutdown by Jiang Wang · 3 years, 7 months ago
  65. 94531cf af_unix: Add unix_stream_proto for sockmap by Jiang Wang · 3 years, 7 months ago
  66. 77462de af_unix: Add read_sock for stream socket types by Jiang Wang · 3 years, 7 months ago
  67. 19eed72 af_unix: check socket state when queuing OOB by Rao Shoaib · 3 years, 7 months ago
  68. 2c860a4 bpf: af_unix: Implement BPF iterator for UNIX domain socket. by Kuniyuki Iwashima · 3 years, 7 months ago
  69. 876c14a af_unix: fix holding spinlock in oob handling by Rao Shoaib · 3 years, 7 months ago
  70. 314001f af_unix: Add OOB support by Rao Shoaib · 3 years, 7 months ago
  71. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  72. cbcf011 af_unix: fix garbage collect vs MSG_PEEK by Miklos Szeredi · 3 years, 7 months ago
  73. 9825d86 af_unix: Implement unix_dgram_bpf_recvmsg() by Cong Wang · 3 years, 8 months ago
  74. c638291 af_unix: Implement ->psock_update_sk_prot() by Cong Wang · 3 years, 8 months ago
  75. c7272e1 af_unix: Add a dummy ->close() for sockmap by Cong Wang · 3 years, 8 months ago
  76. 83301b5 af_unix: Set TCP_ESTABLISHED for datagram sockets too by Cong Wang · 3 years, 8 months ago
  77. 29df44f af_unix: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 8 months ago
  78. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 8 months ago
  79. be75228 __unix_find_socket_byname(): don't pass hash and type separately by Al Viro · 3 years, 9 months ago
  80. c0c3b8d unix_bind_bsd(): unlink if we fail after successful mknod by Al Viro · 3 years, 9 months ago
  81. 56c1731 unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock by Al Viro · 3 years, 9 months ago
  82. 71e6be6 fold unix_mknod() into unix_bind_bsd() by Al Viro · 3 years, 9 months ago
  83. fa42d91 unix_bind(): take BSD and abstract address cases into new helpers by Al Viro · 3 years, 9 months ago
  84. aee5151 unix_bind(): separate BSD and abstract cases by Al Viro · 3 years, 9 months ago
  85. c34d458 unix_bind(): allocate addr earlier by Al Viro · 3 years, 9 months ago
  86. 185ab88 af_unix: take address assignment/hash insertion into a new helper by Al Viro · 3 years, 9 months ago
  87. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
  88. a494bd6 net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock by Eric Dumazet · 3 years, 9 months ago
  89. 4e03d07 af_unix: remove the repeated word "and" by gushengxian · 3 years, 9 months ago
  90. 7c02cf7 af_unix: handle idmapped mounts by Christian Brauner · 4 years, 2 months ago
  91. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years, 2 months ago
  92. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years, 2 months ago
  93. c9bf52a net/af_unix: Remove unused old_pid variable by Or Cohen · 4 years, 5 months ago
  94. c8c33b8 net: unix: remove redundant assignment to variable 'err' by Jing Xiangfeng · 4 years, 6 months ago
  95. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
  96. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 8 months ago
  97. e427cad net: datagram: drop 'destructor' argument from several helpers by Paolo Abeni · 5 years ago
  98. 7782040 unix: uses an atomic type for scm files accounting by Paolo Abeni · 5 years ago
  99. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  100. 5c05a16 unix: It's CONFIG_PROC_FS not CONFIG_PROCFS by David S. Miller · 5 years ago