aboutsummaryrefslogtreecommitdiff
path: root/net/core/scm.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Gravatar Kees Cook 1-1/+1
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Gravatar Kees Cook 1-26/+1
2020-07-13net/scm: Regularize compat handling of scm_detach_fds()Gravatar Kees Cook 1-16/+11
2020-05-13net: ignore sock_from_file errors in __scm_install_fdGravatar Christoph Hellwig 1-1/+1
2020-05-11net: cleanly handle kernel vs user buffers for ->msg_controlGravatar Christoph Hellwig 1-21/+28
2020-05-11net/scm: cleanup scm_detach_fdsGravatar Christoph Hellwig 1-43/+51
2020-05-11net: add a CMSG_USER_DATA macroGravatar Christoph Hellwig 1-2/+2
2019-11-15y2038: socket: remove timespec reference in timestampingGravatar Arnd Bergmann 1-2/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-03socket: Add SO_TIMESTAMPING_NEWGravatar Deepa Dinamani 1-0/+27
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))Gravatar yuan linyu 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-02-08unix: correctly track in-flight fds in sending process user_structGravatar Hannes Frederic Sowa 1-0/+7
2015-12-08net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a structGravatar Tejun Heo 1-2/+2
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsGravatar Daniel Borkmann 1-0/+2
2014-12-10net: introduce helper macro for_each_cmsghdrGravatar Gu Zheng 1-2/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyGravatar Eric W. Biederman 1-2/+2
2013-08-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSGravatar Andy Lutomirski 1-1/+1
2013-04-09netprio_cgroup: remove task_struct parameter from sock_update_netprio()Gravatar Zefan Li 1-1/+1
2013-04-09cls_cgroup: remove task_struct parameter from sock_update_classid()Gravatar Zefan Li 1-1/+1
2013-04-07scm: Stop passing struct credGravatar Eric W. Biederman 1-16/+0
2013-03-17scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Gravatar Eric W. Biederman 1-1/+3
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyGravatar Daniel Wagner 1-1/+4
2012-11-18net: Allow userns root to force the scm credsGravatar Eric W. Biederman 1-3/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+1
2012-09-26make get_file() return its argumentGravatar Al Viro 1-2/+1
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Gravatar Eric W. Biederman 1-6/+11
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Gravatar David S. Miller 1-8/+23
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyGravatar John Fastabend 1-0/+4
2012-08-14userns: Convert net/core/scm.c to use kuids and kgidsGravatar Eric W. Biederman 1-8/+23
2012-07-22get rid of ->scm_work_listGravatar Al Viro 1-19/+3
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultGravatar Eric Dumazet 1-4/+6
2011-08-11scm: Capture the full credentials of the scm senderGravatar Tim Chen 1-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsGravatar Al Viro 1-1/+1
2010-11-24scm: lower SCM_MAX_FDGravatar Eric Dumazet 1-4/+6
2010-07-12net/core: EXPORT_SYMBOL cleanupsGravatar Eric Dumazet 1-5/+4
2010-06-16scm: Capture the full credentials of the scm sender.Gravatar Eric W. Biederman 1-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-28scm: Only support SCM_RIGHTS on unix domain sockets.Gravatar Eric W. Biederman 1-0/+2
2008-11-18Merge branch 'master' into nextGravatar James Morris 1-2/+0
2008-11-14scm: fix scm_fp_list->list initialization made in wrong placeGravatar Pavel Emelyanov 1-2/+0
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-3/+21
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-1/+1
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-4/+6
2008-11-14CRED: Wrap task credential accesses in the networking subsystemGravatar David Howells 1-4/+4
2008-11-06net: Fix recursive descent in __scm_destroy().Gravatar David Miller 1-3/+21
2007-12-20[NET]: Fix function put_cmsg() which may cause usr application memory overflowGravatar Wei Yongjun 1-0/+2