summaryrefslogtreecommitdiffstats
path: root/net/unix
Commit message (Expand)AuthorAgeFilesLines
* af_unix: Fix a data-race in unix_dgram_peer_wake_me().Kuniyuki Iwashima2022-06-071-1/+1
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-252-9/+7
|\
| * net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-122-7/+4
| * net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-2/+3
* | af_unix: Silence randstruct GCC plugin warningKees Cook2022-05-161-5/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-231-7/+9
|\
| * af_unix: Support POLLPRI for OOB.Kuniyuki Iwashima2022-03-181-0/+4
| * af_unix: Fix some data-races around unix_sk(sk)->oob_skb.Kuniyuki Iwashima2022-03-181-7/+5
* | af_unix: Remove unnecessary brackets around CONFIG_AF_UNIX_OOB.Kuniyuki Iwashima2022-03-181-3/+3
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-241-28/+222
|\ \ | |/ |/|
| * bpf: Support bpf_(get|set)sockopt() in bpf unix iter.Kuniyuki Iwashima2022-01-181-0/+15
| * bpf: af_unix: Use batching algorithm in bpf unix iter.Kuniyuki Iwashima2022-01-181-7/+177
| * af_unix: Refactor unix_next_socket().Kuniyuki Iwashima2022-01-181-21/+30
* | 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