aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyAl Viro1-13/+10
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodAl Viro1-13/+16
2021-06-21unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockAl Viro1-15/+11
2021-06-21fold unix_mknod() into unix_bind_bsd()Al Viro1-25/+17
2021-06-21unix_bind(): take BSD and abstract address cases into new helpersAl Viro1-73/+74
2021-06-21unix_bind(): separate BSD and abstract casesAl Viro1-21/+34
2021-06-21unix_bind(): allocate addr earlierAl Viro1-13/+15
2021-06-21af_unix: take address assignment/hash insertion into a new helperAl Viro1-13/+13
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+4
2021-06-16net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet1-3/+4
2021-06-10af_unix: remove the repeated word "and"gushengxian1-1/+1
2021-01-24af_unix: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-1/+2
2021-01-24fs: add file and path permissions helpersChristian Brauner1-1/+1
2020-10-13net/af_unix: Remove unused old_pid variableOr Cohen1-2/+0
2020-09-21net: unix: remove redundant assignment to variable 'err'Jing Xiangfeng1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-6/+0
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni1-2/+5
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni1-15/+6
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+4
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller1-1/+1
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser1-0/+4
2020-02-24af_unix: Add missing annotation for unix_wait_for_peer()Jules Irenge1-0/+1
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai1-2/+9
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-3/+4
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai1-5/+51
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_datagramSabrina Dubroca1-3/+4
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+19
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-3/+3
2019-10-23af_unix: add compat_ioctl supportArnd Bergmann1-0/+19
2019-10-11af_unix: __unix_find_socket_byname() cleanupVito Caputo1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-61/+2
2019-02-28net: split out functions related to registering inflight socket filesJens Axboe1-61/+2
2019-02-20missing barriers in some of unix_sock ->addr and ->path accessesAl Viro1-24/+33
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-2/+2
2018-10-17net: fix warning in af_unixKyeongdon Kim1-0/+2
2018-08-03af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron1-1/+6
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-2/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-11/+19
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-19/+11
2018-05-26net/unix: convert to ->poll_maskChristoph Hellwig1-19/+11
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-04-04af_unix: remove redundant lockdep classCong Wang1-10/+0
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0