1. f1d9b23 audit: purge audit_log_string from the intra-kernel audit API by Richard Guy Briggs · 4 years, 6 months ago
  2. 9d99b16 Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 7 months ago
  3. 9d2161b audit: log audit netlink multicast bind and unbind by Richard Guy Briggs · 4 years, 8 months ago
  4. 3054d06 audit: fix a net reference leak in audit_list_rules_send() by Paul Moore · 4 years, 8 months ago
  5. a48b284 audit: fix a net reference leak in audit_send_reply() by Paul Moore · 4 years, 8 months ago
  6. 763dafc audit: check the length of userspace generated audit records by Paul Moore · 4 years, 8 months ago
  7. 674d85e Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 4 years, 9 months ago
  8. 1320a40 audit: trigger accompanying records when no rules present by Richard Guy Briggs · 4 years, 10 months ago
  9. 7561252 audit: always check the netlink payload length in audit_receive_msg() by Paul Moore · 4 years, 10 months ago
  10. cb5172d audit: Add __rcu annotation to RCU pointer by Amol Grover · 5 years ago
  11. c34c78d audit: remove redundant condition check in kauditd_thread() by Yunfeng Ye · 5 years ago
  12. 245d736 audit: Report suspicious O_CREAT usage by Kees Cook · 5 years ago
  13. 61fc577 Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 5 years ago
  14. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  15. b48345a audit: deliver signal_info regarless of syscall by Richard Guy Briggs · 6 years ago
  16. 73e65b8 audit: connect LOGIN record to its syscall record by Richard Guy Briggs · 6 years ago
  17. 5f3d544 audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALL by Richard Guy Briggs · 6 years ago
  18. 57d4657 audit: ignore fcaps on umount by Richard Guy Briggs · 6 years ago
  19. 2fec30e audit: add support for fcaps v3 by Richard Guy Briggs · 6 years ago
  20. 4b7d248 audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT by Richard Guy Briggs · 6 years ago
  21. 626abcd audit: add syscall information to CONFIG_CHANGE records by Richard Guy Briggs · 6 years ago
  22. 53fc7a0 audit: give a clue what CONFIG_CHANGE op was involved by Richard Guy Briggs · 6 years ago
  23. d406db5 audit: remove duplicated include from audit.c by YueHaibing · 6 years ago
  24. 9a547c7 audit: shorten PATH cap values when zero by Richard Guy Briggs · 6 years ago
  25. 2a1fe21 audit: use current whenever possible by Paul Moore · 6 years ago
  26. d0a3f18 audit: minimize our use of audit_log_format() by Paul Moore · 6 years ago
  27. a2c97da audit: use session_info helper by Richard Guy Briggs · 6 years ago
  28. 290e44b audit: use ktime_get_coarse_real_ts64() for timestamps by Paul Moore · 6 years ago
  29. c72051d audit: use ktime_get_coarse_ts64() for time access by Arnd Bergmann · 7 years ago
  30. f785959 audit: eliminate audit_enabled magic number comparison by Richard Guy Briggs · 7 years ago
  31. d904ac0 audit: rename FILTER_TYPE to FILTER_EXCLUDE by Richard Guy Briggs · 7 years ago
  32. cdfb6b3 audit: use inline function to get audit context by Richard Guy Briggs · 7 years ago
  33. d96f92f audit: add syscall information to FEATURE_CHANGE records by Richard Guy Briggs · 7 years ago
  34. 6ad11bd Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  35. 447a564 treewide: Align function definition open/close braces by Joe Perches · 7 years ago
  36. 94b9d9b audit: remove path param from link denied function by Richard Guy Briggs · 7 years ago
  37. 45b578f audit: link denied should not directly generate PATH record by Richard Guy Briggs · 7 years ago
  38. 15564ff audit: make ANOM_LINK obey audit_enabled and audit_dummy_context by Richard Guy Briggs · 7 years ago
  39. 11dd266 audit: do not panic on invalid boot parameter by Greg Edwards · 7 years ago
  40. ce42363 audit: track the owner of the command mutex ourselves by Paul Moore · 7 years ago
  41. 23138ea audit: return on memory error to avoid null pointer dereference by Richard Guy Briggs · 7 years ago
  42. d590dca audit: update bugtracker and source URIs by Richard Guy Briggs · 7 years ago
  43. f7b5363 Audit: remove unused audit_log_secctx function by Casey Schaufler · 7 years ago
  44. 33e8a90 audit: Allow auditd to set pid to 0 to end auditing by Steve Grubb · 7 years ago
  45. 5d842a5 audit: use audit_set_enabled() in audit_enable() by Paul Moore · 7 years ago
  46. b3b4fdf audit: convert audit_ever_enabled to a boolean by Paul Moore · 7 years ago
  47. 80ab4df audit: don't use simple_strtol() anymore by Paul Moore · 7 years ago
  48. be4104a audit: initialize the audit subsystem as early as possible by Paul Moore · 7 years ago
  49. 173743d audit: ensure that 'audit=1' actually enables audit for PID 1 by Paul Moore · 7 years ago
  50. 196a508 audit: update the function comments by Geliang Tang · 7 years ago
  51. e832bf4 audit: Reduce overhead using a coarse clock by Mel Gorman · 7 years ago
  52. f58781c Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 7 years ago
  53. b0659ae audit: fix memleak in auditd_send_unicast_skb. by Shu Wang · 7 years ago
  54. 7391786 Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 7 years ago
  55. cd33f5f audit: make sure we never skip the multicast broadcast by Paul Moore · 8 years ago
  56. c81be52 audit: fix a race condition with the auditd tracking code by Paul Moore · 8 years ago
  57. 4b3e4ed audit: unswing cap_* fields in PATH records by Richard Guy Briggs · 8 years ago
  58. 46f0537 Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  59. 48d0e02 audit: fix the RCU locking for the auditd_connection structure by Paul Moore · 8 years ago
  60. 8cc9638 audit: use kmem_cache to manage the audit_buffer cache by Paul Moore · 8 years ago
  61. 2115bb2 audit: Use timespec64 to represent audit timestamps by Deepa Dinamani · 8 years ago
  62. b6c7c11 audit: store the auditd PID as a pid struct instead of pid_t by Paul Moore · 8 years ago
  63. 45a0642 audit: kernel generated netlink traffic should have a portid of 0 by Paul Moore · 8 years ago
  64. a9d1620 audit: combine audit_receive() and audit_receive_skb() by Paul Moore · 8 years ago
  65. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
  67. 264d509 audit: make sure we don't let the retry queue grow without bounds by Paul Moore · 8 years ago
  68. 5b52330 audit: fix auditd/kernel connection state tracking by Paul Moore · 8 years ago
  69. b8989bc Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  70. 92c82e8 audit: add feature audit_lost reset by Richard Guy Briggs · 8 years ago
  71. 0110c35 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  72. dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  73. 7c397d0 audit: Make AUDIT_KERNEL event conform to the specification by Steve Grubb · 8 years ago
  74. 533c7b6 audit: use proper refcount locking on audit_sock by Richard Guy Briggs · 8 years ago
  75. a09cfa4 audit: don't ever sleep on a command record/message by Paul Moore · 8 years ago
  76. 6c54e78 audit: handle a clean auditd shutdown with grace by Paul Moore · 8 years ago
  77. e1d1662 audit: wake up kauditd_thread after auditd registers by Paul Moore · 8 years ago
  78. 3197542 audit: rework audit_log_start() by Paul Moore · 8 years ago
  79. c648020 audit: rework the audit queue handling by Paul Moore · 8 years ago
  80. af8b824 audit: rename the queues and kauditd related functions by Paul Moore · 8 years ago
  81. 4aa83872 audit: queue netlink multicast sends just like we do for unicast sends by Paul Moore · 8 years ago
  82. 6c92556 audit: fixup audit_init() by Paul Moore · 8 years ago
  83. 55a6f17 audit: move kaudit thread start from auditd registration to kaudit init (#2) by Richard Guy Briggs · 8 years ago
  84. 8bd1076 audit_log_{name,link_denied}: constify struct path by Al Viro · 8 years ago
  85. 6060298 audit: remove useless synchronize_net() by WANG Cong · 8 years ago
  86. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  87. 3cd013a Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  88. fa2bea2 audit: consistently record PIDs with task_tgid_nr() by Paul Moore · 8 years ago
  89. 797cee9 Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  90. 89a82a9 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  91. 3f5be2d audit: move audit_get_tty to reduce scope and kabi changes by Richard Guy Briggs · 9 years ago
  92. 86b2efb audit: add fields to exclude filter by reusing user filter by Richard Guy Briggs · 9 years ago
  93. 03e1aa1 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  94. db0a6fb audit: add tty field to LOGIN event by Richard Guy Briggs · 9 years ago
  95. 7ffb8e3 audit: we don't need to __set_current_state(TASK_RUNNING) by Paul Moore · 9 years ago
  96. 51b3eae Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  97. 2e28d38 tty: audit: Handle tty audit enable atomically by Peter Hurley · 9 years ago
  98. 37282a7 tty: audit: Combine push functions by Peter Hurley · 9 years ago
  99. 935c9e7 audit: log failed attempts to change audit_pid configuration by Richard Guy Briggs · 9 years ago
  100. 133e1e5 audit: stop an old auditd being starved out by a new auditd by Richard Guy Briggs · 9 years ago