summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-073-6/+20
|\
| * fs: rcu-walk for path lookupNick Piggin2011-01-071-0/+9
| * fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
| * fs: dcache remove dcache_lockNick Piggin2011-01-071-4/+0
| * fs: dcache scale subdirsNick Piggin2011-01-071-2/+10
| * fs: dcache scale d_unhashedNick Piggin2011-01-071-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-01-064-21/+20
|\ \ | |/ |/|
| * af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller2011-01-054-15/+14
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-266-35/+10
| |\
| * | SELinux: indicate fatal error in compat netfilter codeEric Paris2010-11-231-2/+2
| * | SELinux: Only return netlink error when we know the return is fatalEric Paris2010-11-231-4/+4
| * | SELinux: return -ECONNREFUSED from ip_postroute to signal fatal errorEric Paris2010-11-171-8/+8
* | | ima: fix add LSM rule bugMimi Zohar2011-01-031-0/+2
| |/ |/|
* | KEYS: Don't call up_write() if __key_link_begin() returns an errorDavid Howells2010-12-231-1/+0
* | capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris2010-11-155-34/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2010-11-122-3/+5
|\
| * APPARMOR: Fix memory leak of apparmor_init()wzt.wzt@gmail.com2010-11-111-2/+4
| * APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com2010-11-111-1/+1
* | Restrict unprivileged access to kernel syslogDan Rosenberg2010-11-122-0/+14
|/
* convert get_sb_single() usersAl Viro2010-10-293-16/+13
* Fix install_process_keyring error handlingAndi Kleen2010-10-281-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-264-4/+2
|\
| * fs: take dcache_lock inside __d_pathChristoph Hellwig2010-10-252-4/+0
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-252-0/+2
* | Merge branch 'ima-memory-use-fixes'Linus Torvalds2010-10-265-177/+195
|\ \ | |/ |/|
| * IMA: fix the ToMToU logicEric Paris2010-10-261-5/+6
| * IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris2010-10-262-5/+12
| * IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris2010-10-263-30/+19
| * IMA: only allocate iint when neededEric Paris2010-10-262-39/+65
| * IMA: move read counter into struct inodeEric Paris2010-10-264-34/+17
| * IMA: use i_writecount rather than a private counterEric Paris2010-10-263-17/+6
| * IMA: use inode->i_lock to protect read and write countersEric Paris2010-10-262-34/+24
| * IMA: convert internal flags from long to charEric Paris2010-10-261-2/+2
| * IMA: use unsigned int instead of long for countersEric Paris2010-10-263-9/+14
| * IMA: drop the inode opencount since it isn't needed for operationEric Paris2010-10-263-14/+3
| * IMA: use rbtree instead of radix tree for inode information cacheEric Paris2010-10-262-36/+75
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-3/+12
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-153-3/+12
* | | selinux: include vmalloc.h for vmalloc_userStephen Rothwell2010-10-211-0/+1
* | | selinux: implement mmap on /selinux/policyEric Paris2010-10-212-1/+45
* | | SELinux: allow userspace to read policy back out of the kernelEric Paris2010-10-2112-3/+1256
* | | SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris2010-10-212-3/+2
* | | SELinux: deterministic ordering of range transition rulesEric Paris2010-10-211-3/+13
* | | security: secid_to_secctx returns len when data is NULLEric Paris2010-10-212-3/+11
* | | secmark: make secmark object handling genericEric Paris2010-10-215-50/+59
* | | AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen2010-10-211-1/+3
* | | TOMOYO: Print URL information before panic().Tetsuo Handa2010-10-211-1/+10
* | | security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2010-10-214-12/+7
* | | selinux: fix up style problem on /selinux/statusKaiGai Kohei2010-10-212-11/+7
* | | selinux: change to new flag variablematt mooney2010-10-211-1/+1