aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/connector/cn_proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-26connector/cn_proc: Use task_is_in_init_pid_ns()Leo Yan1-1/+1
2020-05-28connector/cn_proc: Protect send_msg() with a local lockMike Galbraith1-7/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-03-08connector: fix unsafe usage of ->real_parentLi RongQing1-4/+18
2018-05-01connector: add parent pid and tgid to coredump and exit eventsStefan Strogin1-0/+4
2016-07-05connector: make cn_proc explicitly non-modularPaul Gortmaker1-3/+1
2016-06-28connector: fix out-of-order cn_proc netlink message deliveryAaron Campbell1-21/+22
2014-07-23connector: Use ktime_get_ns()Thomas Gleixner1-27/+9
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-02-07connector: add portid to unicast in addition to broadcastingDavid Fries1-9/+9
2013-11-14connector: improved unaligned access error fixChris Metcalf1-30/+42
2013-10-02proc connector: fix info leaksMathias Krause1-0/+18
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag1-0/+25
2013-02-27proc connector: reject unprivileged listener bumpsKees Cook1-0/+8
2012-09-06userns: Convert process event connector to handle kuids and kgidsEric W. Biederman1-4/+14
2012-07-16drivers: connector: fixed coding style issuesValentin Ilie1-18/+18
2011-09-28connector: add comm change event report to proc connectorVladimir Zapolskiy1-0/+26
2011-07-28proc_fork_connector: a lockless ->real_parent usage is not safeOleg Nesterov1-2/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+2
2011-07-25drivers/connector/cn_proc.c: remove unused localAndrew Morton1-1/+0
2011-07-18connector: add an event for monitoring process tracersVladimir Zapolskiy1-0/+35
2010-12-17connector: Use this_cpu operationsChristoph Lameter1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-06connector: Fix incompatible pointer type warningStephen Boyd1-1/+2
2009-09-23proc connector: add event for process becoming session leaderScott James Remnant1-0/+25
2009-07-17connector: make callback argument type explicitMike Frysinger1-2/+1
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-5/+11
2008-11-14CRED: Separate task security context from task_structDavid Howells1-4/+4
2007-01-05[PATCH] connector: some fixes for ia64 unaligned access errorsErik Jacobson1-5/+6
2006-07-31[PATCH] Process Events: Fix biarch compatibility issue. use __u64 timestampChandra Seetharaman1-5/+15
2006-06-23[PATCH] Process Events - Header CleanupMatt Helsley1-0/+1
2006-01-10[PATCH] Switch getnstimestamp() calls to ktime_get_ts()Matt Helsley1-5/+6
2006-01-08[PATCH] drivers/connector/cn_proc.c typosDavid S. Miller1-2/+2
2005-12-12[PATCH] Add timestamp field to process eventsMatt Helsley1-0/+5
2005-11-07[PATCH] Process Events ConnectorMatt Helsley1-0/+222