Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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