index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Lines
2013-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-20
/
+21
2013-09-30
net ipv4: Convert ipv4.ip_local_port_range to be per netns v3
Eric W. Biederman
-1
/
+1
2013-09-30
apparmor: fix suspicious RCU usage warning in policy.c/policy.h
John Johansen
-2
/
+5
2013-09-30
apparmor: Use shash crypto API interface for profile hashes
Tyler Hicks
-18
/
+16
2013-09-26
selinux: correct locking in selinux_netlbl_socket_connect)
Paul Moore
-4
/
+2
2013-09-26
selinux: Use kmemdup instead of kmalloc + memcpy
Duan Jiong
-2
/
+2
2013-09-25
KEYS: initialize root uid and session keyrings early
Mimi Zohar
-0
/
+10
2013-09-25
KEYS: Add a 'trusted' flag and a 'trusted only' flag
David Howells
-0
/
+12
2013-09-24
KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches
David Howells
-0
/
+213
2013-09-24
KEYS: Implement a big key type that can save to tmpfs
David Howells
-0
/
+216
2013-09-24
KEYS: Expand the capacity of a keyring
David Howells
-742
/
+792
2013-09-24
KEYS: Drop the permissions argument from __keyring_search_one()
David Howells
-9
/
+5
2013-09-24
KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
David Howells
-12
/
+12
2013-09-24
KEYS: Search for auth-key by name rather than target key ID
David Howells
-14
/
+7
2013-09-24
KEYS: Introduce a search context structure
David Howells
-158
/
+174
2013-09-24
KEYS: Consolidate the concept of an 'index key' for key access
David Howells
-62
/
+67
2013-09-24
KEYS: key_is_dead() should take a const key pointer argument
David Howells
-1
/
+1
2013-09-24
KEYS: Use bool in make_key_ref() and is_key_possessed()
David Howells
-2
/
+3
2013-09-24
KEYS: Skip key state checks when checking for possession
David Howells
-6
/
+11
2013-09-24
security: remove erroneous comment about capabilities.o link ordering
Eric Paris
-1
/
+0
2013-09-18
Merge git://git.infradead.org/users/eparis/selinux
Paul Moore
-388
/
+430
2013-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
-5
/
+5
2013-09-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
-547
/
+1666
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-1
/
+6
2013-09-04
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+2
2013-09-03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
-39
/
+26
2013-08-30
capabilities: allow nice if we are privileged
Serge Hallyn
-4
/
+4
2013-08-30
userns: Allow PR_CAPBSET_DROP in a user namespace.
Eric W. Biederman
-1
/
+1
2013-08-28
Revert "SELinux: do not handle seclabel as a special flag"
Eric Paris
-1
/
+4
2013-08-28
selinux: consider filesystem subtype in policies
Anand Avati
-22
/
+60
2013-08-23
Merge branch 'smack-for-3.12' of git://git.gitorious.org/smack-next/kernel in...
James Morris
-114
/
+150
2013-08-20
module/lsm: Have apparmor module parameters work with no args
Steven Rostedt
-0
/
+2
2013-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-13
/
+11
2013-08-14
apparmor: add the ability to report a sha1 hash of loaded policy
John Johansen
-6
/
+199
2013-08-14
apparmor: export set of capabilities supported by the apparmor module
John Johansen
-1
/
+15
2013-08-14
apparmor: add the profile introspection file to interface
John Johansen
-0
/
+236
2013-08-14
apparmor: add an optional profile attachment string for profiles
John Johansen
-0
/
+40
2013-08-14
apparmor: add interface files for profiles and namespaces
John Johansen
-29
/
+436
2013-08-14
apparmor: allow setting any profile into the unconfined state
John Johansen
-9
/
+22
2013-08-14
apparmor: make free_profile available outside of policy.c
John Johansen
-7
/
+7
2013-08-14
apparmor: rework namespace free path
John Johansen
-35
/
+10
2013-08-14
apparmor: update how unconfined is handled
John Johansen
-83
/
+67
2013-08-14
apparmor: change how profile replacement update is done
John Johansen
-87
/
+125
2013-08-14
apparmor: convert profile lists to RCU based locking
John Johansen
-111
/
+167
2013-08-14
apparmor: provide base for multiple profiles to be replaced at once
John Johansen
-146
/
+283
2013-08-14
apparmor: add a features/policy dir to interface
John Johansen
-0
/
+5
2013-08-14
apparmor: enable users to query whether apparmor is enabled
John Johansen
-1
/
+1
2013-08-14
apparmor: remove minimum size check for vmalloc()
Tetsuo Handa
-5
/
+0
2013-08-12
Smack: parse multiple rules per write to load2, up to PAGE_SIZE-1 bytes
Rafal Krypa
-85
/
+82
2013-08-08
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
-1
/
+1
[prev]
[next]