aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAge
* Audit: remove unused audit_log_secctx functionCasey Schaufler2017-11-10
* audit: Allow auditd to set pid to 0 to end auditingSteve Grubb2017-11-10
* audit: use audit_set_enabled() in audit_enable()Paul Moore2017-11-10
* audit: convert audit_ever_enabled to a booleanPaul Moore2017-11-10
* audit: don't use simple_strtol() anymorePaul Moore2017-11-10
* audit: initialize the audit subsystem as early as possiblePaul Moore2017-11-10
* audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-11-10
* audit: update the function commentsGeliang Tang2017-09-05
* audit: Reduce overhead using a coarse clockMel Gorman2017-09-05
* Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-20
|\
| * audit: fix memleak in auditd_send_unicast_skb.Shu Wang2017-07-19
* | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-05
|\|
| * audit: make sure we never skip the multicast broadcastPaul Moore2017-06-16
| * audit: fix a race condition with the auditd tracking codePaul Moore2017-06-13
| * audit: unswing cap_* fields in PATH recordsRichard Guy Briggs2017-05-23
* | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-03
|\|
| * audit: fix the RCU locking for the auditd_connection structurePaul Moore2017-05-02
| * audit: use kmem_cache to manage the audit_buffer cachePaul Moore2017-05-02
| * audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-02
| * audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-02
| * audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-02
| * audit: combine audit_receive() and audit_receive_skb()Paul Moore2017-05-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-15
|\|
| * audit: make sure we don't let the retry queue grow without boundsPaul Moore2017-04-10
* | netlink: extended ACK reportingJohannes Berg2017-04-13
|/
* audit: fix auditd/kernel connection state trackingPaul Moore2017-03-21
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-21
|\
| * audit: add feature audit_lost resetRichard Guy Briggs2017-01-18
| * audit: Make AUDIT_KERNEL event conform to the specificationSteve Grubb2016-12-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-17
|\ \
| * | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-05
* | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-14
|\ \ \ | | |/ | |/|
| * | audit: use proper refcount locking on audit_sockRichard Guy Briggs2016-12-14
| * | audit: don't ever sleep on a command record/messagePaul Moore2016-12-14
| * | audit: handle a clean auditd shutdown with gracePaul Moore2016-12-14
| * | audit: wake up kauditd_thread after auditd registersPaul Moore2016-12-14
| * | audit: rework audit_log_start()Paul Moore2016-12-14
| * | audit: rework the audit queue handlingPaul Moore2016-12-14
| * | audit: rename the queues and kauditd related functionsPaul Moore2016-12-14
| * | audit: queue netlink multicast sends just like we do for unicast sendsPaul Moore2016-12-14
| * | audit: fixup audit_init()Paul Moore2016-12-14
| * | audit: move kaudit thread start from auditd registration to kaudit init (#2)Richard Guy Briggs2016-12-14
* | | audit: remove useless synchronize_net()WANG Cong2016-12-01
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
| |/ |/|
* | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-10-04
|\ \ | |/ |/|
| * audit: consistently record PIDs with task_tgid_nr()Paul Moore2016-08-30
* | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-29
|\ \ | |/ |/|
| * audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-27
* | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-06-29
|\ \
| * | audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs2016-06-28