aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-17/+30
2015-04-15VFS: audit: d_backing_inode() annotationsGravatar David Howells 1-1/+1
2015-03-13audit: Remove condition which always evaluates to falseGravatar Pranith Kumar 1-3/+2
2015-02-23audit: reduce mmap_sem hold for mm->exe_fileGravatar Davidlohr Bueso 1-8/+14
2015-02-23audit: consolidate handling of mm->exe_fileGravatar Davidlohr Bueso 1-8/+15
2015-02-23audit: code clean upGravatar Ameen Ali 1-3/+2
2015-02-23audit: don't reset working wait time accidentally with auditdGravatar Richard Guy Briggs 1-1/+2
2015-02-23audit: don't lose set wait time on first successful call to audit_log_start()Gravatar Richard Guy Briggs 1-3/+4
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindGravatar Johannes Berg 1-1/+1
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-4/+4
2014-12-19audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbGravatar Richard Guy Briggs 1-4/+4
2014-12-13Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+1
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+1
2014-12-09Merge branch 'next' into upstream for v3.19Gravatar Paul Moore 1-1/+1
2014-11-17audit: convert status version to a feature bitmapGravatar Richard Guy Briggs 1-1/+1
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+1
2014-11-04audit, sched/wait: Fixup kauditd_thread() wait loopGravatar Peter Zijlstra 1-10/+1
2014-10-30audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceGravatar Richard Guy Briggs 1-1/+1
2014-10-19Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-20/+10
2014-09-23audit: get comm using lock to avoid race in string printingGravatar Richard Guy Briggs 1-3/+2
2014-09-23audit: correct AUDIT_GET_FEATURE return message typeGravatar Richard Guy Briggs 1-1/+1
2014-09-23audit: set nlmsg_len for multicast messages.Gravatar Richard Guy Briggs 1-1/+2
2014-09-23audit: use atomic_t to simplify audit_serial()Gravatar Richard Guy Briggs 1-12/+2
2014-09-23kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Gravatar Fabian Frederick 1-1/+1
2014-09-23audit: reduce scope of audit_log_fcapsGravatar Richard Guy Briggs 1-1/+1
2014-09-23audit: reduce scope of audit_net_idGravatar Richard Guy Briggs 1-1/+1
2014-07-24CAPABILITIES: remove undefined caps from all processesGravatar Eric Paris 1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-4/+60
2014-06-06ipc, kernel: use Linux headersGravatar Paul McQuade 1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesGravatar Eric W. Biederman 1-2/+2
2014-04-22audit: send multicast messages only if there are listenersGravatar Richard Guy Briggs 1-0/+3
2014-04-22audit: add netlink multicast group for log readGravatar Richard Guy Briggs 1-4/+47
2014-04-22audit: add netlink audit protocol bind to check capabilities on multicast joinGravatar Richard Guy Briggs 1-0/+10
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 1-11/+16
2014-03-31AUDIT: Allow login in non-init namespacesGravatar Eric Paris 1-1/+11
2014-03-30AUDIT: Allow login in non-init namespacesGravatar Eric Paris 1-1/+11
2014-03-24kernel: Use RCU_INIT_POINTER(x, NULL) in audit.cGravatar Monam Agarwal 1-1/+1
2014-03-20audit: remove stray newlines from audit_log_lost messagesGravatar Josh Boyer 1-2/+2
2014-03-20audit: allow user processes to log from another PID namespaceGravatar Richard Guy Briggs 1-3/+7
2014-03-20audit: anchor all pid references in the initial pid namespaceGravatar Richard Guy Briggs 1-2/+3
2014-03-20audit: convert PPIDs to the inital PID namespace.Gravatar Richard Guy Briggs 1-2/+2
2014-03-20audit: Send replies in the proper network namespace.Gravatar Eric W. Biederman 1-11/+10
2014-03-20audit: Use struct net not pid_t to remember the network namespce to reply inGravatar Eric W. Biederman 1-4/+6
2014-03-08audit: Update kdoc for audit_send_reply and audit_list_rules_sendGravatar Eric W. Biederman 1-1/+1
2014-02-28audit: Send replies in the proper network namespace.Gravatar Eric W. Biederman 1-11/+10
2014-02-28audit: Use struct net not pid_t to remember the network namespce to reply inGravatar Eric W. Biederman 1-4/+6
2014-01-17audit: fix location of __net_initdata for audit_net_opsGravatar Richard Guy Briggs 1-1/+1