aboutsummaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-05audit: update the function commentsGravatar Geliang Tang 1-1/+1
2017-09-05audit: Reduce overhead using a coarse clockGravatar Mel Gorman 1-1/+1
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+1
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Gravatar Shu Wang 1-0/+1
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-32/+29
2017-06-16audit: make sure we never skip the multicast broadcastGravatar Paul Moore 1-3/+2
2017-06-13audit: fix a race condition with the auditd tracking codeGravatar Paul Moore 1-13/+23
2017-05-23audit: unswing cap_* fields in PATH recordsGravatar Richard Guy Briggs 1-16/+4
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-146/+173
2017-05-02audit: fix the RCU locking for the auditd_connection structureGravatar Paul Moore 1-57/+100
2017-05-02audit: use kmem_cache to manage the audit_buffer cacheGravatar Paul Moore 1-49/+17
2017-05-02audit: Use timespec64 to represent audit timestampsGravatar Deepa Dinamani 1-5/+5
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tGravatar Paul Moore 1-27/+57
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Gravatar Paul Moore 1-17/+6
2017-05-02audit: combine audit_receive() and audit_receive_skb()Gravatar Paul Moore 1-11/+8
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-35/+32
2017-04-13netlink: extended ACK reportingGravatar Johannes Berg 1-1/+1
2017-04-10audit: make sure we don't let the retry queue grow without boundsGravatar Paul Moore 1-35/+32
2017-03-21audit: fix auditd/kernel connection state trackingGravatar Paul Moore 1-245/+394
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-2/+10
2017-01-18audit: add feature audit_lost resetGravatar Richard Guy Briggs 1-1/+7
2016-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-209/+323
2016-12-14audit: Make AUDIT_KERNEL event conform to the specificationGravatar Steve Grubb 1-1/+3
2016-12-14audit: use proper refcount locking on audit_sockGravatar Richard Guy Briggs 1-6/+24
2016-12-14audit: don't ever sleep on a command record/messageGravatar Paul Moore 1-5/+13
2016-12-14audit: handle a clean auditd shutdown with graceGravatar Paul Moore 1-0/+6
2016-12-14audit: wake up kauditd_thread after auditd registersGravatar Paul Moore 1-0/+1
2016-12-14audit: rework audit_log_start()Gravatar Paul Moore 1-56/+36
2016-12-14audit: rework the audit queue handlingGravatar Paul Moore 1-121/+226
2016-12-14audit: rename the queues and kauditd related functionsGravatar Paul Moore 1-20/+20
2016-12-14audit: queue netlink multicast sends just like we do for unicast sendsGravatar Paul Moore 1-35/+35
2016-12-14audit: fixup audit_init()Gravatar Paul Moore 1-6/+8
2016-12-14audit: move kaudit thread start from auditd registration to kaudit init (#2)Gravatar Richard Guy Briggs 1-10/+4
2016-12-05audit_log_{name,link_denied}: constify struct pathGravatar Al Viro 1-2/+2
2016-12-01audit: remove useless synchronize_net()Gravatar WANG Cong 1-2/+1
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 1-1/+1
2016-10-04Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+7
2016-08-30audit: consistently record PIDs with task_tgid_nr()Gravatar Paul Moore 1-1/+7
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-2/+2
2016-06-29Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-0/+17
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesGravatar Richard Guy Briggs 1-0/+17
2016-06-27audit: add fields to exclude filter by reusing user filterGravatar Richard Guy Briggs 1-2/+2
2016-05-18Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-20/+10
2016-04-26audit: add tty field to LOGIN eventGravatar Richard Guy Briggs 1-13/+5
2016-04-04audit: we don't need to __set_current_state(TASK_RUNNING)Gravatar Paul Moore 1-7/+5
2016-03-19Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-1/+19
2016-01-27tty: audit: Handle tty audit enable atomicallyGravatar Peter Hurley 1-13/+12
2016-01-27tty: audit: Combine push functionsGravatar Peter Hurley 1-1/+1
2016-01-25audit: log failed attempts to change audit_pid configurationGravatar Richard Guy Briggs 1-2/+6