aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-14audit: fixup audit_init()Paul Moore1-6/+8
2016-12-14audit: move kaudit thread start from auditd registration to kaudit init (#2)Richard Guy Briggs1-10/+4
2016-12-05audit_log_{name,link_denied}: constify struct pathAl Viro1-2/+2
2016-12-01audit: remove useless synchronize_net()WANG Cong1-2/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+7
2016-08-30audit: consistently record PIDs with task_tgid_nr()Paul Moore1-1/+7
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-2/+2
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+17
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs1-0/+17
2016-06-27audit: add fields to exclude filter by reusing user filterRichard Guy Briggs1-2/+2
2016-05-18Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-20/+10
2016-04-26audit: add tty field to LOGIN eventRichard Guy Briggs1-13/+5
2016-04-04audit: we don't need to __set_current_state(TASK_RUNNING)Paul Moore1-7/+5
2016-03-19Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+19
2016-01-27tty: audit: Handle tty audit enable atomicallyPeter Hurley1-13/+12
2016-01-27tty: audit: Combine push functionsPeter Hurley1-1/+1
2016-01-25audit: log failed attempts to change audit_pid configurationRichard Guy Briggs1-2/+6
2016-01-25audit: stop an old auditd being starved out by a new auditdRichard Guy Briggs1-1/+15
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+1
2016-01-13audit: Delete unnecessary checks before two function callsMarkus Elfring1-5/+2
2016-01-13audit: wake up threads if queue switched from limited to unlimitedRichard Guy Briggs1-1/+2
2016-01-13audit: include auditd's threads in audit_log_start() wait exceptionRichard Guy Briggs1-1/+1
2016-01-13audit: remove audit_backlog_wait_overflowPaul Moore1-2/+1
2016-01-13audit: don't needlessly reset valid wait timeRichard Guy Briggs1-1/+1
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-3/+3
2015-11-04audit: make audit_log_common_recv_msg() a void functionPaul Moore1-5/+3
2015-11-04audit: removing unused variableSaurabh Sengar1-4/+3
2015-11-04audit: audit_string_contains_control can be booleanYaowei Bai1-3/+3
2015-11-04audit: try harder to send to auditd upon netlink failureRichard Guy Briggs1-5/+22
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+1
2015-08-06audit: use macros for unset inode and device valuesRichard Guy Briggs1-1/+1