summaryrefslogtreecommitdiffstats
path: root/net/core/scm.c
AgeCommit message (Expand)AuthorLines
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng-2/+1
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-2/+2
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman-2/+2
2013-08-27net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski-1/+1
2013-04-09netprio_cgroup: remove task_struct parameter from sock_update_netprio()Zefan Li-1/+1
2013-04-09cls_cgroup: remove task_struct parameter from sock_update_classid()Zefan Li-1/+1
2013-04-07scm: Stop passing struct credEric W. Biederman-16/+0
2013-03-17scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.Eric W. Biederman-1/+3
2013-01-22net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner-1/+4
2012-11-18net: Allow userns root to force the scm credsEric W. Biederman-3/+3
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+1
2012-09-26make get_file() return its argumentAl Viro-2/+1
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman-6/+11
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller-8/+23
2012-08-16net: netprio: fd passed in SCM_RIGHTS datagram not set correctlyJohn Fastabend-0/+4
2012-08-14userns: Convert net/core/scm.c to use kuids and kgidsEric W. Biederman-8/+23
2012-07-22get rid of ->scm_work_listAl Viro-19/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells-1/+0
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet-4/+6
2011-08-11scm: Capture the full credentials of the scm senderTim Chen-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro-1/+1
2010-11-24scm: lower SCM_MAX_FDEric Dumazet-4/+6
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet-5/+4
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-28scm: Only support SCM_RIGHTS on unix domain sockets.Eric W. Biederman-0/+2
2008-11-18Merge branch 'master' into nextJames Morris-2/+0
2008-11-14scm: fix scm_fp_list->list initialization made in wrong placePavel Emelyanov-2/+0
2008-11-14Merge branch 'master' into nextJames Morris-3/+21
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-1/+1
2008-11-14CRED: Separate task security context from task_structDavid Howells-4/+6
2008-11-14CRED: Wrap task credential accesses in the networking subsystemDavid Howells-4/+4
2008-11-06net: Fix recursive descent in __scm_destroy().David Miller-3/+21
2007-12-20[NET]: Fix function put_cmsg() which may cause usr application memory overflowWei Yongjun-0/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-1/+3
2007-10-10[NET]: sparse warning fixesStephen Hemminger-3/+6
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper-1/+2
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki-6/+6
2006-10-11[NET]: File descriptor loss while receiving SCM_RIGHTSMiklos Szeredi-2/+1
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap-0/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+291