| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-02-21 | af_unix: Drop oob_skb ref before purging queue in GC. | Kuniyuki Iwashima | 1 | -13/+9 |
| 2024-02-21 | net: implement lockless setsockopt(SO_PEEK_OFF) | Eric Dumazet | 1 | -16/+3 |
| 2024-02-13 | af_unix: Fix task hung while purging oob_skb in GC. | Kuniyuki Iwashima | 1 | -3/+4 |
| 2024-02-06 | af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC. | Kuniyuki Iwashima | 1 | -0/+11 |
| 2024-01-31 | af_unix: fix lockdep positive in sk_diag_dump_icons() | Eric Dumazet | 2 | -9/+7 |
| 2024-01-11 | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+1 |
| 2024-01-03 | bpf: sockmap, fix proto update hook to avoid dup calls | John Fastabend | 1 | -3/+18 |
| 2023-12-19 | io_uring/unix: drop usage of io_uring socket | Jens Axboe | 1 | -3/+1 |
| 2023-11-30 | bpf, sockmap: af_unix stream sockets need to hold ref for pair sock | John Fastabend | 2 | -2/+5 |
| 2023-11-19 | net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules | Jakub Kicinski | 1 | -0/+1 |
| 2023-11-14 | af_unix: fix use-after-free in unix_stream_read_actor() | Eric Dumazet | 1 | -4/+5 |
| 2023-10-27 | af_unix: Remove module remnants. | Kuniyuki Iwashima | 1 | -19/+4 |
| 2023-10-11 | bpf: Implement cgroup sockaddr hooks for unix sockets | Daan De Meyer | 1 | -1/+34 |
| 2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2 | -4/+4 |
| 2023-09-04 | af_unix: Fix data-race around unix_tot_inflight. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-09-04 | af_unix: Fix data-races around user->unix_inflight. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2023-08-29 | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+2 |
| 2023-08-15 | networking: Update to register_net_sysctl_sz | Joel Granados | 1 | -1/+2 |
| 2023-08-09 | net: annotate data-races around sock->ops | Eric Dumazet | 1 | -1/+2 |
| 2023-07-29 | net: add missing data-race annotations around sk->sk_peek_off | Eric Dumazet | 1 | -1/+1 |
| 2023-07-27 | af_unix: Terminate sun_path when bind()ing pathname socket. | Kuniyuki Iwashima | 1 | -5/+16 |
| 2023-07-25 | af_unix: Fix fortify_panic() in unix_bind_bsd(). | Kuniyuki Iwashima | 1 | -4/+2 |
| 2023-06-27 | net: scm: introduce and use scm_recv_unix helper | Alexander Mikhalitsyn | 1 | -2/+2 |
| 2023-06-27 | Revert "af_unix: Call scm_recv() only after scm_set_cred()." | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells | 1 | -19/+0 |
| 2023-06-24 | af_unix: Call scm_recv() only after scm_set_cred(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-06-12 | af_unix: Kconfig: make CONFIG_UNIX bool | Alexander Mikhalitsyn | 1 | -5/+1 |
| 2023-06-12 | net: core: add getsockopt SO_PEERPIDFD | Alexander Mikhalitsyn | 1 | -0/+16 |
| 2023-06-12 | scm: add SO_PASSPIDFD and SCM_PIDFD | Alexander Mikhalitsyn | 1 | -5/+13 |
| 2023-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+2 |
| 2023-05-23 | unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES | David Howells | 1 | -127/+7 |
| 2023-05-23 | af_unix: Support MSG_SPLICE_PAGES | David Howells | 1 | -16/+33 |
| 2023-05-23 | net: Pass max frags into skb_append_pagefrags() | David Howells | 1 | -1/+1 |
| 2023-05-23 | bpf, sockmap: Pass skb ownership through read_skb | John Fastabend | 1 | -5/+2 |
| 2023-05-10 | af_unix: Fix data races around sk->sk_shutdown. | Kuniyuki Iwashima | 1 | -8/+12 |
| 2023-05-10 | af_unix: Fix a data race of sk->sk_receive_queue->qlen. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2023-03-17 | af_unix: annotate lockless accesses to sk->sk_err | Eric Dumazet | 1 | -4/+5 |
| 2023-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+11 |
| 2023-03-08 | af_unix: fix struct pid leaks in OOB support | Eric Dumazet | 1 | -2/+8 |
| 2023-03-08 | net: reclaim skb->scm_io_uring bit | Eric Dumazet | 2 | -1/+7 |
| 2023-03-03 | bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par... | Liu Jian | 1 | -0/+3 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -10/+11 |
| 2023-01-27 | net: add missing includes of linux/splice.h | Jakub Kicinski | 1 | -0/+1 |
| 2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2023-01-16 | unix: Improve locking scheme in unix_show_fdinfo() | Kirill Tkhai | 1 | -10/+10 |
| 2022-12-15 | unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg() | Kirill Tkhai | 1 | -2/+9 |
| 2022-12-12 | af_unix: call proto_unregister() in the error path in af_unix_init() | Yang Yingliang | 1 | -0/+1 |
| 2022-12-01 | af_unix: Get user_ns from in_skb in unix_diag_get_exact(). | Kuniyuki Iwashima | 1 | -8/+12 |
| 2022-10-28 | net: remove SOCK_SUPPORT_ZC from sockmap | Pavel Begunkov | 1 | -4/+4 |
| 2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-13 | Merge tag 'io_uring-6.1-2022-10-13' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+20 |
| 2022-10-12 | io_uring/af_unix: defer registered files gc to io_uring release | Pavel Begunkov | 1 | -0/+20 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-10 | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+3 |
| 2022-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+7 |
| 2022-10-03 | af_unix: Fix memory leaks of the whole sk due to OOB skb. | Kuniyuki Iwashima | 1 | -6/+7 |
| 2022-09-26 | af_unix: Refactor unix_read_skb() | Peilin Ye | 1 | -24/+10 |
| 2022-09-07 | freezer,sched: Rewrite core freezer logic | Peter Zijlstra | 1 | -5/+3 |
| 2022-08-22 | af_unix: Show number of inflight fds for sockets in TCP_LISTEN state too | Kirill Tkhai | 1 | -3/+33 |
| 2022-07-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -14/+9 |
| 2022-07-09 | af_unix: fix unix_sysctl_register() error path | Eric Dumazet | 1 | -1/+1 |
| 2022-07-07 | af_unix: Optimise hash table layout. | Kuniyuki Iwashima | 1 | -6/+12 |
| 2022-07-05 | af_unix: Put pathname sockets in the global hash table. | Kuniyuki Iwashima | 1 | -10/+37 |
| 2022-06-28 | af_unix: Do not call kmemdup() for init_net's sysctl table. | Kuniyuki Iwashima | 1 | -6/+13 |
| 2022-06-22 | af_unix: Remove unix_table_locks. | Kuniyuki Iwashima | 2 | -41/+9 |
| 2022-06-22 | af_unix: Put a socket into a per-netns hash table. | Kuniyuki Iwashima | 2 | -36/+23 |
| 2022-06-22 | af_unix: Acquire/Release per-netns hash table's locks. | Kuniyuki Iwashima | 2 | -32/+66 |
| 2022-06-22 | af_unix: Define a per-netns hash table. | Kuniyuki Iwashima | 1 | -6/+32 |
| 2022-06-22 | af_unix: Include the whole hash table size in UNIX_HASH_SIZE. | Kuniyuki Iwashima | 2 | -13/+11 |
| 2022-06-22 | af_unix: Clean up some sock_net() uses. | Kuniyuki Iwashima | 2 | -21/+15 |
| 2022-06-20 | net: Introduce a new proto_ops ->read_skb() | Cong Wang | 1 | -14/+9 |
| 2022-06-09 | af_unix: use DEBUG_NET_WARN_ON_ONCE() | Eric Dumazet | 1 | -4/+4 |
| 2022-06-07 | af_unix: Fix a data-race in unix_dgram_peer_wake_me(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -9/+7 |
| 2022-05-16 | af_unix: Silence randstruct GCC plugin warning | Kees Cook | 1 | -5/+3 |
| 2022-04-12 | net: remove noblock parameter from recvmsg() entities | Oliver Hartkopp | 2 | -7/+4 |
| 2022-04-06 | net: remove noblock parameter from skb_recv_datagram() | Oliver Hartkopp | 1 | -2/+3 |
| 2022-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -7/+9 |
| 2022-03-18 | af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2022-03-18 | af_unix: Support POLLPRI for OOB. | Kuniyuki Iwashima | 1 | -0/+4 |
| 2022-03-18 | af_unix: Fix some data-races around unix_sk(sk)->oob_skb. | Kuniyuki Iwashima | 1 | -7/+5 |
| 2022-01-24 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -28/+222 |
| 2022-01-18 | bpf: Support bpf_(get|set)sockopt() in bpf unix iter. | Kuniyuki Iwashima | 1 | -0/+15 |
| 2022-01-18 | bpf: af_unix: Use batching algorithm in bpf unix iter. | Kuniyuki Iwashima | 1 | -7/+177 |
| 2022-01-18 | af_unix: Refactor unix_next_socket(). | Kuniyuki Iwashima | 1 | -21/+30 |
| 2022-01-14 | af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress | Eric Dumazet | 2 | -5/+15 |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
| 2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-13 | net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user na... | Joanne Koong | 1 | -4/+0 |
| 2021-11-26 | af_unix: Relax race in unix_autobind(). | Kuniyuki Iwashima | 1 | -10/+12 |
| 2021-11-26 | af_unix: Replace the big lock with small locks. | Kuniyuki Iwashima | 2 | -48/+70 |
| 2021-11-26 | af_unix: Save hash in sk_hash. | Kuniyuki Iwashima | 1 | -19/+23 |
| 2021-11-26 | af_unix: Add helpers to calculate hashes. | Kuniyuki Iwashima | 1 | -29/+35 |
| 2021-11-26 | af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead. | Kuniyuki Iwashima | 1 | -4/+2 |
| 2021-11-26 | af_unix: Allocate unix_address in unix_bind_(bsd|abstract)(). | Kuniyuki Iwashima | 1 | -40/+67 |
| 2021-11-26 | af_unix: Remove unix_mkname(). | Kuniyuki Iwashima | 1 | -23/+11 |
| 2021-11-26 | af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)(). | Kuniyuki Iwashima | 1 | -38/+25 |
| 2021-11-26 | af_unix: Cut unix_validate_addr() out of unix_mkname(). | Kuniyuki Iwashima | 1 | -10/+30 |
| 2021-11-26 | af_unix: Return an error as a pointer in unix_find_other(). | Kuniyuki Iwashima | 1 | -18/+22 |
| 2021-11-26 | af_unix: Factorise unix_find_other() based on address types. | Kuniyuki Iwashima | 1 | -55/+81 |
| 2021-11-26 | af_unix: Pass struct sock to unix_autobind(). | Kuniyuki Iwashima | 1 | -15/+21 |
| 2021-11-26 | af_unix: Use offsetof() instead of sizeof(). | Kuniyuki Iwashima | 2 | -8/+14 |
| 2021-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+0 |
| 2021-11-20 | af_unix: fix regression in read after shutdown | Vincent Whitchurch | 1 | -3/+0 |
| 2021-11-16 | net: drop nopreempt requirement on sock_prot_inuse_add() | Eric Dumazet | 1 | -4/+0 |
| 2021-10-26 | net: Implement ->sock_is_readable() for UDP and AF_UNIX | Cong Wang | 2 | -0/+6 |
| 2021-10-12 | af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability | Stephen Boyd | 1 | -1/+1 |
| 2021-10-07 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -4/+5 |
| 2021-10-06 | unix: Fix an issue in unix_shutdown causing the other end read/write failures | Jiang Wang | 1 | -4/+5 |
| 2021-09-30 | af_unix: fix races in sk_peer_pid and sk_peer_cred accesses | Eric Dumazet | 1 | -6/+28 |
| 2021-09-28 | af_unix: Return errno instead of NULL in unix_create1(). | Kuniyuki Iwashima | 1 | -17/+32 |
| 2021-09-09 | net/af_unix: fix a data-race in unix_dgram_poll | Eric Dumazet | 1 | -1/+1 |
| 2021-08-31 | af_unix: fix potential NULL deref in unix_dgram_connect() | Eric Dumazet | 1 | -3/+6 |
| 2021-08-30 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2 | -35/+247 |
| 2021-08-23 | af_unix: Fix NULL pointer bug in unix_shutdown | Jiang Wang | 1 | -1/+2 |
| 2021-08-16 | af_unix: Add unix_stream_proto for sockmap | Jiang Wang | 2 | -35/+141 |
| 2021-08-16 | af_unix: Add read_sock for stream socket types | Jiang Wang | 1 | -0/+12 |
| 2021-08-16 | af_unix: check socket state when queuing OOB | Rao Shoaib | 1 | -2/+9 |
| 2021-08-15 | bpf: af_unix: Implement BPF iterator for UNIX domain socket. | Kuniyuki Iwashima | 1 | -0/+93 |
| 2021-08-13 | af_unix: fix holding spinlock in oob handling | Rao Shoaib | 1 | -12/+24 |
| 2021-08-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -0/+3 |
| 2021-08-04 | af_unix: Add OOB support | Rao Shoaib | 2 | -2/+156 |
| 2021-08-03 | bpf, unix: Check socket type in unix_bpf_update_proto() | Cong Wang | 1 | -0/+3 |
| 2021-07-31 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -8/+8 |
| 2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+49 |
| 2021-07-30 | unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg() | Cong Wang | 1 | -8/+8 |
| 2021-07-28 | af_unix: fix garbage collect vs MSG_PEEK | Miklos Szeredi | 1 | -2/+49 |
| 2021-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 3 | -10/+198 |
| 2021-07-15 | af_unix: Implement unix_dgram_bpf_recvmsg() | Cong Wang | 2 | -3/+91 |
| 2021-07-15 | af_unix: Implement ->psock_update_sk_prot() | Cong Wang | 3 | -1/+53 |
| 2021-07-15 | af_unix: Add a dummy ->close() for sockmap | Cong Wang | 1 | -0/+9 |
| 2021-07-15 | af_unix: Set TCP_ESTABLISHED for datagram sockets too | Cong Wang | 1 | -6/+8 |
| 2021-07-15 | af_unix: Implement ->read_sock() for sockmap | Cong Wang | 1 | -0/+37 |
| 2021-07-13 | net: Use nlmsg_unicast() instead of netlink_unicast() | Yajun Deng | 1 | -4/+2 |
| 2021-06-29 | net: sock: introduce sk_error_report | Alexander Aring | 1 | -1/+1 |
| 2021-06-21 | __unix_find_socket_byname(): don't pass hash and type separately | Al Viro | 1 | -13/+10 |
| 2021-06-21 | unix_bind_bsd(): unlink if we fail after successful mknod | Al Viro | 1 | -13/+16 |
| 2021-06-21 | unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock | Al Viro | 1 | -15/+11 |
| 2021-06-21 | fold unix_mknod() into unix_bind_bsd() | Al Viro | 1 | -25/+17 |
| 2021-06-21 | unix_bind(): take BSD and abstract address cases into new helpers | Al Viro | 1 | -73/+74 |
| 2021-06-21 | unix_bind(): separate BSD and abstract cases | Al Viro | 1 | -21/+34 |
| 2021-06-21 | unix_bind(): allocate addr earlier | Al Viro | 1 | -13/+15 |
| 2021-06-21 | af_unix: take address assignment/hash insertion into a new helper | Al Viro | 1 | -13/+13 |
| 2021-06-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+4 |
| 2021-06-16 | net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock | Eric Dumazet | 1 | -3/+4 |
| 2021-06-10 | af_unix: remove the repeated word "and" | gushengxian | 1 | -1/+1 |
| 2021-01-24 | af_unix: handle idmapped mounts | Christian Brauner | 1 | -2/+2 |
| 2021-01-24 | namei: prepare for idmapped mounts | Christian Brauner | 1 | -1/+2 |
| 2021-01-24 | fs: add file and path permissions helpers | Christian Brauner | 1 | -1/+1 |
| 2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -3/+0 |
| 2020-10-13 | net/af_unix: Remove unused old_pid variable | Or Cohen | 1 | -2/+0 |
| 2020-09-30 | io_uring: move io_uring_get_socket() into io_uring.h | Jens Axboe | 1 | -0/+1 |
| 2020-09-21 | net: unix: remove redundant assignment to variable 'err' | Jing Xiangfeng | 1 | -1/+0 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -6/+0 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -2/+2 |
| 2020-02-28 | net: datagram: drop 'destructor' argument from several helpers | Paolo Abeni | 1 | -2/+5 |
| 2020-02-28 | unix: uses an atomic type for scm files accounting | Paolo Abeni | 1 | -15/+6 |
| 2020-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+4 |
| 2020-02-27 | unix: It's CONFIG_PROC_FS not CONFIG_PROCFS | David S. Miller | 1 | -1/+1 |
| 2020-02-27 | unix: define and set show_fdinfo only if procfs is enabled | Tobias Klauser | 1 | -0/+4 |
| 2020-02-24 | af_unix: Add missing annotation for unix_wait_for_peer() | Jules Irenge | 1 | -0/+1 |
| 2020-02-06 | skbuff: fix a data race in skb_queue_len() | Qian Cai | 1 | -2/+9 |
| 2020-01-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -3/+4 |
| 2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2019-12-12 | unix: Show number of pending scm files of receive queue in fdinfo | Kirill Tkhai | 1 | -5/+51 |
| 2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 1 | -1/+1 |
| 2019-12-09 | net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_... | Sabrina Dubroca | 1 | -3/+4 |
| 2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+19 |
| 2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+3 |
| 2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -3/+3 |
| 2019-10-23 | af_unix: add compat_ioctl support | Arnd Bergmann | 1 | -0/+19 |
| 2019-10-11 | af_unix: __unix_find_socket_byname() cleanup | Vito Caputo | 1 | -4/+2 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -11/+2 |
| 2019-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2 | -11/+2 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62 | Thomas Gleixner | 1 | -6/+1 |
| 2019-05-22 | net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics. | Felipe Gasper | 1 | -0/+12 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-08 | datagram: remove rendundant 'peeked' argument | Paolo Abeni | 1 | -3/+3 |
| 2019-03-08 | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -127/+172 |
| 2019-02-28 | net: split out functions related to registering inflight socket files | Jens Axboe | 6 | -130/+172 |
| 2019-02-28 | Add io_uring IO interface | Jens Axboe | 1 | -0/+3 |
| 2019-02-20 | missing barriers in some of unix_sock ->addr and ->path accesses | Al Viro | 2 | -25/+35 |
| 2018-10-23 | Revert "net: simplify sock_poll_wait" | Karsten Graul | 1 | -2/+2 |
| 2018-10-17 | net: fix warning in af_unix | Kyeongdon Kim | 1 | -0/+2 |
| 2018-08-03 | af_unix: ensure POLLOUT on remote close() for connected dgram socket | Jason Baron | 1 | -1/+6 |
| 2018-07-30 | net: simplify sock_poll_wait | Christoph Hellwig | 1 | -2/+2 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -11/+19 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -19/+11 |
| 2018-05-26 | net/unix: convert to ->poll_mask | Christoph Hellwig | 1 | -19/+11 |
| 2018-05-16 | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 1 | -15/+2 |
| 2018-04-04 | af_unix: remove redundant lockdep class | Cong Wang | 1 | -10/+0 |
| 2018-03-27 | net: Drop pernet_operations::async | Kirill Tkhai | 1 | -1/+0 |
| 2018-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-02-13 | net: af_unix: fix typo in UNIX_SKB_FRAGS_SZ comment | Tobias Klauser | 1 | -1/+1 |
| 2018-02-13 | net: Convert unix_net_ops | Kirill Tkhai | 1 | -0/+1 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -5/+5 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -20/+20 |