aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-231-6/+22
|\
| * af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima2024-05-211-6/+22
* | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-11/+10
|\ \ | |/ |/|
| * net: change proto and proto_ops accept typeJens Axboe2024-05-141-11/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-1/+1
|\ \ | |/ |/|
| * af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao2024-05-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-6/+6
|\|
| * af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima2024-04-131-5/+5
| * af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima2024-04-131-1/+1
* | af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima2024-04-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-111-1/+3
|\|
| * af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima2024-04-091-1/+3
* | af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima2024-04-041-42/+0
* | af_unix: Remove scm_fp_dup() in unix_attach_fds().Kuniyuki Iwashima2024-04-041-7/+2
* | net: add sk_wake_async_rcu() helperEric Dumazet2024-03-291-1/+1
* | af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima2024-03-291-12/+0
* | af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima2024-03-291-1/+1
* | af_unix: Save listener for embryo socket.Kuniyuki Iwashima2024-03-291-1/+4
* | af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2024-03-291-2/+6
* | af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima2024-03-291-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-221-16/+3
|\
| * net: implement lockless setsockopt(SO_PEEK_OFF)Eric Dumazet2024-02-211-16/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-011-8/+6
|\|
| * af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet2024-02-011-8/+6
* | af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima2024-02-011-2/+61
* | af_unix: Try to run GC async.Kuniyuki Iwashima2024-01-271-2/+4
* | af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima2024-01-271-2/+2
|/
* bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-291-2/+0
* af_unix: fix use-after-free in unix_stream_read_actor()Eric Dumazet2023-11-141-4/+5
* af_unix: Remove module remnants.Kuniyuki Iwashima2023-10-271-19/+4
* bpf: Implement cgroup sockaddr hooks for unix socketsDaan De Meyer2023-10-121-1/+34
* af_unix: Fix data-race around unix_tot_inflight.Kuniyuki Iwashima2023-09-041-1/+1
* net: add missing data-race annotations around sk->sk_peek_offEric Dumazet2023-07-291-1/+1
* af_unix: Terminate sun_path when bind()ing pathname socket.Kuniyuki Iwashima2023-07-271-5/+16
* af_unix: Fix fortify_panic() in unix_bind_bsd().Kuniyuki Iwashima2023-07-261-4/+2
* net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn2023-06-271-2/+2
* Revert "af_unix: Call scm_recv() only after scm_set_cred()."Kuniyuki Iwashima2023-06-271-1/+1
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-241-19/+0
* af_unix: Call scm_recv() only after scm_set_cred().Kuniyuki Iwashima2023-06-241-1/+1
* net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-121-0/+16
* scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn2023-06-121-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-05-261-5/+2
|\
| * bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-231-5/+2
* | unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-05-241-127/+7
* | af_unix: Support MSG_SPLICE_PAGESDavid Howells2023-05-241-16/+33
* | net: Pass max frags into skb_append_pagefrags()David Howells2023-05-241-1/+1
|/
* af_unix: Fix data races around sk->sk_shutdown.Kuniyuki Iwashima2023-05-111-8/+12
* af_unix: Fix a data race of sk->sk_receive_queue->qlen.Kuniyuki Iwashima2023-05-111-1/+1
* af_unix: annotate lockless accesses to sk->sk_errEric Dumazet2023-03-171-4/+5
* af_unix: fix struct pid leaks in OOB supportEric Dumazet2023-03-091-2/+8