summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-28ipc: account for kmem usage on mqueue and msgAristeu Rozanski1-2/+2
2016-08-02ipc: delete "nr_ipc_ns"Alexey Dobriyan3-6/+0
2015-11-07ipc,msg: drop dst nil validation in copy_msgDavidlohr Bueso1-1/+0
2015-09-10ipc: convert invalid scenarios to use WARN_ONDavidlohr Bueso2-3/+3
2014-12-04copy address of proc_ns_ops into ns_commonAl Viro13-10/+34
2014-12-04common object embedded into various struct ....nsAl Viro17-29/+43
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause3-15/+15
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells15-92/+109
2013-05-01ipc/msgutil.c: use linux/uaccess.hHoSung Jung1-2/+2
2013-05-01ipc: set EFAULT as default error in load_msg()Peter Hurley1-7/+3
2013-05-01ipc: tighten msg copy loopsPeter Hurley1-21/+11
2013-05-01ipc: separate msg allocation from userspace copyPeter Hurley1-14/+38
2013-05-01ipc: clamp with min()Peter Hurley1-22/+8
2013-03-08ipc: fix potential oops when src msg > 4k w/ MSG_COPYPeter Hurley1-3/+0
2013-01-05ipc: simplify message copyingStanislav Kinsbursky2-16/+14
2013-01-05ipc: introduce message queue copy featureStanislav Kinsbursky4-2/+102
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman18-12/+132
2012-02-13security: trim security.hAl Viro19-26/+66
2011-12-09... and the same kind of leak for mqueueAl Viro2-10/+3
2011-03-24userns: add a user namespace owner of ipc nsSerge E. Hallyn4-2/+16
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn5-52/+131
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn7-71/+145
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day172-250/+250
2006-10-03fix file specification in commentsUwe Zeisberger313-313/+313
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845