summaryrefslogtreecommitdiffstats
path: root/net/unix
Commit message (Expand)AuthorAgeFilesLines
* af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progressEric Dumazet2022-01-142-5/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | net: Enable max_dgram_qlen unix sysctl to be configurable by non-init user na...Joanne Koong2021-12-131-4/+0
|/
* af_unix: Relax race in unix_autobind().Kuniyuki Iwashima2021-11-261-10/+12
* af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2021-11-262-48/+70
* af_unix: Save hash in sk_hash.Kuniyuki Iwashima2021-11-261-19/+23
* af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima2021-11-261-29/+35
* af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima2021-11-261-4/+2
* af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima2021-11-261-40/+67
* af_unix: Remove unix_mkname().Kuniyuki Iwashima2021-11-261-23/+11
* af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima2021-11-261-38/+25
* af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima2021-11-261-10/+30
* af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima2021-11-261-18/+22
* af_unix: Factorise unix_find_other() based on address types.Kuniyuki Iwashima2021-11-261-55/+81
* af_unix: Pass struct sock to unix_autobind().Kuniyuki Iwashima2021-11-261-15/+21
* af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2021-11-262-8/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-3/+0
|\
| * af_unix: fix regression in read after shutdownVincent Whitchurch2021-11-201-3/+0
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+0
|/
* net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2021-10-262-0/+6
* af_unix: Rename UNIX-DGRAM to UNIX to maintain backwards compatabilityStephen Boyd2021-10-121-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-071-4/+5
|\
| * unix: Fix an issue in unix_shutdown causing the other end read/write failuresJiang Wang2021-10-061-4/+5
* | af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-301-6/+28
|/
* af_unix: Return errno instead of NULL in unix_create1().Kuniyuki Iwashima2021-09-281-17/+32
* net/af_unix: fix a data-race in unix_dgram_pollEric Dumazet2021-09-091-1/+1
* af_unix: fix potential NULL deref in unix_dgram_connect()Eric Dumazet2021-08-311-3/+6
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-302-35/+247
|\
| * af_unix: Fix NULL pointer bug in unix_shutdownJiang Wang2021-08-231-1/+2
| * af_unix: Add unix_stream_proto for sockmapJiang Wang2021-08-162-35/+141
| * af_unix: Add read_sock for stream socket typesJiang Wang2021-08-161-0/+12
| * bpf: af_unix: Implement BPF iterator for UNIX domain socket.Kuniyuki Iwashima2021-08-151-0/+93
* | af_unix: check socket state when queuing OOBRao Shoaib2021-08-161-2/+9
|/
* af_unix: fix holding spinlock in oob handlingRao Shoaib2021-08-131-12/+24
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-101-0/+3
|\
| * bpf, unix: Check socket type in unix_bpf_update_proto()Cong Wang2021-08-031-0/+3
* | af_unix: Add OOB supportRao Shoaib2021-08-042-2/+156
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-311-8/+8
|\
| * unix_bpf: Fix a potential deadlock in unix_dgram_bpf_recvmsg()Cong Wang2021-07-301-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-2/+49
|\ \ | |/ |/|
| * af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi2021-07-281-2/+49
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-153-10/+198
|\ \ | |/ |/|
| * af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2021-07-152-3/+91
| * af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-153-1/+53
| * af_unix: Add a dummy ->close() for sockmapCong Wang2021-07-151-0/+9
| * af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang2021-07-151-6/+8
| * af_unix: Implement ->read_sock() for sockmapCong Wang2021-07-151-0/+37
* | net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-4/+2
|/
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1