| Age | Commit message (Expand) | Author | Files | Lines |
| 5 days | af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener... | Kuniyuki Iwashima | 1 | -2/+1 |
| 2025-09-23 | VFS: rename kern_path_locked() and related functions. | NeilBrown | 1 | -3/+3 |
| 2025-07-30 | Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -58/+127 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -30/+48 |
| 2025-07-14 | don't bother with path_get()/path_put() in unix_open_file() | Al Viro | 1 | -12/+4 |
| 2025-07-08 | af_unix: Introduce SO_INQ. | Kuniyuki Iwashima | 1 | -2/+60 |
| 2025-07-08 | af_unix: Cache state->msg in unix_stream_read_generic(). | Kuniyuki Iwashima | 1 | -16/+17 |
| 2025-07-08 | af_unix: Use cached value for SOCK_STREAM in unix_inq_len(). | Kuniyuki Iwashima | 1 | -10/+28 |
| 2025-07-08 | af_unix: Don't use skb_recv_datagram() in unix_stream_read_skb(). | Kuniyuki Iwashima | 1 | -17/+22 |
| 2025-07-08 | af_unix: Don't check SOCK_DEAD in unix_stream_read_skb(). | Kuniyuki Iwashima | 1 | -10/+0 |
| 2025-07-08 | af_unix: Don't hold unix_state_lock() in __unix_dgram_recvmsg(). | Kuniyuki Iwashima | 1 | -3/+1 |
| 2025-07-08 | net: splice: Drop unused @gfp | Michal Luczaj | 1 | -2/+1 |
| 2025-07-04 | af_unix: stash pidfs dentry when needed | Alexander Mikhalitsyn | 1 | -1/+10 |
| 2025-07-04 | af_unix/scm: fix whitespace errors | Alexander Mikhalitsyn | 1 | -1/+1 |
| 2025-07-04 | af_unix: introduce unix_skb_to_scm helper | Alexander Mikhalitsyn | 1 | -4/+8 |
| 2025-07-04 | af_unix: rework unix_maybe_add_creds() to allow sleep | Alexander Mikhalitsyn | 1 | -7/+25 |
| 2025-06-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+23 |
| 2025-06-24 | af_unix: Don't set -ECONNRESET for consumed OOB skb. | Kuniyuki Iwashima | 1 | -6/+12 |
| 2025-06-24 | af_unix: Don't leave consecutive consumed OOB skbs. | Kuniyuki Iwashima | 1 | -2/+11 |
| 2025-06-23 | net: remove sock_i_uid() | Eric Dumazet | 1 | -1/+1 |
| 2025-06-19 | pidfs: remove pidfs_{get,put}_pid() | Christian Brauner | 1 | -5/+0 |
| 2025-06-12 | af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD. | Kuniyuki Iwashima | 1 | -1/+2 |
| 2025-05-28 | Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -57/+47 |
| 2025-05-23 | af_unix: Introduce SO_PASSRIGHTS. | Kuniyuki Iwashima | 1 | -2/+20 |
| 2025-05-23 | af_unix: Inherit sk_flags at connect(). | Kuniyuki Iwashima | 1 | -6/+6 |
| 2025-05-23 | af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock. | Kuniyuki Iwashima | 1 | -16/+2 |
| 2025-05-23 | af_unix: Don't pass struct socket to maybe_add_creds(). | Kuniyuki Iwashima | 1 | -11/+12 |
| 2025-05-23 | af_unix: Factorise test_bit() for SOCK_PASSCRED and SOCK_PASSPIDFD. | Kuniyuki Iwashima | 1 | -22/+15 |
| 2025-05-21 | coredump: add coredump socket | Christian Brauner | 1 | -13/+41 |
| 2025-04-26 | net, pidfs: prepare for handing out pidfds for reaped sk->sk_peer_pid | Christian Brauner | 1 | -11/+74 |
| 2025-04-10 | af_unix: Remove unix_unhash() | Michal Luczaj | 1 | -8/+0 |
| 2025-03-25 | af_unix: Clean up #include under net/unix/. | Kuniyuki Iwashima | 1 | -10/+2 |
| 2025-03-25 | af_unix: Explicitly include headers for non-pointer struct fields. | Kuniyuki Iwashima | 1 | -3/+0 |
| 2025-03-25 | af_unix: Move internal definitions to net/unix/. | Kuniyuki Iwashima | 1 | -0/+2 |
| 2025-03-25 | af_unix: Sort headers. | Kuniyuki Iwashima | 1 | -31/+31 |
| 2025-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2025-02-26 | af_unix: Fix memory leak in unix_dgram_sendmsg() | Adrian Huang | 1 | -0/+1 |
| 2025-02-20 | af_unix: Fix undefined 'other' error | Purva Yeshi | 1 | -1/+0 |
| 2025-01-20 | af_unix: Use consume_skb() in connect() and sendmsg(). | Kuniyuki Iwashima | 1 | -14/+14 |
| 2025-01-20 | af_unix: Reuse out_pipe label in unix_stream_sendmsg(). | Kuniyuki Iwashima | 1 | -14/+9 |
| 2025-01-20 | af_unix: Set drop reason in unix_dgram_disconnected(). | Kuniyuki Iwashima | 1 | -1/+3 |
| 2025-01-20 | af_unix: Set drop reason in unix_stream_read_skb(). | Kuniyuki Iwashima | 1 | -2/+2 |
| 2025-01-20 | af_unix: Set drop reason in manage_oob(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2025-01-20 | af_unix: Set drop reason in unix_sock_destructor(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2025-01-20 | af_unix: Set drop reason in unix_release_sock(). | Kuniyuki Iwashima | 1 | -2/+2 |
| 2024-12-17 | af_unix: Remove unix_our_peer(). | Kuniyuki Iwashima | 1 | -6/+1 |
| 2024-12-17 | af_unix: Clean up error paths in unix_dgram_sendmsg(). | Kuniyuki Iwashima | 1 | -16/+15 |
| 2024-12-17 | af_unix: Clean up SOCK_DEAD error paths in unix_dgram_sendmsg(). | Kuniyuki Iwashima | 1 | -15/+15 |
| 2024-12-17 | af_unix: Defer sock_put() to clean up path in unix_dgram_sendmsg(). | Kuniyuki Iwashima | 1 | -2/+0 |
| 2024-12-17 | af_unix: Split restart label in unix_dgram_sendmsg(). | Kuniyuki Iwashima | 1 | -2/+4 |
| 2024-12-17 | af_unix: Use msg->{msg_name,msg_namelen} in unix_dgram_sendmsg(). | Kuniyuki Iwashima | 1 | -6/+4 |
| 2024-12-17 | af_unix: Move !sunaddr case in unix_dgram_sendmsg(). | Kuniyuki Iwashima | 1 | -5/+3 |
| 2024-12-17 | af_unix: Set error only when needed in unix_dgram_sendmsg(). | Kuniyuki Iwashima | 1 | -13/+19 |
| 2024-12-17 | af_unix: Clean up error paths in unix_stream_sendmsg(). | Kuniyuki Iwashima | 1 | -19/+20 |
| 2024-12-17 | af_unix: Set error only when needed in unix_stream_sendmsg(). | Kuniyuki Iwashima | 1 | -3/+4 |
| 2024-12-17 | af_unix: Clean up error paths in unix_stream_connect(). | Kuniyuki Iwashima | 1 | -16/+13 |
| 2024-12-17 | af_unix: Set error only when needed in unix_stream_connect(). | Kuniyuki Iwashima | 1 | -9/+10 |
| 2024-12-11 | splice: do not checksum AF_UNIX sockets | Frederik Deweerdt | 1 | -0/+1 |
| 2024-09-09 | af_unix: Don't return OOB skb in manage_oob(). | Kuniyuki Iwashima | 1 | -2/+7 |
| 2024-09-09 | af_unix: Move spin_lock() in manage_oob(). | Kuniyuki Iwashima | 1 | -8/+7 |
| 2024-09-09 | af_unix: Rename unlinked_skb in manage_oob(). | Kuniyuki Iwashima | 1 | -6/+6 |
| 2024-09-09 | af_unix: Remove single nest in manage_oob(). | Kuniyuki Iwashima | 1 | -22/+23 |
| 2024-08-20 | af_unix: Don't call skb_get() for OOB skb. | Kuniyuki Iwashima | 1 | -22/+5 |
| 2024-07-17 | af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhash | Michal Luczaj | 1 | -1/+40 |
| 2024-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+31 |
| 2024-06-27 | af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head. | Kuniyuki Iwashima | 1 | -2/+13 |
| 2024-06-27 | af_unix: Don't stop recv() at consumed ex-OOB skb. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-06-27 | af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head. | Kuniyuki Iwashima | 1 | -4/+15 |
| 2024-06-27 | af_unix: Stop recv(MSG_PEEK) at consumed OOB skb. | Kuniyuki Iwashima | 1 | -3/+6 |
| 2024-06-25 | af_unix: Don't use spin_lock_nested() in copy_peercred(). | Kuniyuki Iwashima | 1 | -10/+3 |
| 2024-06-25 | af_unix: Remove put_pid()/put_cred() in copy_peercred(). | Kuniyuki Iwashima | 1 | -8/+1 |
| 2024-06-25 | af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket. | Kuniyuki Iwashima | 1 | -3/+8 |
| 2024-06-25 | af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb(). | Kuniyuki Iwashima | 1 | -0/+21 |
| 2024-06-25 | af_unix: Define locking order for U_LOCK_SECOND in unix_stream_connect(). | Kuniyuki Iwashima | 1 | -1/+36 |
| 2024-06-25 | af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect(). | Kuniyuki Iwashima | 1 | -25/+9 |
| 2024-06-25 | af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock(). | Kuniyuki Iwashima | 1 | -1/+15 |
| 2024-06-25 | af_unix: Define locking order for unix_table_double_lock(). | Kuniyuki Iwashima | 1 | -1/+11 |
| 2024-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+9 |
| 2024-06-13 | af_unix: Read with MSG_PEEK loops if the first unread byte is OOB | Rao Shoaib | 1 | -9/+9 |
| 2024-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -46/+44 |
| 2024-06-06 | af_unix: Use skb_queue_empty_lockless() in unix_release_sock(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-06-06 | af_unix: Use unix_recvq_full_lockless() in unix_stream_connect(). | Kuniyuki Iwashima | 1 | -8/+2 |
| 2024-06-06 | af_unix: Annotate data-race of net->unx.sysctl_max_dgram_qlen. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-06-06 | af_unix: Annotate data-races around sk->sk_sndbuf. | Kuniyuki Iwashima | 1 | -3/+3 |
| 2024-06-06 | af_unix: Annotate data-race of sk->sk_state in unix_stream_read_skb(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-06-06 | af_unix: Annotate data-races around sk->sk_state in sendmsg() and recvmsg(). | Kuniyuki Iwashima | 1 | -4/+4 |
| 2024-06-06 | af_unix: Annotate data-race of sk->sk_state in unix_accept(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-06-06 | af_unix: Annotate data-race of sk->sk_state in unix_stream_connect(). | Kuniyuki Iwashima | 1 | -5/+2 |
| 2024-06-06 | af_unix: Annotate data-races around sk->sk_state in unix_write_space() and po... | Kuniyuki Iwashima | 1 | -13/+12 |
| 2024-06-06 | af_unix: Annotate data-race of sk->sk_state in unix_inq_len(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-06-06 | af_unix: Annodate data-races around sk->sk_state for writers. | Kuniyuki Iwashima | 1 | -6/+8 |
| 2024-06-06 | af_unix: Set sk->sk_state under unix_state_lock() for truly disconencted peer. | Kuniyuki Iwashima | 1 | -2/+8 |
| 2024-06-01 | af_unix: Remove dead code in unix_stream_read_generic(). | Kuniyuki Iwashima | 1 | -19/+2 |
| 2024-05-27 | af_unix: Read sk->sk_hash under bindlock during bind(). | Kuniyuki Iwashima | 1 | -3/+6 |
| 2024-05-27 | af_unix: Annotate data-race around unix_sk(sk)->addr. | Kuniyuki Iwashima | 1 | -4/+6 |
| 2024-05-23 | Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -6/+22 |
| 2024-05-21 | af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. | Kuniyuki Iwashima | 1 | -6/+22 |
| 2024-05-18 | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -11/+10 |
| 2024-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -11/+10 |
| 2024-05-10 | af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg | Breno Leitao | 1 | -1/+1 |
| 2024-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+6 |
| 2024-04-16 | af_unix: Try not to hold unix_gc_lock during accept(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-04-12 | af_unix: Don't peek OOB data without MSG_OOB. | Kuniyuki Iwashima | 1 | -5/+5 |
| 2024-04-12 | af_unix: Call manage_oob() for every skb in unix_stream_read_generic(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2024-04-08 | af_unix: Clear stale u->oob_skb. | Kuniyuki Iwashima | 1 | -1/+3 |
| 2024-04-03 | af_unix: Remove lock dance in unix_peek_fds(). | Kuniyuki Iwashima | 1 | -42/+0 |
| 2024-04-03 | af_unix: Remove scm_fp_dup() in unix_attach_fds(). | Kuniyuki Iwashima | 1 | -7/+2 |
| 2024-03-29 | net: add sk_wake_async_rcu() helper | Eric Dumazet | 1 | -1/+1 |
| 2024-03-29 | af_unix: Replace garbage collection algorithm. | Kuniyuki Iwashima | 1 | -12/+0 |
| 2024-03-29 | af_unix: Fix up unix_edge.successor for embryo socket. | Kuniyuki Iwashima | 1 | -1/+1 |
| 2024-03-29 | af_unix: Save listener for embryo socket. | Kuniyuki Iwashima | 1 | -1/+4 |
| 2024-03-29 | af_unix: Link struct unix_edge when queuing skb. | Kuniyuki Iwashima | 1 | -2/+6 |
| 2024-03-29 | af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd. | Kuniyuki Iwashima | 1 | -0/+6 |
| 2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -16/+3 |
| 2024-02-21 | net: implement lockless setsockopt(SO_PEEK_OFF) | Eric Dumazet | 1 | -16/+3 |
| 2024-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+6 |
| 2024-01-31 | af_unix: fix lockdep positive in sk_diag_dump_icons() | Eric Dumazet | 1 | -8/+6 |
| 2024-01-31 | af_unix: Remove CONFIG_UNIX_SCM. | Kuniyuki Iwashima | 1 | -2/+61 |
| 2024-01-26 | af_unix: Try to run GC async. | Kuniyuki Iwashima | 1 | -2/+4 |
| 2024-01-26 | af_unix: Do not use atomic ops for unix_sk(sk)->inflight. | Kuniyuki Iwashima | 1 | -2/+2 |
| 2023-11-30 | bpf, sockmap: af_unix stream sockets need to hold ref for pair sock | John Fastabend | 1 | -2/+0 |
| 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-04 | af_unix: Fix data-race around unix_tot_inflight. | Kuniyuki Iwashima | 1 | -1/+1 |
| 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 | 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-08 | af_unix: fix struct pid leaks in OOB support | Eric Dumazet | 1 | -2/+8 |
| 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-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-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-22 | af_unix: Remove unix_table_locks. | Kuniyuki Iwashima | 1 | -34/+8 |
| 2022-06-22 | af_unix: Put a socket into a per-netns hash table. | Kuniyuki Iwashima | 1 | -30/+20 |
| 2022-06-22 | af_unix: Acquire/Release per-netns hash table's locks. | Kuniyuki Iwashima | 1 | -24/+51 |
| 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 | 1 | -9/+9 |
| 2022-06-22 | af_unix: Clean up some sock_net() uses. | Kuniyuki Iwashima | 1 | -19/+14 |
| 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 | 1 | -6/+5 |
| 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 | 1 | -4/+2 |
| 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-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 |
| 2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+1 |
| 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 | 1 | -38/+60 |
| 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 | 1 | -7/+12 |
| 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 | 1 | -0/+4 |
| 2021-10-12 | af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatability | Stephen Boyd | 1 | -1/+1 |