index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-08
[PATCH] shrink dentry struct
Eric Dumazet
1
-1
/
+1
2006-01-08
[PATCH] rcu file: use atomic primitives
Nick Piggin
1
-1
/
+1
2006-01-07
[XFRM]: Fix sparse warning.
Luiz Capitulino
1
-1
/
+1
2006-01-06
[LSM-IPSec]: Corrections to LSM-IPSec Nethooks
Trent Jaeger
3
-11
/
+3
2006-01-06
[PATCH] selinux: more ARRAY_SIZE cleanups
Tobias Klauser
2
-2
/
+2
2006-01-06
[PATCH] selinux: ARRAY_SIZE cleanups
Nicolas Kaiser
1
-2
/
+2
2006-01-03
[LSM-IPSec]: Per-packet access control.
Trent Jaeger
6
-0
/
+410
2005-11-09
[PATCH] selinux: extend selinuxfs context interface
Stephen Smalley
1
-26
/
+19
2005-11-09
[PATCH] selinux: disable setxattr on mountpoint labeled filesystems
Stephen Smalley
1
-0
/
+3
2005-11-09
[PATCH] selinux: MLS compatibility
Stephen Smalley
1
-1
/
+4
2005-11-07
[PATCH] kfree cleanup: security
Jesper Juhl
1
-6
/
+6
2005-10-30
[PATCH] cleanup the usage of SEND_SIG_xxx constants
Oleg Nesterov
1
-2
/
+1
2005-10-30
[PATCH] remove hardcoded SEND_SIG_xxx constants
Oleg Nesterov
1
-2
/
+2
2005-10-30
[PATCH] reduce sizeof(struct file)
Eric Dumazet
2
-2
/
+2
2005-10-30
[PATCH] SELinux: remove unecessary size_t checks in selinuxfs
Davi Arnaut
1
-9
/
+9
2005-10-30
[PATCH] selinux-canonicalize-getxattr-fix
Andrew Morton
1
-3
/
+0
2005-10-30
[PATCH] SELinux: canonicalize getxattr()
James Morris
1
-14
/
+32
2005-10-30
[PATCH] SELinux: convert to kzalloc
James Morris
8
-97
/
+49
2005-10-28
[PATCH] gfp_t: net/*
Al Viro
1
-2
/
+2
2005-10-23
[PATCH] SELinux: handle sel_make_bools() failure in selinuxfs
Davi Arnaut
1
-1
/
+3
2005-10-23
[PATCH] selinux: Fix NULL deref in policydb_destroy
Stephen Smalley
1
-2
/
+4
2005-09-30
[PATCH] SELinux - fix SCTP socket bug and general IP protocol handling
James Morris
1
-6
/
+24
2005-09-13
Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6
Linus Torvalds
3
-5
/
+5
2005-09-09
[PATCH] files: lock-free fd look-up
Dipankar Sarma
1
-1
/
+1
2005-09-09
[PATCH] files: break up files struct
Dipankar Sarma
1
-2
/
+4
2005-09-09
[PATCH] remove the inode_post_link and inode_post_rename LSM hooks
Stephen Smalley
1
-13
/
+0
2005-09-09
[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks
Stephen Smalley
2
-112
/
+0
2005-09-09
[PATCH] tmpfs: Enable atomic inode security labeling
Stephen Smalley
1
-11
/
+16
2005-09-09
[PATCH] security: enable atomic inode security labeling
Stephen Smalley
2
-0
/
+60
2005-09-05
[PATCH] selinux: endian notations
Alexey Dobriyan
5
-37
/
+52
2005-09-05
[PATCH] selinux: Reduce memory use by avtab
Stephen Smalley
9
-235
/
+400
2005-08-29
[SELINUX]: Update for tcp_diag rename to inet_diag.
James Morris
2
-2
/
+3
2005-08-29
[NETLINK]: Add "groups" argument to netlink_kernel_create
Patrick McHardy
1
-1
/
+2
2005-08-29
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
Patrick McHardy
1
-2
/
+2
2005-08-29
[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users
Patrick McHardy
1
-0
/
+1
2005-08-29
[NETLINK]: Add properly module refcounting for kernel netlink sockets.
Harald Welte
1
-1
/
+1
2005-08-09
Merge with /shiny/git/linux-2.6/.git
David Woodhouse
5
-40
/
+99
2005-07-28
[PATCH] selinux: Fix address length checks in connect hook
Stephen Smalley
1
-2
/
+2
2005-07-28
[PATCH] SELinux: default labeling of MLS field
James Morris
5
-38
/
+97
2005-07-02
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
David Woodhouse
7
-29
/
+42
2005-06-30
[PATCH] selinux_sb_copy_data() should not require a whole page
Eric Paris
1
-1
/
+2
2005-06-25
[PATCH] selinux: kfree cleanup
Jesper Juhl
5
-28
/
+14
2005-06-25
[PATCH] selinux: add executable heap check
Lorenzo Hernández García-Hierro
3
-0
/
+13
2005-06-25
[PATCH] selinux: add executable stack check
Lorenzo Hernandez García-Hierro
3
-0
/
+12
2005-06-22
AUDIT: Wait for backlog to clear when generating messages.
David Woodhouse
3
-5
/
+5
2005-06-21
[PATCH] SELinux: memory leak in selinux_sb_copy_data()
Gerald Schaefer
1
-0
/
+1
2005-06-18
[NETLINK]: Neighbour table configuration and statistics via rtnetlink
Thomas Graf
1
-0
/
+2
2005-05-24
AUDIT: Fix remaining cases of direct logging of untrusted strings by avc_audit
Stephen Smalley
1
-13
/
+9
2005-05-21
Fix oops due to thinko in avc_audit()
David Woodhouse
1
-1
/
+1
2005-05-21
AUDIT: Avoid sleeping function in SElinux AVC audit.
Stephen Smalley
1
-9
/
+8
[next]