| Commit message (Expand) | Author | Age | Files | Lines |
* | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy | 2007-04-25 | 1 | -1/+1 |
* | [NETLINK]: Introduce nlmsg_hdr() helper | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce skb_network_offset() | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -2/+2 |
* | [PATCH] sanitize security_getprocattr() API | Al Viro | 2007-03-14 | 2 | -3/+7 |
* | Always initialize scontext and scontext_len | Stephen Smalley | 2007-02-26 | 1 | -0/+3 |
* | Reassign printk levels in selinux kernel code | Eric Paris | 2007-02-26 | 4 | -17/+17 |
* | [PATCH] selinux: enhance selinux to always ignore private inodes | Stephen Smalley | 2007-02-14 | 1 | -0/+3 |
* | [PATCH] sysctl: fix the selinux_sysctl_get_sid | Eric W. Biederman | 2007-02-14 | 1 | -0/+6 |
* | [PATCH] sysctl: remove the proc_dir_entry member for the sysctl tables | Eric W. Biederman | 2007-02-14 | 1 | -2/+37 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 4 | -4/+0 |
* | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 2007-02-12 | 3 | -17/+17 |
* | [PATCH] Replace regular code with appropriate calls to container_of() | Robert P. J. Day | 2007-02-11 | 1 | -1/+1 |
* | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 2007-02-11 | 3 | -6/+3 |
* | [PATCH] Keys: Fix key serial number collision handling | David Howells | 2007-02-06 | 1 | -19/+14 |
* | [SELINUX]: Fix 2.6.20-rc6 build when no xfrm | Venkat Yekkirala | 2007-01-26 | 2 | -3/+12 |
* | [SELINUX]: increment flow cache genid | Venkat Yekkirala | 2007-01-23 | 1 | -0/+3 |
* | NetLabel: correct locking in selinux_netlbl_socket_setsid() | Paul Moore | 2007-01-09 | 1 | -2/+2 |
* | selinux: Delete mls_copy_context | Venkat Yekkirala | 2007-01-08 | 4 | -47/+29 |
* | [PATCH] selinux: fix selinux_netlbl_inode_permission() locking | Parag Warudkar | 2007-01-02 | 1 | -2/+4 |
* | [PATCH] fdtable: Make fdarray and fdsets equal in size | Vadim Lobanov | 2006-12-10 | 1 | -1/+1 |
* | [PATCH] struct path: convert selinux | Josef Sipek | 2006-12-08 | 2 | -14/+14 |
* | [PATCH] tty: ->signal->tty locking | Peter Zijlstra | 2006-12-08 | 1 | -4/+7 |
* | [PATCH] lockdep: name some old style locks | Peter Zijlstra | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] security/keys/*: user kmemdup() | Eric Sesterhenn | 2006-12-07 | 2 | -6/+2 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 4 | -4/+4 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 3 | -3/+3 |
* | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 3 | -6/+6 |
|\ |
|
| * | [PATCH] selinux endianness annotations | Al Viro | 2006-12-04 | 3 | -6/+6 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 24 | -712/+730 |
|\ \
| |/ |
|
| * | Rename class_destroy to avoid namespace conflicts. | James Morris | 2006-12-02 | 1 | -3/+3 |
| * | NetLabel: convert to an extensibile/sparse category bitmap | Paul Moore | 2006-12-02 | 5 | -250/+199 |
| * | Compile fix for "peer secid consolidation for external network labeling" | James Morris | 2006-12-02 | 1 | -1/+2 |
| * | SELinux: peer secid consolidation for external network labeling | Paul Moore | 2006-12-02 | 6 | -150/+52 |
| * | NetLabel: SELinux cleanups | Paul Moore | 2006-12-02 | 4 | -54/+86 |
| * | NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand | Paul Moore | 2006-12-02 | 1 | -8/+16 |
| * | [IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink api | Thomas Graf | 2006-12-02 | 1 | -1/+0 |
| * | [SELinux]: Add support for DCCP | James Morris | 2006-12-02 | 6 | -8/+103 |
| * | SELinux: Fix SA selection semantics | Venkat Yekkirala | 2006-12-02 | 4 | -73/+68 |
| * | SELinux: Return correct context for SO_PEERSEC | Venkat Yekkirala | 2006-12-02 | 4 | -47/+32 |
| * | SELinux: Various xfrm labeling fixes | Venkat Yekkirala | 2006-12-02 | 3 | -30/+13 |
| * | Merge branch 'for-2.6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jm... | Linus Torvalds | 2006-12-01 | 6 | -103/+171 |
| |\ |
|
| | * | SELinux: validate kernel object classes and permissions | Chad Sellers | 2006-11-28 | 1 | -1/+137 |
| | * | SELinux: ensure keys constant in hashtab_search | Chad Sellers | 2006-11-28 | 3 | -12/+12 |
| | * | SELinux: export object class and permission definitions | Chad Sellers | 2006-11-28 | 2 | -12/+35 |
| | * | SELinux: remove current object class and permission validation mechanism | Chad Sellers | 2006-11-28 | 1 | -91/+0 |
| * | | selinux: fix dentry_open() error check | Akinobu Mita | 2006-11-27 | 1 | -1/+2 |
| |/ |
|
* | | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 2006-11-22 | 1 | -3/+3 |
|/ |
|
* | [NetLabel]: protect the CIPSOv4 socket option from setsockopt() | Paul Moore | 2006-10-30 | 3 | -1/+54 |