Age | Commit message (Expand) | Author |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-11-13 | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-10-24 | device_cgroup: remove can_attach | Serge Hallyn |
2013-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-10-16 | apparmor: fix bad lock balance when introspecting policy | John Johansen |
2013-10-16 | apparmor: fix memleak of the profile hash | John Johansen |
2013-10-14 | netfilter: pass hook ops to hookfn | Patrick McHardy |
2013-10-09 | net: fix build errors if ipv6 is disabled | Eric Dumazet |
2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet |
2013-10-04 | selinux: remove 'flags' parameter from avc_audit() | Linus Torvalds |
2013-10-04 | selinux: avc_has_perm_flags has no more users | Linus Torvalds |
2013-10-04 | selinux: remove 'flags' parameter from inode_has_perm | Linus Torvalds |
2013-10-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-09-30 | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 | Eric W. Biederman |
2013-09-30 | apparmor: fix suspicious RCU usage warning in policy.c/policy.h | John Johansen |
2013-09-30 | apparmor: Use shash crypto API interface for profile hashes | Tyler Hicks |
2013-09-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2013-09-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2013-09-04 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-09-03 | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds |
2013-08-30 | capabilities: allow nice if we are privileged | Serge Hallyn |
2013-08-30 | userns: Allow PR_CAPBSET_DROP in a user namespace. | Eric W. Biederman |
2013-08-23 | Merge branch 'smack-for-3.12' of git://git.gitorious.org/smack-next/kernel in... | James Morris |
2013-08-20 | module/lsm: Have apparmor module parameters work with no args | Steven Rostedt |
2013-08-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-08-14 | apparmor: add the ability to report a sha1 hash of loaded policy | John Johansen |
2013-08-14 | apparmor: export set of capabilities supported by the apparmor module | John Johansen |
2013-08-14 | apparmor: add the profile introspection file to interface | John Johansen |
2013-08-14 | apparmor: add an optional profile attachment string for profiles | John Johansen |
2013-08-14 | apparmor: add interface files for profiles and namespaces | John Johansen |
2013-08-14 | apparmor: allow setting any profile into the unconfined state | John Johansen |
2013-08-14 | apparmor: make free_profile available outside of policy.c | John Johansen |
2013-08-14 | apparmor: rework namespace free path | John Johansen |
2013-08-14 | apparmor: update how unconfined is handled | John Johansen |
2013-08-14 | apparmor: change how profile replacement update is done | John Johansen |
2013-08-14 | apparmor: convert profile lists to RCU based locking | John Johansen |
2013-08-14 | apparmor: provide base for multiple profiles to be replaced at once | John Johansen |
2013-08-14 | apparmor: add a features/policy dir to interface | John Johansen |
2013-08-14 | apparmor: enable users to query whether apparmor is enabled | John Johansen |
2013-08-14 | apparmor: remove minimum size check for vmalloc() | Tetsuo Handa |
2013-08-12 | Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytes | Rafal Krypa |
2013-08-08 | cgroup: make css_for_each_descendant() and friends include the origin css in ... | Tejun Heo |
2013-08-08 | cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup | Tejun Heo |
2013-08-08 | cgroup: pass around cgroup_subsys_state instead of cgroup in file methods | Tejun Heo |
2013-08-08 | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods | Tejun Heo |
2013-08-08 | cgroup: add css_parent() | Tejun Heo |
2013-08-08 | cgroup: add/update accessors which obtain subsys specific data from css | Tejun Heo |
2013-08-08 | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ | Tejun Heo |
2013-08-06 | Smack: IPv6 casting error fix for 3.11 | Casey Schaufler |