summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-30/+17
2013-10-16apparmor: fix bad lock balance when introspecting policyJohn Johansen-3/+1
2013-10-16apparmor: fix memleak of the profile hashJohn Johansen-0/+1
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy-5/+5
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet-0/+2
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet-3/+2
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds-4/+4
2013-10-04selinux: avc_has_perm_flags has no more usersLinus Torvalds-17/+6
2013-10-04selinux: remove 'flags' parameter from inode_has_permLinus Torvalds-7/+6
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-20/+21
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman-1/+1
2013-09-30apparmor: fix suspicious RCU usage warning in policy.c/policy.hJohn Johansen-2/+5
2013-09-30apparmor: Use shash crypto API interface for profile hashesTyler Hicks-18/+16
2013-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-5/+5
2013-09-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-547/+1666
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+6
2013-09-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+2
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-39/+26
2013-08-30capabilities: allow nice if we are privilegedSerge Hallyn-4/+4
2013-08-30userns: Allow PR_CAPBSET_DROP in a user namespace.Eric W. Biederman-1/+1
2013-08-23Merge branch 'smack-for-3.12' of git://git.gitorious.org/smack-next/kernel in...James Morris-114/+150
2013-08-20module/lsm: Have apparmor module parameters work with no argsSteven Rostedt-0/+2
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+11
2013-08-14apparmor: add the ability to report a sha1 hash of loaded policyJohn Johansen-6/+199
2013-08-14apparmor: export set of capabilities supported by the apparmor moduleJohn Johansen-1/+15
2013-08-14apparmor: add the profile introspection file to interfaceJohn Johansen-0/+236
2013-08-14apparmor: add an optional profile attachment string for profilesJohn Johansen-0/+40
2013-08-14apparmor: add interface files for profiles and namespacesJohn Johansen-29/+436
2013-08-14apparmor: allow setting any profile into the unconfined stateJohn Johansen-9/+22
2013-08-14apparmor: make free_profile available outside of policy.cJohn Johansen-7/+7
2013-08-14apparmor: rework namespace free pathJohn Johansen-35/+10
2013-08-14apparmor: update how unconfined is handledJohn Johansen-83/+67
2013-08-14apparmor: change how profile replacement update is doneJohn Johansen-87/+125
2013-08-14apparmor: convert profile lists to RCU based lockingJohn Johansen-111/+167
2013-08-14apparmor: provide base for multiple profiles to be replaced at onceJohn Johansen-146/+283
2013-08-14apparmor: add a features/policy dir to interfaceJohn Johansen-0/+5
2013-08-14apparmor: enable users to query whether apparmor is enabledJohn Johansen-1/+1
2013-08-14apparmor: remove minimum size check for vmalloc()Tetsuo Handa-5/+0
2013-08-12Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytesRafal Krypa-85/+82
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo-1/+1
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo-8/+3
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo-6/+6
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo-11/+11
2013-08-08cgroup: add css_parent()Tejun Heo-13/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo-1/+1
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo-2/+2
2013-08-06Smack: IPv6 casting error fix for 3.11Casey Schaufler-13/+11
2013-08-01Smack: network label match fixCasey Schaufler-9/+31
2013-08-01security: smack: add a hash table to quicken smk_find_entry()Tomasz Stanislawski-9/+37
2013-08-01security: smack: fix memleak in smk_write_rules_list()Tomasz Stanislawski-22/+11