index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
scm.c
Age
Commit message (
Expand
)
Author
2023-04-14
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
2023-02-20
scm: add user copy checks to put_cmsg()
Eric Dumazet
2021-07-20
memcg: enable accounting for scm_fp_list objects
Vasily Averin
2021-04-16
scm: fix a typo in put_cmsg()
Eric Dumazet
2021-04-15
scm: optimize put_cmsg()
Eric Dumazet
2020-07-13
fs: Add receive_fd() wrapper for __receive_fd()
Kees Cook
2020-07-13
fs: Move __scm_install_fd() to __receive_fd()
Kees Cook
2020-07-13
net/scm: Regularize compat handling of scm_detach_fds()
Kees Cook
2020-05-13
net: ignore sock_from_file errors in __scm_install_fd
Christoph Hellwig
2020-05-11
net: cleanly handle kernel vs user buffers for ->msg_control
Christoph Hellwig
2020-05-11
net/scm: cleanup scm_detach_fds
Christoph Hellwig
2020-05-11
net: add a CMSG_USER_DATA macro
Christoph Hellwig
2019-11-15
y2038: socket: remove timespec reference in timestamping
Arnd Bergmann
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-02-03
socket: Add SO_TIMESTAMPING_NEW
Deepa Dinamani
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-01-04
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
yuan linyu
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-02-08
unix: correctly track in-flight fds in sending process user_struct
Hannes Frederic Sowa
2015-12-08
net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
Tejun Heo
2015-11-22
net, scm: fix PaX detected msg_controllen overflow in scm_detach_fds
Daniel Borkmann
2014-12-10
net: introduce helper macro for_each_cmsghdr
Gu Zheng
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2013-08-30
userns: Kill nsown_capable it makes the wrong thing easy
Eric W. Biederman
2013-08-27
net: Check the correct namespace when spoofing pid over SCM_RIGHTS
Andy Lutomirski
2013-04-09
netprio_cgroup: remove task_struct parameter from sock_update_netprio()
Zefan Li
2013-04-09
cls_cgroup: remove task_struct parameter from sock_update_classid()
Zefan Li
2013-04-07
scm: Stop passing struct cred
Eric W. Biederman
2013-03-17
scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.
Eric W. Biederman
2013-01-22
net: net_cls: fd passed in SCM_RIGHTS datagram not set correctly
Daniel Wagner
2012-11-18
net: Allow userns root to force the scm creds
Eric W. Biederman
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2012-09-26
make get_file() return its argument
Al Viro
2012-09-07
scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.
Eric W. Biederman
2012-08-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...
David S. Miller
2012-08-16
net: netprio: fd passed in SCM_RIGHTS datagram not set correctly
John Fastabend
2012-08-14
userns: Convert net/core/scm.c to use kuids and kgids
Eric W. Biederman
2012-07-22
get rid of ->scm_work_list
Al Viro
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2011-09-28
af_unix: dont send SCM_CREDENTIALS by default
Eric Dumazet
2011-08-11
scm: Capture the full credentials of the scm sender
Tim Chen
2011-03-15
Allow passing O_PATH descriptors via SCM_RIGHTS datagrams
Al Viro
2010-11-24
scm: lower SCM_MAX_FD
Eric Dumazet
2010-07-12
net/core: EXPORT_SYMBOL cleanups
Eric Dumazet
2010-06-16
scm: Capture the full credentials of the scm sender.
Eric W. Biederman
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-28
scm: Only support SCM_RIGHTS on unix domain sockets.
Eric W. Biederman
2008-11-18
Merge branch 'master' into next
James Morris
2008-11-14
scm: fix scm_fp_list->list initialization made in wrong place
Pavel Emelyanov
2008-11-14
Merge branch 'master' into next
James Morris
[next]