1. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years, 1 month ago
  2. 9acbc58 af_unix: Relax race in unix_autobind(). by Kuniyuki Iwashima · 3 years, 2 months ago
  3. afd20b9 af_unix: Replace the big lock with small locks. by Kuniyuki Iwashima · 3 years, 2 months ago
  4. e6b4b87 af_unix: Save hash in sk_hash. by Kuniyuki Iwashima · 3 years, 2 months ago
  5. f452be4 af_unix: Add helpers to calculate hashes. by Kuniyuki Iwashima · 3 years, 2 months ago
  6. 5ce7ab4 af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead. by Kuniyuki Iwashima · 3 years, 2 months ago
  7. 12f21c4 af_unix: Allocate unix_address in unix_bind_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 2 months ago
  8. 5c32a3e af_unix: Remove unix_mkname(). by Kuniyuki Iwashima · 3 years, 2 months ago
  9. d2d8c9f af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 2 months ago
  10. b8a58aa af_unix: Cut unix_validate_addr() out of unix_mkname(). by Kuniyuki Iwashima · 3 years, 2 months ago
  11. aed26f5 af_unix: Return an error as a pointer in unix_find_other(). by Kuniyuki Iwashima · 3 years, 2 months ago
  12. fa39ef0 af_unix: Factorise unix_find_other() based on address types. by Kuniyuki Iwashima · 3 years, 2 months ago
  13. f7ed31f af_unix: Pass struct sock to unix_autobind(). by Kuniyuki Iwashima · 3 years, 2 months ago
  14. 755662c af_unix: Use offsetof() instead of sizeof(). by Kuniyuki Iwashima · 3 years, 2 months ago
  15. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  16. f9390b2 af_unix: fix regression in read after shutdown by Vincent Whitchurch · 3 years, 2 months ago
  17. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 2 months ago
  18. af49338 net: Implement ->sock_is_readable() for UDP and AF_UNIX by Cong Wang · 3 years, 3 months ago
  19. 0edf082 af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability by Stephen Boyd · 3 years, 3 months ago
  20. 7671b02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 3 years, 3 months ago
  21. d0c6416b unix: Fix an issue in unix_shutdown causing the other end read/write failures by Jiang Wang · 3 years, 3 months ago
  22. 35306eb af_unix: fix races in sk_peer_pid and sk_peer_cred accesses by Eric Dumazet · 3 years, 4 months ago
  23. f4bd73b af_unix: Return errno instead of NULL in unix_create1(). by Kuniyuki Iwashima · 3 years, 4 months ago
  24. 04f08eb net/af_unix: fix a data-race in unix_dgram_poll by Eric Dumazet · 3 years, 4 months ago
  25. dc56ad7 af_unix: fix potential NULL deref in unix_dgram_connect() by Eric Dumazet · 3 years, 5 months ago
  26. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  27. d359902 af_unix: Fix NULL pointer bug in unix_shutdown by Jiang Wang · 3 years, 5 months ago
  28. 94531cf af_unix: Add unix_stream_proto for sockmap by Jiang Wang · 3 years, 5 months ago
  29. 77462de af_unix: Add read_sock for stream socket types by Jiang Wang · 3 years, 5 months ago
  30. 19eed72 af_unix: check socket state when queuing OOB by Rao Shoaib · 3 years, 5 months ago
  31. 2c860a4 bpf: af_unix: Implement BPF iterator for UNIX domain socket. by Kuniyuki Iwashima · 3 years, 5 months ago
  32. 876c14a af_unix: fix holding spinlock in oob handling by Rao Shoaib · 3 years, 5 months ago
  33. 314001f af_unix: Add OOB support by Rao Shoaib · 3 years, 6 months ago
  34. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  35. cbcf011 af_unix: fix garbage collect vs MSG_PEEK by Miklos Szeredi · 3 years, 6 months ago
  36. 9825d86 af_unix: Implement unix_dgram_bpf_recvmsg() by Cong Wang · 3 years, 7 months ago
  37. c638291 af_unix: Implement ->psock_update_sk_prot() by Cong Wang · 3 years, 7 months ago
  38. c7272e1 af_unix: Add a dummy ->close() for sockmap by Cong Wang · 3 years, 7 months ago
  39. 83301b5 af_unix: Set TCP_ESTABLISHED for datagram sockets too by Cong Wang · 3 years, 7 months ago
  40. 29df44f af_unix: Implement ->read_sock() for sockmap by Cong Wang · 3 years, 7 months ago
  41. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 7 months ago
  42. be75228 __unix_find_socket_byname(): don't pass hash and type separately by Al Viro · 3 years, 7 months ago
  43. c0c3b8d unix_bind_bsd(): unlink if we fail after successful mknod by Al Viro · 3 years, 7 months ago
  44. 56c1731 unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock by Al Viro · 3 years, 7 months ago
  45. 71e6be6 fold unix_mknod() into unix_bind_bsd() by Al Viro · 3 years, 7 months ago
  46. fa42d91 unix_bind(): take BSD and abstract address cases into new helpers by Al Viro · 3 years, 7 months ago
  47. aee5151 unix_bind(): separate BSD and abstract cases by Al Viro · 3 years, 7 months ago
  48. c34d458 unix_bind(): allocate addr earlier by Al Viro · 3 years, 7 months ago
  49. 185ab88 af_unix: take address assignment/hash insertion into a new helper by Al Viro · 3 years, 7 months ago
  50. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  51. a494bd6 net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock by Eric Dumazet · 3 years, 7 months ago
  52. 4e03d07 af_unix: remove the repeated word "and" by gushengxian · 3 years, 7 months ago
  53. 7c02cf7 af_unix: handle idmapped mounts by Christian Brauner · 4 years ago
  54. 6521f89 namei: prepare for idmapped mounts by Christian Brauner · 4 years ago
  55. 02f92b3 fs: add file and path permissions helpers by Christian Brauner · 4 years ago
  56. c9bf52a net/af_unix: Remove unused old_pid variable by Or Cohen · 4 years, 3 months ago
  57. c8c33b8 net: unix: remove redundant assignment to variable 'err' by Jing Xiangfeng · 4 years, 4 months ago
  58. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  59. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
  60. e427cad net: datagram: drop 'destructor' argument from several helpers by Paolo Abeni · 4 years, 11 months ago
  61. 7782040 unix: uses an atomic type for scm files accounting by Paolo Abeni · 4 years, 11 months ago
  62. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
  63. 5c05a16 unix: It's CONFIG_PROC_FS not CONFIG_PROCFS by David S. Miller · 4 years, 11 months ago
  64. 3a12500 unix: define and set show_fdinfo only if procfs is enabled by Tobias Klauser · 4 years, 11 months ago
  65. 48851e9 af_unix: Add missing annotation for unix_wait_for_peer() by Jules Irenge · 5 years ago
  66. 86b18aa skbuff: fix a data race in skb_queue_len() by Qian Cai · 5 years ago
  67. 4f2c17e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 5 years ago
  68. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  69. 3c32da1 unix: Show number of pending scm files of receive queue in fdinfo by Kirill Tkhai · 5 years ago
  70. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  71. b50b058 net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_datagram by Sabrina Dubroca · 5 years ago
  72. 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
  73. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  74. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  75. 5f6beb9 af_unix: add compat_ioctl support by Arnd Bergmann · 6 years ago
  76. 262ce0a af_unix: __unix_find_socket_byname() cleanup by Vito Caputo · 5 years ago
  77. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  78. fd69c39 datagram: remove rendundant 'peeked' argument by Paolo Abeni · 6 years ago
  79. 38e7571 Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  80. f4e6587 net: split out functions related to registering inflight socket files by Jens Axboe · 6 years ago
  81. ae3b564 missing barriers in some of unix_sock ->addr and ->path accesses by Al Viro · 6 years ago
  82. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  83. 33c4368 net: fix warning in af_unix by Kyeongdon Kim · 6 years ago
  84. 51f7e95 af_unix: ensure POLLOUT on remote close() for connected dgram socket by Jason Baron · 6 years ago
  85. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  86. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  87. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. e76cd24 net/unix: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  89. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  90. 3848ec5 af_unix: remove redundant lockdep class by Cong Wang · 7 years ago
  91. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  92. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  93. d4e9a40 net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment by Tobias Klauser · 7 years ago
  94. 167f7ac net: Convert unix_net_ops by Kirill Tkhai · 7 years ago
  95. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  96. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  97. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  98. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  99. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  100. 3ad6f93 annotate poll-related wait keys by Al Viro · 8 years ago