aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/scm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-21pids: Compute task_tgid using signal->leader_pidEric W. Biederman1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa1-0/+1
2013-09-23scm.h: Remove extern from function prototypesJoe Perches1-5/+5
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-20net: fix incorrect credentials passingLinus Torvalds1-2/+2
2013-04-07scm: Stop passing struct credEric W. Biederman1-10/+6
2012-09-24net: Remove unnecessary NULL check in scm_destroy().David S. Miller1-1/+1
2012-09-07scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.Eric W. Biederman1-4/+19
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet1-1/+3
2012-07-22get rid of ->scm_work_listAl Viro1-1/+0
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet1-3/+2
2011-09-16Revert "Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path"David S. Miller1-19/+3
2011-08-24Scm: Remove unnecessary pid & credential references in Unix socket's send and receive pathTim Chen1-3/+19
2010-11-24scm: lower SCM_MAX_FDEric Dumazet1-2/+3
2010-06-16scm: Capture the full credentials of the scm sender.Eric W. Biederman1-4/+24
2010-06-16scm: Reorder scm_cookie.Eric W. Biederman1-1/+1
2009-11-04net: cleanup include/netEric Dumazet1-6/+3
2009-07-05cleanup: remove unused member in scm_cookie.Rami Rosen1-2/+0
2008-11-14Merge branch 'master' into nextJames Morris1-2/+3
2008-11-14CRED: Wrap task credential accesses in the networking subsystemDavid Howells1-2/+2
2008-11-06net: Fix recursive descent in __scm_destroy().David Miller1-2/+3
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-1/+3
2007-07-17avoid OPEN_MAX in SCM_MAX_FDRoland McGrath1-1/+1
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang1-4/+25
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+17
2006-03-20[AF_UNIX]: scm: better initializationBenjamin LaHaise1-4/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+71