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