summaryrefslogtreecommitdiff
path: root/net/core/scm.c
AgeCommit message (Expand)Author
2023-12-19io_uring/unix: drop usage of io_uring socketJens Axboe
2023-12-12Merge branch 'vfs.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Jens Axboe
2023-12-12file: stop exposing receive_fd_user()Christian Brauner
2023-12-07io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-08-09net: annotate data-races around sock->opsEric Dumazet
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet
2021-07-20memcg: enable accounting for scm_fp_list objectsVasily Averin
2021-04-16scm: fix a typo in put_cmsg()Eric Dumazet
2021-04-15scm: optimize put_cmsg()Eric Dumazet
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Kees Cook
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook
2020-07-13net/scm: Regularize compat handling of scm_detach_fds()Kees Cook
2020-05-13net: ignore sock_from_file errors in __scm_install_fdChristoph Hellwig
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlChristoph Hellwig
2020-05-11net/scm: cleanup scm_detach_fdsChristoph Hellwig
2020-05-11net: add a CMSG_USER_DATA macroChristoph Hellwig
2019-11-15y2038: socket: remove timespec reference in timestampingArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structTejun Heo
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski
2013-04-09netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li
2013-04-09cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li
2013-04-07scm: Stop passing struct credEric W. Biederman
2013-03-17scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner
2012-11-18net: Allow userns root to force the scm credsEric W. Biederman
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26make get_file() return its argumentAl Viro
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend
2012-08-14userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman
2012-07-22get rid of ->scm_work_listAl Viro
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet
2011-08-11scm: Capture the full credentials of the scm senderTim Chen
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro
2010-11-24scm: lower SCM_MAX_FDEric Dumazet
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman