1. 9d6d7f1 af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress by Eric Dumazet · 3 years ago
  2. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  3. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  4. cec1605 net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user namespaces by Joanne Koong · 3 years, 1 month ago
  5. 9acbc58 af_unix: Relax race in unix_autobind(). by Kuniyuki Iwashima · 3 years, 1 month ago
  6. afd20b9 af_unix: Replace the big lock with small locks. by Kuniyuki Iwashima · 3 years, 1 month ago
  7. e6b4b87 af_unix: Save hash in sk_hash. by Kuniyuki Iwashima · 3 years, 1 month ago
  8. f452be4 af_unix: Add helpers to calculate hashes. by Kuniyuki Iwashima · 3 years, 1 month ago
  9. 5ce7ab4 af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead. by Kuniyuki Iwashima · 3 years, 1 month ago
  10. 12f21c4 af_unix: Allocate unix_address in unix_bind_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 1 month ago
  11. 5c32a3e af_unix: Remove unix_mkname(). by Kuniyuki Iwashima · 3 years, 1 month ago
  12. d2d8c9f af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 1 month ago
  13. b8a58aa af_unix: Cut unix_validate_addr() out of unix_mkname(). by Kuniyuki Iwashima · 3 years, 1 month ago
  14. aed26f5 af_unix: Return an error as a pointer in unix_find_other(). by Kuniyuki Iwashima · 3 years, 1 month ago
  15. fa39ef0 af_unix: Factorise unix_find_other() based on address types. by Kuniyuki Iwashima · 3 years, 1 month ago
  16. f7ed31f af_unix: Pass struct sock to unix_autobind(). by Kuniyuki Iwashima · 3 years, 1 month ago
  17. 755662c af_unix: Use offsetof() instead of sizeof(). by Kuniyuki Iwashima · 3 years, 1 month ago
  18. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  19. f9390b2 af_unix: fix regression in read after shutdown by Vincent Whitchurch · 3 years, 1 month ago
  20. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 1 month ago
  21. af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 3 months ago
  22. 0edf082 af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability by Stephen Boyd · 3 years, 3 months ago
  23. 7671b02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 3 months ago
  24. d0c6416b unix: Fix an issue in unix_shutdown causing the other end read/write failures by Jiang Wang · 3 years, 3 months ago
  25. 35306eb af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 3 months ago
  26. f4bd73b af_unix: Return errno instead of NULL in unix_create1(). by Kuniyuki Iwashima · 3 years, 3 months ago
  27. 04f08eb net/af_unix: fix a data-race in unix_dgram_poll by Eric Dumazet · 3 years, 4 months ago
  28. dc56ad7 af_unix: fix potential NULL deref in unix_dgram_connect() by Eric Dumazet · 3 years, 4 months ago
  29. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 4 months ago
  30. d359902 af_unix: Fix NULL pointer bug in unix_shutdown by Jiang Wang · 3 years, 4 months ago
  31. 94531cf af_unix: Add unix_stream_proto for sockmap by Jiang Wang · 3 years, 4 months ago
  32. 77462de af_unix: Add read_sock for stream socket types by Jiang Wang · 3 years, 4 months ago
  33. 19eed72 af_unix: check socket state when queuing OOB by Rao Shoaib · 3 years, 5 months ago
  34. 2c860a4 bpf: af_unix: Implement BPF iterator for UNIX domain socket. by Kuniyuki Iwashima · 3 years, 5 months ago
  35. 876c14a af_unix: fix holding spinlock in oob handling by Rao Shoaib · 3 years, 5 months ago
  36. d1a4e0a Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  37. 314001f af_unix: Add OOB support by Rao Shoaib · 3 years, 5 months ago
  38. 83f3153 bpf, unix: Check socket type in unix_bpf_update_proto() by Cong Wang · 3 years, 5 months ago
  39. d39e8b9 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  40. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  41. 0b84644 unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg() by Cong Wang · 3 years, 5 months ago
  42. cbcf011 af_unix: fix garbage collect vs MSG_PEEK by Miklos Szeredi · 3 years, 5 months ago
  43. 82a1ffe5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 5 months ago
  44. 9825d86 af_unix: Implement unix_dgram_bpf_recvmsg() by Cong Wang · 3 years, 6 months ago
  45. c638291 af_unix: Implement ->psock_update_sk_prot() by Cong Wang · 3 years, 6 months ago
  46. c7272e1 af_unix: Add a dummy ->close() for sockmap by Cong Wang · 3 years, 6 months ago
  47. 83301b5 af_unix: Set TCP_ESTABLISHED for datagram sockets too by Cong Wang · 3 years, 6 months ago
  48. 29df44f af_unix: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 6 months ago
  49. 01757f5 net: Use nlmsg_unicast() instead of netlink_unicast() by Yajun Deng · 3 years, 6 months ago
  50. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  51. be75228 __unix_find_socket_byname(): don't pass hash and type separately by Al Viro · 3 years, 6 months ago
  52. c0c3b8d unix_bind_bsd(): unlink if we fail after successful mknod by Al Viro · 3 years, 6 months ago
  53. 56c1731 unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock by Al Viro · 3 years, 6 months ago
  54. 71e6be6 fold unix_mknod() into unix_bind_bsd() by Al Viro · 3 years, 6 months ago
  55. fa42d91 unix_bind(): take BSD and abstract address cases into new helpers by Al Viro · 3 years, 6 months ago
  56. aee5151 unix_bind(): separate BSD and abstract cases by Al Viro · 3 years, 6 months ago
  57. c34d458 unix_bind(): allocate addr earlier by Al Viro · 3 years, 6 months ago
  58. 185ab88 af_unix: take address assignment/hash insertion into a new helper by Al Viro · 3 years, 6 months ago
  59. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  60. a494bd6 net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock by Eric Dumazet · 3 years, 6 months ago
  61. 4e03d07 af_unix: remove the repeated word "and" by gushengxian · 3 years, 7 months ago
  62. 7c02cf7 af_unix: handle idmapped mounts by Christian Brauner · 4 years ago
  63. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  64. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
  65. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 2 months ago
  66. c9bf52a net/af_unix: Remove unused old_pid variable by Or Cohen · 4 years, 3 months ago
  67. a3ec600 io_uring: move io_uring_get_socket() into io_uring.h by Jens Axboe · 4 years, 3 months ago
  68. c8c33b8 net: unix: remove redundant assignment to variable 'err' by Jing Xiangfeng · 4 years, 3 months ago
  69. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  70. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
  71. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  72. e427cad net: datagram: drop 'destructor' argument from several helpers by Paolo Abeni · 4 years, 10 months ago
  73. 7782040 unix: uses an atomic type for scm files accounting by Paolo Abeni · 4 years, 10 months ago
  74. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  75. 5c05a16 unix: It's CONFIG_PROC_FS not CONFIG_PROCFS by David S. Miller · 4 years, 10 months ago
  76. 3a12500 unix: define and set show_fdinfo only if procfs is enabled by Tobias Klauser · 4 years, 10 months ago
  77. 48851e9 af_unix: Add missing annotation for unix_wait_for_peer() by Jules Irenge · 4 years, 10 months ago
  78. 86b18aa skbuff: fix a data race in skb_queue_len() by Qian Cai · 5 years ago
  79. 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  80. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  81. 3c32da1 unix: Show number of pending scm files of receive queue in fdinfo by Kirill Tkhai · 5 years ago
  82. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  83. b50b058 net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_datagram by Sabrina Dubroca · 5 years ago
  84. 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
  85. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  86. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  87. 5f6beb9 af_unix: add compat_ioctl support by Arnd Bergmann · 6 years ago
  88. 262ce0a af_unix: __unix_find_socket_byname() cleanup by Vito Caputo · 5 years ago
  89. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  90. b4b12b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  91. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  92. a85036f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62 by Thomas Gleixner · 6 years ago
  93. cae9910 net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics. by Felipe Gasper · 6 years ago
  94. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  95. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  96. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  97. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  98. f4e6587 net: split out functions related to registering inflight socket files by Jens Axboe · 6 years ago
  99. 2b188cc Add io_uring IO interface by Jens Axboe · 6 years ago
  100. ae3b564 missing barriers in some of unix_sock ->addr and ->path accesses by Al Viro · 6 years ago