aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-4/+2
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs1-2/+2
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-32/+76
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-3/+3
2018-03-21audit: remove path param from link denied functionRichard Guy Briggs1-2/+1
2018-03-08audit: link denied should not directly generate PATH recordRichard Guy Briggs1-13/+1
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs1-0/+3
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards1-7/+14
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore1-11/+55
2018-02-21audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs1-0/+2
2018-02-14audit: update bugtracker and source URIsRichard Guy Briggs1-1/+2
2017-11-10Audit: remove unused audit_log_secctx functionCasey Schaufler1-26/+0
2017-11-10audit: Allow auditd to set pid to 0 to end auditingSteve Grubb1-13/+16
2017-11-10audit: use audit_set_enabled() in audit_enable()Paul Moore1-2/+2
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore1-1/+1
2017-11-10audit: don't use simple_strtol() anymorePaul Moore1-2/+7
2017-11-10audit: initialize the audit subsystem as early as possiblePaul Moore1-1/+1
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2017-09-05audit: update the function commentsGeliang Tang1-1/+1
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman1-1/+1
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+1
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang1-0/+1
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-32/+29
2017-06-16audit: make sure we never skip the multicast broadcastPaul Moore1-3/+2
2017-06-13audit: fix a race condition with the auditd tracking codePaul Moore1-13/+23
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs1-16/+4
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-146/+173
2017-05-02audit: fix the RCU locking for the auditd_connection structurePaul Moore1-57/+100
2017-05-02audit: use kmem_cache to manage the audit_buffer cachePaul Moore1-49/+17
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani1-5/+5
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tPaul Moore1-27/+57
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Paul Moore1-17/+6
2017-05-02audit: combine audit_receive() and audit_receive_skb()Paul Moore1-11/+8
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-35/+32
2017-04-13netlink: extended ACK reportingJohannes Berg1-1/+1
2017-04-10audit: make sure we don't let the retry queue grow without boundsPaul Moore1-35/+32
2017-03-21audit: fix auditd/kernel connection state trackingPaul Moore1-245/+394
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-2/+10
2017-01-18audit: add feature audit_lost resetRichard Guy Briggs1-1/+7
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-209/+323
2016-12-14audit: Make AUDIT_KERNEL event conform to the specificationSteve Grubb1-1/+3
2016-12-14audit: use proper refcount locking on audit_sockRichard Guy Briggs1-6/+24
2016-12-14audit: don't ever sleep on a command record/messagePaul Moore1-5/+13
2016-12-14audit: handle a clean auditd shutdown with gracePaul Moore1-0/+6
2016-12-14audit: wake up kauditd_thread after auditd registersPaul Moore1-0/+1
2016-12-14audit: rework audit_log_start()Paul Moore1-56/+36
2016-12-14audit: rework the audit queue handlingPaul Moore1-121/+226
2016-12-14audit: rename the queues and kauditd related functionsPaul Moore1-20/+20
2016-12-14audit: queue netlink multicast sends just like we do for unicast sendsPaul Moore1-35/+35