summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
AgeCommit message (Expand)Author
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2016-01-13audit: Delete unnecessary checks before two function callsMarkus Elfring
2016-01-13audit: wake up threads if queue switched from limited to unlimitedRichard Guy Briggs
2016-01-13audit: include auditd's threads in audit_log_start() wait exceptionRichard Guy Briggs
2016-01-13audit: remove audit_backlog_wait_overflowPaul Moore
2016-01-13audit: don't needlessly reset valid wait timeRichard Guy Briggs
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-04audit: make audit_log_common_recv_msg() a void functionPaul Moore
2015-11-04audit: removing unused variableSaurabh Sengar
2015-11-04audit: audit_string_contains_control can be booleanYaowei Bai
2015-11-04audit: try harder to send to auditd upon netlink failureRichard Guy Briggs
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs
2015-06-27Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-05-29audit: fix for typo in comment to function audit_log_link_denied()Shailendra Verma
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2015-04-15VFS: audit: d_backing_inode() annotationsDavid Howells
2015-03-13audit: Remove condition which always evaluates to falsePranith Kumar
2015-02-23audit: reduce mmap_sem hold for mm->exe_fileDavidlohr Bueso
2015-02-23audit: consolidate handling of mm->exe_fileDavidlohr Bueso
2015-02-23audit: code clean upAmeen Ali
2015-02-23audit: don't reset working wait time accidentally with auditdRichard Guy Briggs
2015-02-23audit: don't lose set wait time on first successful call to audit_log_start()Richard Guy Briggs
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2014-12-19audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skbRichard Guy Briggs
2014-12-13Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-09Merge branch 'next' into upstream for v3.19Paul Moore
2014-11-17audit: convert status version to a feature bitmapRichard Guy Briggs
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2014-11-04audit, sched/wait: Fixup kauditd_thread() wait loopPeter Zijlstra
2014-10-30audit: AUDIT_FEATURE_CHANGE message format missing delimiting spaceRichard Guy Briggs
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-09-23audit: get comm using lock to avoid race in string printingRichard Guy Briggs
2014-09-23audit: correct AUDIT_GET_FEATURE return message typeRichard Guy Briggs
2014-09-23audit: set nlmsg_len for multicast messages.Richard Guy Briggs
2014-09-23audit: use atomic_t to simplify audit_serial()Richard Guy Briggs
2014-09-23kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-09-23audit: reduce scope of audit_log_fcapsRichard Guy Briggs
2014-09-23audit: reduce scope of audit_net_idRichard Guy Briggs
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-06ipc, kernel: use Linux headersPaul McQuade
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2014-04-22audit: send multicast messages only if there are listenersRichard Guy Briggs