1. 35f15800 Merge "audit: fix NULL Pointer dereference at netlink_unicast" by Linux Build Service Account · 4 years, 1 month ago
  2. 4bdb0f4 Merge android-4.9.216(4ad9bb8) into msm-4.9 by jianzhou · 4 years, 1 month ago
  3. eef128d audit: always check the netlink payload length in audit_receive_msg() by Paul Moore · 4 years, 2 months ago
  4. 329c49e audit: fix NULL Pointer dereference at netlink_unicast by Huang Yiwei · 4 years, 3 months ago
  5. a4f1356 audit: add lock for audit_sock by Teng Fei Fan · 6 years ago
  6. 85e924b audit: return on memory error to avoid null pointer dereference by Richard Guy Briggs · 6 years ago
  7. 93dedcf audit: ensure that 'audit=1' actually enables audit for PID 1 by Paul Moore · 7 years ago
  8. 3cd013a Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  9. fa2bea2 audit: consistently record PIDs with task_tgid_nr() by Paul Moore · 8 years ago
  10. 797cee9 Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  11. 89a82a9 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  12. 3f5be2d audit: move audit_get_tty to reduce scope and kabi changes by Richard Guy Briggs · 8 years ago
  13. 86b2efb audit: add fields to exclude filter by reusing user filter by Richard Guy Briggs · 8 years ago
  14. 03e1aa1 Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  15. db0a6fb audit: add tty field to LOGIN event by Richard Guy Briggs · 8 years ago
  16. 7ffb8e3 audit: we don't need to __set_current_state(TASK_RUNNING) by Paul Moore · 8 years ago
  17. 51b3eae Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  18. 2e28d38 tty: audit: Handle tty audit enable atomically by Peter Hurley · 8 years ago
  19. 37282a7 tty: audit: Combine push functions by Peter Hurley · 8 years ago
  20. 935c9e7 audit: log failed attempts to change audit_pid configuration by Richard Guy Briggs · 8 years ago
  21. 133e1e5 audit: stop an old auditd being starved out by a new auditd by Richard Guy Briggs · 8 years ago
  22. 5807fca Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  23. d865e57 audit: Delete unnecessary checks before two function calls by Markus Elfring · 8 years ago
  24. 1194b99 audit: wake up threads if queue switched from limited to unlimited by Richard Guy Briggs · 8 years ago
  25. f48a942 audit: include auditd's threads in audit_log_start() wait exception by Richard Guy Briggs · 8 years ago
  26. eb8baf6 audit: remove audit_backlog_wait_overflow by Paul Moore · 8 years ago
  27. c4b7a77 audit: don't needlessly reset valid wait time by Richard Guy Briggs · 8 years ago
  28. d6335d7 security: Make inode argument of inode_getsecid non-const by Andreas Gruenbacher · 8 years ago
  29. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  30. 233a686 audit: make audit_log_common_recv_msg() a void function by Paul Moore · 9 years ago
  31. c5ea6efd audit: removing unused variable by Saurabh Sengar · 9 years ago
  32. 9fcf836 audit: audit_string_contains_control can be boolean by Yaowei Bai · 9 years ago
  33. 32a1dba audit: try harder to send to auditd upon netlink failure by Richard Guy Briggs · 9 years ago
  34. 425afcf Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  35. 84cb777 audit: use macros for unset inode and device values by Richard Guy Briggs · 9 years ago
  36. 4a10a91 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  37. 22011964 audit: fix for typo in comment to function audit_log_link_denied() by Shailendra Verma · 9 years ago
  38. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  39. 27cf3a1 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  40. 3b36215 VFS: audit: d_backing_inode() annotations by David Howells · 9 years ago
  41. 724e7bf audit: Remove condition which always evaluates to false by Pranith Kumar · 9 years ago
  42. 5b28255 audit: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 9 years ago
  43. 4766b19 audit: consolidate handling of mm->exe_file by Davidlohr Bueso · 9 years ago
  44. 5985de6 audit: code clean up by Ameen Ali · 9 years ago
  45. efef73a audit: don't reset working wait time accidentally with auditd by Richard Guy Briggs · 9 years ago
  46. a77ed4e audit: don't lose set wait time on first successful call to audit_log_start() by Richard Guy Briggs · 9 years ago
  47. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  48. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 9 years ago
  49. 66b3f4f Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  50. 54dc77d audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb by Richard Guy Briggs · 9 years ago
  51. a99abce Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  52. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  53. 0f7e94e Merge branch 'next' into upstream for v3.19 by Paul Moore · 9 years ago
  54. 0288d71 audit: convert status version to a feature bitmap by Richard Guy Briggs · 9 years ago
  55. 9118837 Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 9 years ago
  56. 6b55fc6 audit, sched/wait: Fixup kauditd_thread() wait loop by Peter Zijlstra · 10 years ago
  57. 897f1ac audit: AUDIT_FEATURE_CHANGE message format missing delimiting space by Richard Guy Briggs · 10 years ago
  58. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  59. 9eab339 audit: get comm using lock to avoid race in string printing by Richard Guy Briggs · 10 years ago
  60. 9ef9151 audit: correct AUDIT_GET_FEATURE return message type by Richard Guy Briggs · 10 years ago
  61. 54e05ed audit: set nlmsg_len for multicast messages. by Richard Guy Briggs · 10 years ago
  62. 01478d7 audit: use atomic_t to simplify audit_serial() by Richard Guy Briggs · 10 years ago
  63. 6eed9b2 kernel/audit.c: use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  64. 691e6d5 audit: reduce scope of audit_log_fcaps by Richard Guy Briggs · 10 years ago
  65. c0a8d9b audit: reduce scope of audit_net_id by Richard Guy Briggs · 10 years ago
  66. 7d8b6c6 CAPABILITIES: remove undefined caps from all processes by Eric Paris · 10 years ago
  67. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  68. 7153e40 ipc, kernel: use Linux headers by Paul McQuade · 10 years ago
  69. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. 90f62cf net: Use netlink_ns_capable to verify the permisions of netlink messages by Eric W. Biederman · 10 years ago
  71. 7f74ecd audit: send multicast messages only if there are listeners by Richard Guy Briggs · 10 years ago
  72. 451f921 audit: add netlink multicast group for log read by Richard Guy Briggs · 10 years ago
  73. 3a101b8 audit: add netlink audit protocol bind to check capabilities on multicast join by Richard Guy Briggs · 10 years ago
  74. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  75. 543bc6a AUDIT: Allow login in non-init namespaces by Eric Paris · 10 years ago
  76. aa4af83 AUDIT: Allow login in non-init namespaces by Eric Paris · 10 years ago
  77. e231d54 kernel: Use RCU_INIT_POINTER(x, NULL) in audit.c by Monam Agarwal · 10 years ago
  78. f128352 audit: remove stray newlines from audit_log_lost messages by Josh Boyer · 10 years ago
  79. 5a3cb3b audit: allow user processes to log from another PID namespace by Richard Guy Briggs · 11 years ago
  80. f1dc486 audit: anchor all pid references in the initial pid namespace by Richard Guy Briggs · 10 years ago
  81. c92cdeb audit: convert PPIDs to the inital PID namespace. by Richard Guy Briggs · 10 years ago
  82. 099dd23 audit: Send replies in the proper network namespace. by Eric W. Biederman · 10 years ago
  83. 638a0fd audit: Use struct net not pid_t to remember the network namespce to reply in by Eric W. Biederman · 10 years ago
  84. d211f17 audit: Update kdoc for audit_send_reply and audit_list_rules_send by Eric W. Biederman · 10 years ago
  85. 6f285b1 audit: Send replies in the proper network namespace. by Eric W. Biederman · 10 years ago
  86. 48095d9 audit: Use struct net not pid_t to remember the network namespce to reply in by Eric W. Biederman · 10 years ago
  87. 8626877 audit: fix location of __net_initdata for audit_net_ops by Richard Guy Briggs · 11 years ago
  88. 4f06632 audit: remove pr_info for every network namespace by Eric Paris · 10 years ago
  89. 3e1d0bb audit: Convert int limit uses to u32 by Joe Perches · 10 years ago
  90. d957f7b audit: Use more current logging style by Joe Perches · 10 years ago
  91. b8dbc32 audit: Use hex_byte_pack_upper by Joe Perches · 10 years ago
  92. 1ce319f audit: reorder AUDIT_TTY_SET arguments by Eric Paris · 10 years ago
  93. 0e23bac audit: rework AUDIT_TTY_SET to only grab spin_lock once by Eric Paris · 10 years ago
  94. 3f0c5fa audit: remove needless switch in AUDIT_SET by Eric Paris · 10 years ago
  95. 70249a9 audit: use define's for audit version by Eric Paris · 10 years ago
  96. c81825d audit: wait_for_auditd rework for readability by Eric Paris · 10 years ago
  97. ad2ac26 audit: log task info on feature change by Richard Guy Briggs · 10 years ago
  98. de92fc9 audit: fix incorrect set of audit_sock by Gao feng · 10 years ago
  99. 11ee39e audit: print error message when fail to create audit socket by Gao feng · 10 years ago
  100. 724e4fc audit: log on errors from filter user rules by Richard Guy Briggs · 10 years ago