aboutsummaryrefslogtreecommitdiff
path: root/include/net/scm.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-21pids: Compute task_tgid using signal->leader_pidGravatar Eric W. Biederman 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2016-02-08unix: correctly track in-flight fds in sending process user_structGravatar Hannes Frederic Sowa 1-0/+1
2013-09-23scm.h: Remove extern from function prototypesGravatar Joe Perches 1-5/+5
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2013-04-20net: fix incorrect credentials passingGravatar Linus Torvalds 1-2/+2
2013-04-07scm: Stop passing struct credGravatar Eric W. Biederman 1-10/+6
2012-09-24net: Remove unnecessary NULL check in scm_destroy().Gravatar David S. Miller 1-1/+1
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Gravatar Eric W. Biederman 1-4/+19
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Gravatar Eric Dumazet 1-1/+3
2012-07-22get rid of ->scm_work_listGravatar Al Viro 1-1/+0
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultGravatar Eric Dumazet 1-3/+2
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's ...Gravatar David S. Miller 1-19/+3
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and...Gravatar Tim Chen 1-3/+19
2010-11-24scm: lower SCM_MAX_FDGravatar Eric Dumazet 1-2/+3
2010-06-16scm: Capture the full credentials of the scm sender.Gravatar Eric W. Biederman 1-4/+24
2010-06-16scm: Reorder scm_cookie.Gravatar Eric W. Biederman 1-1/+1
2009-11-04net: cleanup include/netGravatar Eric Dumazet 1-6/+3
2009-07-05cleanup: remove unused member in scm_cookie.Gravatar Rami Rosen 1-2/+0
2008-11-14Merge branch 'master' into nextGravatar James Morris 1-2/+3
2008-11-14CRED: Wrap task credential accesses in the networking subsystemGravatar David Howells 1-2/+2
2008-11-06net: Fix recursive descent in __scm_destroy().Gravatar David Miller 1-2/+3
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 1-1/+3
2007-07-17avoid OPEN_MAX in SCM_MAX_FDGravatar Roland McGrath 1-1/+1
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchGravatar Catherine Zhang 1-4/+25
2006-06-29[AF_UNIX]: Datagram getpeersecGravatar Catherine Zhang 1-0/+17
2006-03-20[AF_UNIX]: scm: better initializationGravatar Benjamin LaHaise 1-4/+6
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+71