1. dc49c1f [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patch by Catherine Zhang · 18 years ago
  2. b04ea3c [PATCH] Fix security check for joint context= and fscontext= mount options by Eric Paris · 18 years ago
  3. 0808925 [PATCH] SELinux: add rootcontext= option to label root inode when mounting by Eric Paris · 18 years ago
  4. c312feb [PATCH] SELinux: decouple fscontext/context mount options by Eric Paris · 18 years ago
  5. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  6. a1836a4 [PATCH] SELinux: Add security hook definition for getioprio and insert hooks by David Quigley · 18 years ago
  7. f9008e4 [PATCH] SELinux: extend task_kill hook to handle signals sent by AIO completion by David Quigley · 18 years ago
  8. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  9. 877ce7c [AF_UNIX]: Datagram getpeersec by Catherine Zhang · 18 years ago
  10. c7bdb54 [NETLINK]: Encapsulate eff_cap usage within security framework. by Darrel Goeddel · 18 years ago
  11. 28eba5b [PATCH] selinux: inherit /proc/self/attr/keycreate across fork by Michael LeMay · 18 years ago
  12. 42c3e03 [PATCH] SELinux: Add sockcreate node to procattr API by Eric Paris · 18 years ago
  13. 4eb582c [PATCH] keys: add a way to store the appropriate context for newly-created keys by Michael LeMay · 18 years ago
  14. 7e047ef [PATCH] keys: sort out key quota system by David Howells · 18 years ago
  15. 3560154 [PATCH] SELinux: add task_movememory hook by David Quigley · 18 years ago
  16. 03e6806 [PATCH] lsm: add task_setioprio hook by James Morris · 18 years ago
  17. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  18. d720024 [PATCH] selinux: add hooks for key subsystem by Michael LeMay · 18 years ago
  19. 4e5ab4c [SECMARK]: Add new packet controls to SELinux by James Morris · 18 years ago
  20. 3e3ff15 [SELINUX]: add security class for appletalk sockets by Christopher J. PeBenito · 18 years ago
  21. c8c05a8 [LSM-IPsec]: SELinux Authorize by Catherine Zhang · 18 years ago
  22. ba0c19e [PATCH] selinux: fix sb_lock/sb_security_lock nesting by Stephen Smalley · 19 years ago
  23. d4e9dc6 [PATCH] selinux: endian fix by Alexey Dobriyan · 19 years ago
  24. 30d5528 [PATCH] selinux: Clear selinux_enabled flag upon runtime disable. by Stephen Smalley · 19 years ago
  25. 9c7aa6a [PATCH] change lspp ipc auditing by Steve Grubb · 19 years ago
  26. 1b9a391 Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 19 years ago
  27. 7cae7e2 [PATCH] SELinux: add slab cache for inode security struct by James Morris · 19 years ago
  28. cf01efd [PATCH] SELinux: cleanup stray variable in selinux_inode_init_security() by James Morris · 19 years ago
  29. 8aad387 [PATCH] selinux: Disable automatic labeling of new inodes when no policy is loaded by Stephen Smalley · 19 years ago
  30. 2c7946a [SECURITY]: TCP/UDP getpeersec by Catherine Zhang · 19 years ago
  31. 7306a0b [PATCH] Miscellaneous bug and warning fixes by Dustin Kirkland · 19 years ago
  32. 8c8570f [PATCH] Capture selinux subject/object context information. by Dustin Kirkland · 19 years ago
  33. 341c2d8 [PATCH] selinux: tracer SID fix by Stephen Smalley · 19 years ago
  34. c2b507f [PATCH] selinux: require SECURITY_NETWORK by Stephen Smalley · 19 years ago
  35. 9ac49d2 [PATCH] selinux: remove security struct magic number fields and tests by Stephen Smalley · 19 years ago
  36. 26d2a4b [PATCH] selinux: change file_alloc_security to use GFP_KERNEL by Stephen Smalley · 19 years ago
  37. db4c964 [PATCH] selinux: fix and cleanup mprotect checks by Stephen Smalley · 19 years ago
  38. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 19 years ago
  39. 095975d [PATCH] rcu file: use atomic primitives by Nick Piggin · 19 years ago
  40. d28d1e0 [LSM-IPSec]: Per-packet access control. by Trent Jaeger · 19 years ago
  41. 25a74f3 [PATCH] selinux: disable setxattr on mountpoint labeled filesystems by Stephen Smalley · 19 years ago
  42. 621d312 [PATCH] cleanup the usage of SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  43. b67a1b9 [PATCH] remove hardcoded SEND_SIG_xxx constants by Oleg Nesterov · 19 years ago
  44. 2f51201 [PATCH] reduce sizeof(struct file) by Eric Dumazet · 19 years ago
  45. ce4c2bd [PATCH] selinux-canonicalize-getxattr-fix by Andrew Morton · 19 years ago
  46. d381d8a [PATCH] SELinux: canonicalize getxattr() by James Morris · 19 years ago
  47. 89d155e [PATCH] SELinux: convert to kzalloc by James Morris · 19 years ago
  48. 7d877f3 [PATCH] gfp_t: net/* by Al Viro · 19 years ago
  49. 1340258 [PATCH] SELinux - fix SCTP socket bug and general IP protocol handling by James Morris · 19 years ago
  50. 5d54e69 Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 by Linus Torvalds · 19 years ago
  51. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  52. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  53. e31e14e [PATCH] remove the inode_post_link and inode_post_rename LSM hooks by Stephen Smalley · 19 years ago
  54. a74574a [PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks by Stephen Smalley · 19 years ago
  55. 570bc1c [PATCH] tmpfs: Enable atomic inode security labeling by Stephen Smalley · 19 years ago
  56. 5e41ff9 [PATCH] security: enable atomic inode security labeling by Stephen Smalley · 19 years ago
  57. 216efaa [SELINUX]: Update for tcp_diag rename to inet_diag. by James Morris · 19 years ago
  58. c973b11 Merge with /shiny/git/linux-2.6/.git by David Woodhouse · 19 years ago
  59. 911656f [PATCH] selinux: Fix address length checks in connect hook by Stephen Smalley · 19 years ago
  60. f5c1d5b [PATCH] SELinux: default labeling of MLS field by James Morris · 19 years ago
  61. d2f6409 Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 19 years ago
  62. 6931dfc [PATCH] selinux_sb_copy_data() should not require a whole page by Eric Paris · 19 years ago
  63. 9a5f04b [PATCH] selinux: kfree cleanup by Jesper Juhl · 19 years ago
  64. 09ffd94 [PATCH] selinux: add executable heap check by Lorenzo Hernández García-Hierro · 19 years ago
  65. 6b99219 [PATCH] selinux: add executable stack check by Lorenzo Hernandez García-Hierro · 19 years ago
  66. 9ad9ad3 AUDIT: Wait for backlog to clear when generating messages. by David Woodhouse · 19 years ago
  67. da3caa2 [PATCH] SELinux: memory leak in selinux_sb_copy_data() by Gerald Schaefer · 19 years ago
  68. c040499 AUDIT: Add message types to audit records by Steve Grubb · 20 years ago
  69. 6af963f [PATCH] SELinux: cleanup ipc_has_perm by Stephen Smalley · 20 years ago
  70. 0d3d077 [SELINUX]: Fix ipv6_skip_exthdr() invocation causing OOPS. by Herbert Xu · 20 years ago
  71. 0c9b794 [PATCH] SELinux: add support for NETLINK_KOBJECT_UEVENT by James Morris · 20 years ago
  72. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago