1. 2fec30e audit: add support for fcaps v3 by Richard Guy Briggs · 6 years ago
  2. 9e36a5d audit: hand taken context to audit_kill_trees for syscall logging by Richard Guy Briggs · 6 years ago
  3. 2a1fe21 audit: use current whenever possible by Paul Moore · 6 years ago
  4. c8fc5d4 audit: remove WATCH and TREE config options by Richard Guy Briggs · 6 years ago
  5. 0fe3c7f audit: localize audit_log_session_info prototype by Richard Guy Briggs · 6 years ago
  6. ce42363 audit: track the owner of the command mutex ourselves by Paul Moore · 7 years ago
  7. f9bab26 Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  8. b3b4fdf audit: convert audit_ever_enabled to a boolean by Paul Moore · 7 years ago
  9. b904772 ipc: mqueue: Replace timespec with timespec64 by Deepa Dinamani · 7 years ago
  10. e4c1a0d audit: style fix by Derek Robson · 8 years ago
  11. 7786f6b audit: add ambient capabilities to CAPSET and BPRM_FCAPS records by Richard Guy Briggs · 8 years ago
  12. 2115bb2 audit: Use timespec64 to represent audit timestamps by Deepa Dinamani · 8 years ago
  13. b6c7c11 audit: store the auditd PID as a pid struct instead of pid_t by Paul Moore · 8 years ago
  14. 45a0642 audit: kernel generated netlink traffic should have a portid of 0 by Paul Moore · 8 years ago
  15. ab6434a audit: move audit_signal_info() into kernel/auditsc.c by Paul Moore · 8 years ago
  16. 5b52330 audit: fix auditd/kernel connection state tracking by Paul Moore · 8 years ago
  17. b8989bc Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  18. ca86cad audit: log module name on init_module by Richard Guy Briggs · 8 years ago
  19. 8bd1076 audit_log_{name,link_denied}: constify struct path by Al Viro · 8 years ago
  20. 797cee9 Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  21. 3f5be2d audit: move audit_get_tty to reduce scope and kabi changes by Richard Guy Briggs · 9 years ago
  22. 86b2efb audit: add fields to exclude filter by reusing user filter by Richard Guy Briggs · 9 years ago
  23. d6335d7 security: Make inode argument of inode_getsecid non-const by Andreas Gruenbacher · 9 years ago
  24. 6f1b5d7 audit: audit_tree_match can be boolean by Yaowei Bai · 9 years ago
  25. 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  26. 34d99af5 audit: implement audit by executable by Richard Guy Briggs · 9 years ago
  27. 7f49294 audit: clean simple fsnotify implementation by Richard Guy Briggs · 9 years ago
  28. 27cf3a1 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
  29. 4766b19 audit: consolidate handling of mm->exe_file by Davidlohr Bueso · 10 years ago
  30. 55422d0 audit: replace getname()/putname() hacks with reference counters by Paul Moore · 10 years ago
  31. 691e6d5 audit: reduce scope of audit_log_fcaps by Richard Guy Briggs · 11 years ago
  32. 638a0fd audit: Use struct net not pid_t to remember the network namespce to reply in by Eric W. Biederman · 11 years ago
  33. 3f1c825 audit: Audit proc/<pid>/cmdline aka proctitle by William Roberts · 11 years ago
  34. 3e1d0bb audit: Convert int limit uses to u32 by Joe Perches · 11 years ago
  35. 33faba7 audit: listen in all network namespaces by Richard Guy Briggs · 11 years ago
  36. f944163 audit: fix netlink portid naming and types by Richard Guy Briggs · 11 years ago
  37. 9410d22 audit: call audit_bprm() only once to add AUDIT_EXECVE information by Richard Guy Briggs · 11 years ago
  38. d9cfea9 audit: move audit_aux_data_execve contents into audit_context union by Richard Guy Briggs · 11 years ago
  39. 79f6530 audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record by Jeff Layton · 11 years ago
  40. c4cc75c Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 12 years ago
  41. b24a30a audit: fix event coverage of AUDIT_ANOM_LINK by Eric Paris · 12 years ago
  42. dde5b7d audit: remove unnecessary #if CONFIG_AUDIT by Gao feng · 12 years ago
  43. 374c586 audit: remove duplicate export of audit_enabled by Gao feng · 12 years ago
  44. 72199ca audit: remove duplicate export of audit_enabled by Gao feng · 12 years ago
  45. e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
  46. 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
  47. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  48. cca080d userns: Convert audit to work with user namespaces enabled by Eric W. Biederman · 13 years ago
  49. ca57ec0 audit: Add typespecific uid and gid comparators by Eric W. Biederman · 12 years ago
  50. 997f5b6 audit: remove AUDIT_SETUP_CONTEXT as it isn't used by Eric Paris · 13 years ago
  51. b8800aa audit: make functions static by Stephen Hemminger · 14 years ago
  52. 939a67f Audit: split audit watch Kconfig by Eric Paris · 15 years ago
  53. a05fb6c audit: do not get and put just to free a watch by Eric Paris · 15 years ago
  54. ae7b8f4 Audit: clean up the audit_watch split by Eric Paris · 15 years ago
  55. 916d757 Fix rule eviction order for AUDIT_DIR by Al Viro · 16 years ago
  56. 35fe4d0 Audit: move audit_get_nd completely into audit_watch by Eric Paris · 16 years ago
  57. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 16 years ago
  58. 0590b93 fixing audit rule ordering mess, part 1 by Al Viro · 16 years ago
  59. c782f24 [PATCH 1/2] audit: move extern declarations to audit.h by Harvey Harrison · 17 years ago
  60. 9d57a7f SELinux: use new audit hooks, remove redundant exports by Ahmed S. Darwish · 17 years ago
  61. 74c3cbe [PATCH] audit: watching subtrees by Al Viro · 17 years ago
  62. 522ed77 Audit: add TTY input auditing by Miloslav Trmac · 17 years ago
  63. e54dc24 [PATCH] audit signal recipients by Amy Griffis · 18 years ago
  64. 55669bf [PATCH] audit: AUDIT_PERM support by Al Viro · 18 years ago
  65. 5adc8a6 [PATCH] add rule filterkey by Amy Griffis · 19 years ago
  66. 9c937dc [PATCH] log more info for directory entry change events by Amy Griffis · 19 years ago
  67. f368c07d [PATCH] audit: path-based rules by Amy Griffis · 19 years ago
  68. e139606 [PATCH] collect sid of those who send signals to auditd by Al Viro · 19 years ago
  69. 9044e6b [PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULES by Al Viro · 19 years ago
  70. 3dc7e31 [PATCH] support for context based audit filtering, part 2 by Darrel Goeddel · 19 years ago
  71. 5a0bbce [PATCH] sem2mutex: audit_netlink_sem by Ingo Molnar · 19 years ago
  72. 93315ed [PATCH] audit string fields interface + consumer by Amy Griffis · 19 years ago
  73. fe7752b [PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALL by David Woodhouse · 19 years ago