summaryrefslogtreecommitdiffstats
path: root/net/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* __unix_find_socket_byname(): don't pass hash and type separatelyAl Viro2021-06-211-13/+10
* unix_bind_bsd(): unlink if we fail after successful mknodAl Viro2021-06-211-13/+16
* unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockAl Viro2021-06-211-15/+11
* fold unix_mknod() into unix_bind_bsd()Al Viro2021-06-211-25/+17
* unix_bind(): take BSD and abstract address cases into new helpersAl Viro2021-06-211-73/+74
* unix_bind(): separate BSD and abstract casesAl Viro2021-06-211-21/+34
* unix_bind(): allocate addr earlierAl Viro2021-06-211-13/+15
* af_unix: take address assignment/hash insertion into a new helperAl Viro2021-06-211-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-3/+4
|\
| * net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-161-3/+4
* | af_unix: remove the repeated word "and"gushengxian2021-06-101-1/+1
|/
* af_unix: handle idmapped mountsChristian Brauner2021-01-241-2/+2
* namei: prepare for idmapped mountsChristian Brauner2021-01-241-1/+2
* fs: add file and path permissions helpersChristian Brauner2021-01-241-1/+1
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-3/+0
|\
| * net/af_unix: Remove unused old_pid variableOr Cohen2020-10-131-2/+0
| * net: unix: remove redundant assignment to variable 'err'Jing Xiangfeng2020-09-211-1/+0
* | io_uring: move io_uring_get_socket() into io_uring.hJens Axboe2020-09-301-0/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-6/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-281-2/+5
* unix: uses an atomic type for scm files accountingPaolo Abeni2020-02-281-15/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-0/+4
|\
| * unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller2020-02-271-1/+1
| * unix: define and set show_fdinfo only if procfs is enabledTobias Klauser2020-02-271-0/+4
* | af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge2020-02-241-0/+1
|/