1. ceb73c1 KEYS: Fix __key_link_end() quota fixup on error by David Howells · 13 years ago
  2. 3ac285ff selinux: return -ENOMEM when memory allocation fails by Davidlohr Bueso · 13 years ago
  3. 5403110 trusted keys: Fix a memory leak in trusted_update(). by Jesper Juhl · 13 years ago
  4. b970344 encrypted-keys: rename encrypted_defined files to encrypted by Mimi Zohar · 13 years ago
  5. 4b174b6 trusted-keys: rename trusted_defined files to trusted by Mimi Zohar · 13 years ago
  6. 973c9f4 KEYS: Fix up comments in key management code by David Howells · 13 years ago
  7. a8b17ed KEYS: Do some style cleanup in the key management code. by David Howells · 13 years ago
  8. 154a96b trusted-keys: avoid scattring va_end() by Tetsuo Handa · 13 years ago
  9. 0e7491f trusted-keys: check for NULL before using it by Tetsuo Handa · 13 years ago
  10. 35576ea trusted-keys: another free memory bugfix by Tetsuo Handa · 13 years ago
  11. 40c1001 trusted-keys: free memory bugfix by Mimi Zohar · 14 years ago
  12. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  13. e0e736f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  14. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 13 years ago
  15. 37721e1 headers: path.h redux by Alexey Dobriyan · 13 years ago
  16. aeda4ac Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  17. d2e7ad1 Merge branch 'master' into next by James Morris · 13 years ago
  18. b4a45f5 Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin by Linus Torvalds · 13 years ago
  19. 31e6b01 fs: rcu-walk for path lookup by Nick Piggin · 13 years ago
  20. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 13 years ago
  21. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  22. 2fd6b7f fs: dcache scale subdirs by Nick Piggin · 13 years ago
  23. da50295 fs: dcache scale d_unhashed by Nick Piggin · 13 years ago
  24. abb3594 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  25. 3610cda af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. by David S. Miller · 13 years ago
  26. 867c202 ima: fix add LSM rule bug by Mimi Zohar · 13 years ago
  27. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  28. 3fc5e98 KEYS: Don't call up_write() if __key_link_begin() returns an error by David Howells · 14 years ago
  29. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  30. 350e4f3 SELinux: define permissions for DCB netlink messages by Eric Paris · 14 years ago
  31. 3b1826c encrypted-keys: style and other cleanup by Mimi Zohar · 14 years ago
  32. 1f35065 encrypted-keys: verify datablob size before converting to binary by Mimi Zohar · 14 years ago
  33. 1bdbb40 trusted-keys: kzalloc and other cleanup by Mimi Zohar · 14 years ago
  34. bc5e0af trusted-keys: additional TSS return code and other error handling by Mimi Zohar · 14 years ago
  35. 5c6d112 Smack: Transmute labels on specified directories by Jarkko Sakkinen · 14 years ago
  36. 73ff5fc selinux: cache sidtab_context_to_sid results by Eric Paris · 14 years ago
  37. 415103f SELinux: do not compute transition labels on mountpoint labeled filesystems by Eric Paris · 14 years ago
  38. 676dac4 This patch adds a new security attribute to Smack called by Casey Schaufler · 14 years ago
  39. 1d9bc6dc SELinux: merge policydb_index_classes and policydb_index_others by Eric Paris · 14 years ago
  40. ac76c05 selinux: convert part of the sym_val_to_name array to use flex_array by Eric Paris · 14 years ago
  41. 23bdecb selinux: convert type_val_to_struct to flex_array by Eric Paris · 14 years ago
  42. c9e86a9 SELinux: do not set automatic i_ino in selinuxfs by Eric Paris · 14 years ago
  43. 7ae9f23 selinux: rework security_netlbl_secattr_to_sid by Eric Paris · 14 years ago
  44. 4b02b52 SELinux: standardize return code handling in selinuxfs.c by Eric Paris · 14 years ago
  45. b77a493 SELinux: standardize return code handling in selinuxfs.c by Eric Paris · 14 years ago
  46. 9398c7f SELinux: standardize return code handling in policydb.c by Eric Paris · 14 years ago
  47. 93ae86e keys: add missing include file for trusted and encrypted keys by Mimi Zohar · 14 years ago
  48. b4e0d5f Smack: UDS revision by Casey Schaufler · 14 years ago
  49. 7e70cb4 keys: add new key-type encrypted by Mimi Zohar · 14 years ago
  50. d00a1c7 keys: add new trusted key-type by Mimi Zohar · 14 years ago
  51. ce6ada3 security: Define CAP_SYSLOG by Serge E. Hallyn · 14 years ago
  52. 2fe66ec SELinux: indicate fatal error in compat netfilter code by Eric Paris · 14 years ago
  53. 04f6d70 SELinux: Only return netlink error when we know the return is fatal by Eric Paris · 14 years ago
  54. 1f1aaf8 SELinux: return -ECONNREFUSED from ip_postroute to signal fatal error by Eric Paris · 14 years ago
  55. 12b3052 capabilities/syslog: open code cap_syslog logic to fix build failure by Eric Paris · 14 years ago
  56. fe7e96f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  57. eaf06b2 Restrict unprivileged access to kernel syslog by Dan Rosenberg · 14 years ago
  58. a26d279 APPARMOR: Fix memory leak of apparmor_init() by wzt.wzt@gmail.com · 14 years ago
  59. 246c3fb APPARMOR: Fix memory leak of alloc_namespace() by wzt.wzt@gmail.com · 14 years ago
  60. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  61. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  62. 27d6379 Fix install_process_keyring error handling by Andi Kleen · 14 years ago
  63. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  64. f9ba537 Merge branch 'ima-memory-use-fixes' by Linus Torvalds · 14 years ago
  65. bade72d IMA: fix the ToMToU logic by Eric Paris · 14 years ago
  66. 196f518 IMA: explicit IMA i_flag to remove global lock on inode_delete by Eric Paris · 14 years ago
  67. 64c62f0 IMA: drop refcnt from ima_iint_cache since it isn't needed by Eric Paris · 14 years ago
  68. bc7d2a3 IMA: only allocate iint when needed by Eric Paris · 14 years ago
  69. a178d20 IMA: move read counter into struct inode by Eric Paris · 14 years ago
  70. b9593d3 IMA: use i_writecount rather than a private counter by Eric Paris · 14 years ago
  71. ad16ad0 IMA: use inode->i_lock to protect read and write counters by Eric Paris · 14 years ago
  72. 15aac67 IMA: convert internal flags from long to char by Eric Paris · 14 years ago
  73. 497f323 IMA: use unsigned int instead of long for counters by Eric Paris · 14 years ago
  74. b575156 IMA: drop the inode opencount since it isn't needed for operation by Eric Paris · 14 years ago
  75. 8549164 IMA: use rbtree instead of radix tree for inode information cache by Eric Paris · 14 years ago
  76. be14824 fs: take dcache_lock inside __d_path by Christoph Hellwig · 14 years ago
  77. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  78. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  79. f0d3d98 selinux: include vmalloc.h for vmalloc_user by Stephen Rothwell · 14 years ago
  80. 845ca30 selinux: implement mmap on /selinux/policy by Eric Paris · 14 years ago
  81. cee74f4 SELinux: allow userspace to read policy back out of the kernel by Eric Paris · 14 years ago
  82. 00d85c8 SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE by Eric Paris · 14 years ago
  83. 4419aae SELinux: deterministic ordering of range transition rules by Eric Paris · 14 years ago
  84. d5630b9 security: secid_to_secctx returns len when data is NULL by Eric Paris · 14 years ago
  85. 2606fd1 secmark: make secmark object handling generic by Eric Paris · 14 years ago
  86. 3ed02ad AppArmor: Ensure the size of the copy is < the buffer allocated to hold it by John Johansen · 14 years ago
  87. 9f1c1d4 TOMOYO: Print URL information before panic(). by Tetsuo Handa · 14 years ago
  88. b0ae198 security: remove unused parameter from security_task_setscheduler() by KOSAKI Motohiro · 14 years ago
  89. 36f7f28 selinux: fix up style problem on /selinux/status by KaiGai Kohei · 14 years ago
  90. 8b0c543 selinux: change to new flag variable by matt mooney · 14 years ago
  91. 60272da selinux: really fix dependency causing parallel compile failure. by Paul Gortmaker · 14 years ago
  92. ceba72a selinux: fix parallel compile error by Paul Gortmaker · 14 years ago
  93. 1190416 selinux: fast status update interface (/selinux/status) by KaiGai Kohei · 14 years ago
  94. 4b04a7c .gitignore: ignore apparmor/rlim_names.h by Yong Zhang · 14 years ago
  95. 065d78a LSM: Fix security_module_enable() error. by Tetsuo Handa · 14 years ago
  96. daa6d83 selinux: type_bounds_sanity_check has a meaningless variable declaration by Eric Paris · 14 years ago
  97. 68eda8f tomoyo: cleanup. don't store bogus pointer by Dan Carpenter · 14 years ago
  98. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  99. c8da96e TOMOYO: Don't abuse sys_getpid(), sys_getppid() by Ben Hutchings · 14 years ago
  100. 3d96406 KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyring by David Howells · 14 years ago