aboutsummaryrefslogtreecommitdiff
path: root/net/unix
AgeCommit message (Expand)AuthorFilesLines
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 1-1/+1
2021-06-21__unix_find_socket_byname(): don't pass hash and type separatelyGravatar Al Viro 1-13/+10
2021-06-21unix_bind_bsd(): unlink if we fail after successful mknodGravatar Al Viro 1-13/+16
2021-06-21unix_bind_bsd(): move done_path_create() call after dealing with ->bindlockGravatar Al Viro 1-15/+11
2021-06-21fold unix_mknod() into unix_bind_bsd()Gravatar Al Viro 1-25/+17
2021-06-21unix_bind(): take BSD and abstract address cases into new helpersGravatar Al Viro 1-73/+74
2021-06-21unix_bind(): separate BSD and abstract casesGravatar Al Viro 1-21/+34
2021-06-21unix_bind(): allocate addr earlierGravatar Al Viro 1-13/+15
2021-06-21af_unix: take address assignment/hash insertion into a new helperGravatar Al Viro 1-13/+13
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+4
2021-06-16net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockGravatar Eric Dumazet 1-3/+4
2021-06-10af_unix: remove the repeated word "and"Gravatar gushengxian 1-1/+1
2021-01-24af_unix: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24namei: prepare for idmapped mountsGravatar Christian Brauner 1-1/+2
2021-01-24fs: add file and path permissions helpersGravatar Christian Brauner 1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-3/+0
2020-10-13net/af_unix: Remove unused old_pid variableGravatar Or Cohen 1-2/+0
2020-09-30io_uring: move io_uring_get_socket() into io_uring.hGravatar Jens Axboe 1-0/+1
2020-09-21net: unix: remove redundant assignment to variable 'err'Gravatar Jing Xiangfeng 1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 1-6/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-2/+2
2020-02-28net: datagram: drop 'destructor' argument from several helpersGravatar Paolo Abeni 1-2/+5
2020-02-28unix: uses an atomic type for scm files accountingGravatar Paolo Abeni 1-15/+6
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+4
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSGravatar David S. Miller 1-1/+1
2020-02-27unix: define and set show_fdinfo only if procfs is enabledGravatar Tobias Klauser 1-0/+4
2020-02-24af_unix: Add missing annotation for unix_wait_for_peer()Gravatar Jules Irenge 1-0/+1
2020-02-06skbuff: fix a data race in skb_queue_len()Gravatar Qian Cai 1-2/+9
2020-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-3/+4
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoGravatar Kirill Tkhai 1-5/+51
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-12-09net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...Gravatar Sabrina Dubroca 1-3/+4
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+19
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-3/+3
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersGravatar Eric Dumazet 1-3/+3
2019-10-23af_unix: add compat_ioctl supportGravatar Arnd Bergmann 1-0/+19
2019-10-11af_unix: __unix_find_socket_byname() cleanupGravatar Vito Caputo 1-4/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-11/+2
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 2-11/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62Gravatar Thomas Gleixner 1-6/+1
2019-05-22net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics.Gravatar Felipe Gasper 1-0/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-08datagram: remove rendundant 'peeked' argumentGravatar Paolo Abeni 1-3/+3
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 6-127/+172
2019-02-28net: split out functions related to registering inflight socket filesGravatar Jens Axboe 6-130/+172
2019-02-28Add io_uring IO interfaceGravatar Jens Axboe 1-0/+3