1. 3e1d0bb audit: Convert int limit uses to u32 by Joe Perches · 11 years ago
  2. d957f7b audit: Use more current logging style by Joe Perches · 11 years ago
  3. b8dbc32 audit: Use hex_byte_pack_upper by Joe Perches · 11 years ago
  4. 06bdadd audit: correct a type mismatch in audit_syscall_exit() by AKASHI Takahiro · 11 years ago
  5. 1ce319f audit: reorder AUDIT_TTY_SET arguments by Eric Paris · 11 years ago
  6. 0e23bac audit: rework AUDIT_TTY_SET to only grab spin_lock once by Eric Paris · 11 years ago
  7. 3f0c5fa audit: remove needless switch in AUDIT_SET by Eric Paris · 11 years ago
  8. 70249a9 audit: use define's for audit version by Eric Paris · 11 years ago
  9. d796114 audit: documentation of audit= kernel parameter by Eric Paris · 11 years ago
  10. c81825d audit: wait_for_auditd rework for readability by Eric Paris · 11 years ago
  11. 8c8115f audit: update MAINTAINERS by Richard Guy Briggs · 11 years ago
  12. ad2ac26 audit: log task info on feature change by Richard Guy Briggs · 11 years ago
  13. de92fc9 audit: fix incorrect set of audit_sock by Gao feng · 11 years ago
  14. 11ee39e audit: print error message when fail to create audit socket by Gao feng · 11 years ago
  15. 5ee9a75 audit: fix dangling keywords in audit_log_set_loginuid() output by Richard Guy Briggs · 11 years ago
  16. 724e4fc audit: log on errors from filter user rules by Richard Guy Briggs · 11 years ago
  17. 6dd80ab audit: audit_log_start running on auditd should not stop by Toshiyuki Okajima · 11 years ago
  18. 1b7b533 audit: drop audit_cmd_lock in AUDIT_USER family of cases by Richard Guy Briggs · 11 years ago
  19. 4eb0f4a smack: call WARN_ONCE() instead of calling audit_log_start() by Richard Guy Briggs · 11 years ago
  20. 9ad42a7 selinux: call WARN_ONCE() instead of calling audit_log_start() by Richard Guy Briggs · 11 years ago
  21. 4440e85 audit: convert all sessionid declaration to unsigned int by Eric Paris · 11 years ago
  22. ff235f5 audit: Added exe field to audit core dump signal log by Paul Davies C · 11 years ago
  23. 34eab0a audit: prevent an older auditd shutdown from orphaning a newer auditd startup by Richard Guy Briggs · 11 years ago
  24. ce0d9f0 audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases by Richard Guy Briggs · 11 years ago
  25. a06e56b audit: log AUDIT_TTY_SET config changes by Richard Guy Briggs · 11 years ago
  26. 04ee1a3 audit: get rid of *NO* daemon at audit_pid=0 message by Richard Guy Briggs · 11 years ago
  27. 61c0ee8 audit: drop audit_log_abend() by Paul Davies C · 11 years ago
  28. 40c0775 audit: allow unlimited backlog queue by Richard Guy Briggs · 11 years ago
  29. b6cfee4 audit: fix incorrect type of sessionid by Richard Guy Briggs · 11 years ago
  30. c2412d9 audit: don't generate loginuid log when audit disabled by Gao feng · 11 years ago
  31. 4547b3b audit: use old_lock in audit_set_feature by Gao feng · 11 years ago
  32. b6c50fe audit: don't generate audit feature changed log when audit disabled by Gao feng · 11 years ago
  33. aabce351 audit: fix incorrect order of log new and old feature by Gao feng · 11 years ago
  34. d3ca034 audit: remove useless code in audit_enable by Gao feng · 11 years ago
  35. 51cc83f audit: add audit_backlog_wait_time configuration option by Richard Guy Briggs · 11 years ago
  36. 09f883a audit: clean up AUDIT_GET/SET local variables and future-proof API by Richard Guy Briggs · 11 years ago
  37. f910fde audit: add kernel set-up parameter to override default backlog limit by Richard Guy Briggs · 11 years ago
  38. a106fb0 documentation: document the audit= kernel start-up parameter by Richard Guy Briggs · 11 years ago
  39. 7ecf69b audit: efficiency fix 2: request exclusive wait since all need same resource by Dan Duval · 11 years ago
  40. db89731 audit: efficiency fix 1: only wake up if queue shorter than backlog limit by Dan Duval · 11 years ago
  41. ae887e0 audit: make use of remaining sleep time from wait_for_auditd by Richard Guy Briggs · 11 years ago
  42. e789e56 audit: reset audit backlog wait time after error recovery by Richard Guy Briggs · 11 years ago
  43. 33faba7 audit: listen in all network namespaces by Richard Guy Briggs · 11 years ago
  44. 2f2ad10 audit: restore order of tty and ses fields in log output by Richard Guy Briggs · 11 years ago
  45. f944163 audit: fix netlink portid naming and types by Richard Guy Briggs · 11 years ago
  46. ca24a23 audit: Simplify and correct audit_log_capset by Eric W. Biederman · 12 years ago
  47. fc582ae Merge tag 'v3.12' by Eric Paris · 11 years ago
  48. 9175c9d audit: fix type of sessionid in audit_set_loginuid() by Eric Paris · 11 years ago
  49. 9410d22 audit: call audit_bprm() only once to add AUDIT_EXECVE information by Richard Guy Briggs · 11 years ago
  50. d9cfea9 audit: move audit_aux_data_execve contents into audit_context union by Richard Guy Briggs · 11 years ago
  51. 9462dc5 audit: remove unused envc member of audit_aux_data_execve by Richard Guy Briggs · 11 years ago
  52. bd131fb audit: Kill the unused struct audit_aux_data_capset by Eric W. Biederman · 12 years ago
  53. 7812203 audit: do not reject all AUDIT_INODE filter types by Eric Paris · 11 years ago
  54. a20b62b audit: suppress stock memalloc failure warnings since already managed by Richard Guy Briggs · 11 years ago
  55. d3aea84 audit: log the audit_names record type by Jeff Layton · 12 years ago
  56. 14e972b audit: add child record before the create to handle case where create fails by Jeff Layton · 12 years ago
  57. b95d77f audit: use given values in tty_audit enable api by Richard Guy Briggs · 12 years ago
  58. 4d8fe73 audit: use nlmsg_len() to get message payload length by Mathias Krause · 11 years ago
  59. e13f91e audit: use memset instead of trying to initialize field by field by Eric Paris · 11 years ago
  60. 64fbff9 audit: fix info leak in AUDIT_GET requests by Mathias Krause · 11 years ago
  61. db510fc audit: update AUDIT_INODE filter rule to comparator function by Richard Guy Briggs · 11 years ago
  62. 21b85c3 audit: audit feature to set loginuid immutable by Eric Paris · 11 years ago
  63. d040e5a audit: audit feature to only allow unsetting the loginuid by Eric Paris · 11 years ago
  64. 81407c8 audit: allow unsetting the loginuid (with priv) by Eric Paris · 11 years ago
  65. 83fa6bb audit: remove CONFIG_AUDIT_LOGINUID_IMMUTABLE by Eric Paris · 11 years ago
  66. da0a610 audit: loginuid functions coding style by Eric Paris · 11 years ago
  67. b805b19 selinux: apply selinux checks on new audit message types by Eric Paris · 11 years ago
  68. b0fed40 audit: implement generic feature setting and retrieving by Eric Paris · 11 years ago
  69. 42f7446 audit: change decimal constant to macro for invalid uid by Richard Guy Briggs · 11 years ago
  70. 0868a5e audit: printk USER_AVC messages when audit isn't enabled by Tyler Hicks · 11 years ago
  71. d48d805 audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_context by Oleg Nesterov · 11 years ago
  72. af0e493 Audit: remove duplicate comments by Gao feng · 11 years ago
  73. b8f89ca audit: remove newline accidentally added during session id helper refactor by Richard Guy Briggs · 11 years ago
  74. 4714570 audit: remove duplicate inclusion of the netlink header by Ilya V. Matveychikov · 11 years ago
  75. b50eba7 audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTH by Richard Guy Briggs · 11 years ago
  76. 5e01dc7 Linux 3.12 by Linus Torvalds · 11 years ago
  77. 17f6ee4 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  78. 9bf76ca ipc, msg: forbid negative values for "msg{max,mnb,mni}" by Mathias Krause · 11 years ago
  79. 9dc8c89 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  80. 9c41f4e ARC: Incorrect mm reference used in vmalloc fault handler by Vineet Gupta · 11 years ago
  81. f6537f2 scripts/kallsyms: filter symbols not in kernel address space by Ming Lei · 11 years ago
  82. 9581b7d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 9119e33 Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  84. f9adfbf Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  85. 68e952d Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  86. 6920a1b memcg: remove incorrect underflow check by Greg Thelen · 11 years ago
  87. e1466ad USB: serial: ftdi_sio: add id for Z3X Box device by Алексей Крамаренко · 11 years ago
  88. f896b79 USB: Maintainers change for usb serial drivers by Greg KH · 11 years ago
  89. 54dc579 Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type" by Greg Kroah-Hartman · 11 years ago
  90. 1796a228 Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  91. 7e12a6fc Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method" by Greg Kroah-Hartman · 11 years ago
  92. 336b9da Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates" by Greg Kroah-Hartman · 11 years ago
  93. 692ed4d Revert "usb: pl2303: move the two baud rate encoding methods to separate functions" by Greg Kroah-Hartman · 11 years ago
  94. 92dfe41 Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method" by Greg Kroah-Hartman · 11 years ago
  95. e2afb1d Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips" by Greg Kroah-Hartman · 11 years ago
  96. 233c3dd Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips" by Greg Kroah-Hartman · 11 years ago
  97. 281393a Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()" by Greg Kroah-Hartman · 11 years ago
  98. b52e111 Revert "pl2303: improve the chip type information output on startup" by Greg Kroah-Hartman · 11 years ago
  99. e8bbd5c Revert "pl2303: improve the chip type detection/distinction" by Greg Kroah-Hartman · 11 years ago
  100. 0916919 Revert "USB: pl2303: distinguish between original and cloned HX chips" by Greg Kroah-Hartman · 11 years ago