summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* audit: update the function commentsGeliang Tang2017-09-051-1/+1
* audit: Reduce overhead using a coarse clockMel Gorman2017-09-051-1/+1
* Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-201-0/+1
|\
| * audit: fix memleak in auditd_send_unicast_skb.Shu Wang2017-07-191-0/+1
* | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-051-32/+29
|\ \ | |/
| * audit: make sure we never skip the multicast broadcastPaul Moore2017-06-161-3/+2
| * audit: fix a race condition with the auditd tracking codePaul Moore2017-06-131-13/+23
| * audit: unswing cap_* fields in PATH recordsRichard Guy Briggs2017-05-231-16/+4
* | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-031-146/+173
|\ \ | |/
| * audit: fix the RCU locking for the auditd_connection structurePaul Moore2017-05-021-57/+100
| * audit: use kmem_cache to manage the audit_buffer cachePaul Moore2017-05-021-49/+17
| * audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-021-5/+5
| * audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-021-27/+57
| * audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-021-17/+6
| * audit: combine audit_receive() and audit_receive_skb()Paul Moore2017-05-021-11/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-35/+32
|\ \ | |/
| * audit: make sure we don't let the retry queue grow without boundsPaul Moore2017-04-101-35/+32
* | netlink: extended ACK reportingJohannes Berg2017-04-131-1/+1
|/
* audit: fix auditd/kernel connection state trackingPaul Moore2017-03-211-245/+394
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-211-2/+10
|\
| * audit: add feature audit_lost resetRichard Guy Briggs2017-01-181-1/+7
| * audit: Make AUDIT_KERNEL event conform to the specificationSteve Grubb2016-12-141-1/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-2/+2
|\ \
| * | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-051-2/+2
* | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-209/+323
|\ \ \ | | |/ | |/|
| * | audit: use proper refcount locking on audit_sockRichard Guy Briggs2016-12-141-6/+24
| * | audit: don't ever sleep on a command record/messagePaul Moore2016-12-141-5/+13
| * | audit: handle a clean auditd shutdown with gracePaul Moore2016-12-141-0/+6
| * | audit: wake up kauditd_thread after auditd registersPaul Moore2016-12-141-0/+1
| * | audit: rework audit_log_start()Paul Moore2016-12-141-56/+36
| * | audit: rework the audit queue handlingPaul Moore2016-12-141-121/+226
| * | audit: rename the queues and kauditd related functionsPaul Moore2016-12-141-20/+20
| * | audit: queue netlink multicast sends just like we do for unicast sendsPaul Moore2016-12-141-35/+35
| * | audit: fixup audit_init()Paul Moore2016-12-141-6/+8
| * | audit: move kaudit thread start from auditd registration to kaudit init (#2)Richard Guy Briggs2016-12-141-10/+4
* | | audit: remove useless synchronize_net()WANG Cong2016-12-011-2/+1
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
| |/ |/|
* | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-10-041-1/+7
|\ \ | |/ |/|
| * audit: consistently record PIDs with task_tgid_nr()Paul Moore2016-08-301-1/+7
* | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-291-2/+2
|\ \ | |/ |/|
| * audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-271-2/+2
* | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-06-291-0/+17
|\ \
| * | audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs2016-06-281-0/+17
* | | Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-05-181-20/+10
|\ \ \ | |/ / | | / | |/ |/|
| * audit: add tty field to LOGIN eventRichard Guy Briggs2016-04-261-13/+5
| * audit: we don't need to __set_current_state(TASK_RUNNING)Paul Moore2016-04-041-7/+5
* | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-03-191-1/+19
|\ \
| * | audit: log failed attempts to change audit_pid configurationRichard Guy Briggs2016-01-251-2/+6
| * | audit: stop an old auditd being starved out by a new auditdRichard Guy Briggs2016-01-251-1/+15
* | | tty: audit: Handle tty audit enable atomicallyPeter Hurley2016-01-271-13/+12
OpenPOWER on IntegriCloud