summaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)Author
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-21audit: remove path param from link denied functionRichard Guy Briggs
2018-03-08audit: link denied should not directly generate PATH recordRichard Guy Briggs
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore
2018-02-21audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-02-14audit: update bugtracker and source URIsRichard Guy Briggs
2017-11-10Audit: remove unused audit_log_secctx functionCasey Schaufler
2017-11-10audit: Allow auditd to set pid to 0 to end auditingSteve Grubb
2017-11-10audit: use audit_set_enabled() in audit_enable()Paul Moore
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore
2017-11-10audit: don't use simple_strtol() anymorePaul Moore
2017-11-10audit: initialize the audit subsystem as early as possiblePaul Moore
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2017-09-05audit: update the function commentsGeliang Tang
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-06-16audit: make sure we never skip the multicast broadcastPaul Moore
2017-06-13audit: fix a race condition with the auditd tracking codePaul Moore
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-05-02audit: fix the RCU locking for the auditd_connection structurePaul Moore
2017-05-02audit: use kmem_cache to manage the audit_buffer cachePaul Moore
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tPaul Moore
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Paul Moore
2017-05-02audit: combine audit_receive() and audit_receive_skb()Paul Moore
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-13netlink: extended ACK reportingJohannes Berg
2017-04-10audit: make sure we don't let the retry queue grow without boundsPaul Moore
2017-03-21audit: fix auditd/kernel connection state trackingPaul Moore
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-01-18audit: add feature audit_lost resetRichard Guy Briggs
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-14audit: Make AUDIT_KERNEL event conform to the specificationSteve Grubb
2016-12-14audit: use proper refcount locking on audit_sockRichard Guy Briggs
2016-12-14audit: don't ever sleep on a command record/messagePaul Moore
2016-12-14audit: handle a clean auditd shutdown with gracePaul Moore
2016-12-14audit: wake up kauditd_thread after auditd registersPaul Moore