summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | tty: audit: Combine push functionsPeter Hurley2016-01-271-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-171-1/+1
|\ \ | |/ |/|
| * security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-1/+1
* | audit: Delete unnecessary checks before two function callsMarkus Elfring2016-01-131-5/+2
* | audit: wake up threads if queue switched from limited to unlimitedRichard Guy Briggs2016-01-131-1/+2
* | audit: include auditd's threads in audit_log_start() wait exceptionRichard Guy Briggs2016-01-131-1/+1
* | audit: remove audit_backlog_wait_overflowPaul Moore2016-01-131-2/+1
* | audit: don't needlessly reset valid wait timeRichard Guy Briggs2016-01-131-1/+1
|/
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-3/+3
* audit: make audit_log_common_recv_msg() a void functionPaul Moore2015-11-041-5/+3
* audit: removing unused variableSaurabh Sengar2015-11-041-4/+3
* audit: audit_string_contains_control can be booleanYaowei Bai2015-11-041-3/+3
* audit: try harder to send to auditd upon netlink failureRichard Guy Briggs2015-11-041-5/+22
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-081-1/+1
|\
| * audit: use macros for unset inode and device valuesRichard Guy Briggs2015-08-061-1/+1
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-06-271-1/+1
|\|
| * audit: fix for typo in comment to function audit_log_link_denied()Shailendra Verma2015-05-291-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\ \
| * | VFS: audit: d_backing_inode() annotationsDavid Howells2015-04-151-1/+1
| |/