index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
avc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-09
SELinux: avc: remove the useless fields in avc_add_callback
Wanlong Gao
1
-26
/
+6
2012-04-09
SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback
Wanlong Gao
1
-2
/
+2
2012-04-09
SELinux: unify the selinux_audit_data and selinux_late_audit_data
Eric Paris
1
-16
/
+15
2012-04-09
LSM: do not initialize common_audit_data to 0
Eric Paris
1
-1
/
+1
2012-04-09
LSM: remove the COMMON_AUDIT_DATA_INIT type expansion
Eric Paris
1
-1
/
+1
2012-04-09
SELinux: delay initialization of audit data in selinux_inode_permission
Eric Paris
1
-62
/
+1
2012-04-03
lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...
Linus Torvalds
1
-3
/
+1
2012-04-03
SELinux: do not allocate stack space for AVC data unless needed
Eric Paris
1
-12
/
+15
2012-04-03
SELinux: remove avd from slow_avc_audit()
Eric Paris
1
-2
/
+2
2012-04-03
LSM: shrink sizeof LSM specific portion of common_audit_data
Eric Paris
1
-16
/
+18
2012-03-31
selinux: inline avc_audit() and avc_has_perm_noaudit() into caller
Linus Torvalds
1
-2
/
+2
2012-03-31
selinux: don't inline slow-path code into avc_has_perm_noaudit()
Linus Torvalds
1
-14
/
+38
2012-03-23
security: optimize avc_audit() common path
Linus Torvalds
1
-29
/
+41
2011-07-20
selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU
Al Viro
1
-1
/
+1
2011-05-27
selinux: don't pass in NULL avd to avc_has_perm_noaudit
Linus Torvalds
1
-10
/
+2
2011-05-24
Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...
James Morris
1
-1
/
+1
2011-05-20
selinux: avoid unnecessary avc cache stat hit count
Linus Torvalds
1
-5
/
+4
2011-05-20
selinux: de-crapify avc cache stat code generation
Linus Torvalds
1
-5
/
+1
2011-04-26
SELINUX: Make selinux cache VFS RCU walks safe
Eric Paris
1
-7
/
+29
2011-04-26
LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE
Eric Paris
1
-1
/
+1
2011-04-26
SELINUX: Make selinux cache VFS RCU walks safe
Eric Paris
1
-7
/
+29
2010-08-02
SELinux: special dontaudit for access checks
Eric Paris
1
-2
/
+22
2010-08-02
selinux: remove all rcu head initializations
Paul E. McKenney
1
-1
/
+0
2010-04-28
LSM Audit: rename LSM_AUDIT_NO_AUDIT to LSM_AUDIT_DATA_NONE
Eric Paris
1
-2
/
+1
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-3
/
+3
2010-02-05
fix comment typos in avc.c
Justin P. Mattock
1
-3
/
+3
2010-02-03
selinux: Only audit permissions specified in policy
Stephen Smalley
1
-10
/
+7
2010-01-18
selinux: change the handling of unknown classes
Stephen Smalley
1
-4
/
+1
2009-11-24
SELinux: print denials for buggy kernel with unknown perms
Eric Paris
1
-1
/
+1
2009-10-07
selinux: dynamic class/perm discovery
Stephen Smalley
1
-68
/
+8
2009-09-23
SELinux: do not destroy the avc_cache_nodep
Eric Paris
1
-4
/
+15
2009-09-14
SELinux: flush the avc before disabling SELinux
Eric Paris
1
-0
/
+2
2009-09-14
SELinux: seperate avc_cache flushing
Eric Paris
1
-7
/
+17
2009-08-17
SELinux: Convert avc_audit to use lsm_audit.h
Thomas Liu
1
-156
/
+41
2009-07-13
Revert "SELinux: Convert avc_audit to use lsm_audit.h"
James Morris
1
-48
/
+170
2009-07-13
SELinux: Convert avc_audit to use lsm_audit.h
Thomas Liu
1
-170
/
+48
2009-06-25
selinux: clean up avc node cache when disabling selinux
Thomas Liu
1
-0
/
+6
2009-06-19
Merge branch 'master' into next
James Morris
1
-1
/
+1
2009-06-18
Add audit messages on type boundary violations
KaiGai Kohei
1
-1
/
+1
2009-04-02
Permissive domain in userspace object manager
KaiGai Kohei
1
-1
/
+1
2009-02-14
SELinux: convert the avc cache hash list to an hlist
Eric Paris
1
-20
/
+27
2009-02-14
SELinux: code readability with avc_cache
Eric Paris
1
-19
/
+44
2009-02-14
SELinux: remove unused av.decided field
Eric Paris
1
-10
/
+5
2009-02-14
SELinux: more careful use of avd in avc_has_perm_noaudit
Eric Paris
1
-19
/
+24
2009-02-14
SELinux: remove the unused ae.used
Eric Paris
1
-21
/
+7
2009-02-14
SELinux: check seqno when updating an avc_node
Eric Paris
1
-3
/
+6
2009-01-05
SELinux: shrink sizeof av_inhert selinux_class_perm and context
Eric Paris
1
-7
/
+9
2008-10-31
misc: replace NIPQUAD()
Harvey Harrison
1
-1
/
+1
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
1
-1
/
+1
2008-10-29
misc: replace NIP6_FMT with %p6 format specifier
Harvey Harrison
1
-1
/
+1
[next]