index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
Commit message (
Expand
)
Author
Age
Files
Lines
*
[INET]: local port range robustness
Stephen Hemminger
2007-10-10
1
-17
/
+22
*
[NET]: Support multiple network namespaces with netlink
Eric W. Biederman
2007-10-10
1
-2
/
+3
*
[NET]: Make device event notification network namespace safe
Eric W. Biederman
2007-10-10
1
-0
/
+4
*
SELinux: fix array out of bounds when mounting with selinux options
Eric Paris
2007-09-20
1
-0
/
+2
*
SELinux: clear parent death signal on SID transitions
Stephen Smalley
2007-08-30
1
-0
/
+3
*
fix NULL pointer dereference in __vm_enough_memory()
Alan Cox
2007-08-22
1
-2
/
+2
*
SELinux: correct error code in selinux_audit_rule_init
Steve G
2007-08-16
1
-1
/
+1
*
SELinux: remove redundant pointer checks before calling kfree()
Paul Moore
2007-08-02
1
-2
/
+1
*
SELinux: restore proper NetLabel caching behavior
Paul Moore
2007-08-02
1
-4
/
+12
*
Typo fixes errror -> error
Gabriel Craciunescu
2007-07-31
1
-1
/
+1
*
SELinux: null-terminate context string in selinux_xfrm_sec_ctx_alloc
Venkat Yekkirala
2007-07-25
1
-1
/
+2
*
SELinux: fix memory leak in security_netlbl_cache_add()
Jesper Juhl
2007-07-23
1
-1
/
+3
*
[PATCH] get rid of AVC_PATH postponed treatment
Al Viro
2007-07-22
1
-7
/
+8
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
3
-3
/
+3
*
SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel
Paul Moore
2007-07-19
2
-31
/
+31
*
SELinux: enable dynamic activation/deactivation of NetLabel/SELinux enforcement
Paul Moore
2007-07-19
1
-0
/
+8
*
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
Satyam Sharma
2007-07-17
1
-1
/
+1
*
Audit: add TTY input auditing
Miloslav Trmac
2007-07-16
1
-0
/
+2
*
Revert "SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for Ne...
Linus Torvalds
2007-07-13
2
-24
/
+31
*
SELinux: use SECINITSID_NETMSG instead of SECINITSID_UNLABELED for NetLabel
Paul Moore
2007-07-11
2
-31
/
+24
*
security: Protection for exploiting null dereference using mmap
Eric Paris
2007-07-11
5
-4
/
+12
*
SELinux: Use %lu for inode->i_no when printing avc
Tobias Oed
2007-07-11
1
-1
/
+1
*
SELinux: allow preemption between transition permission checks
Stephen Smalley
2007-07-11
4
-29
/
+45
*
selinux: introduce schedule points in policydb_destroy()
Eric Paris
2007-07-11
1
-0
/
+7
*
selinux: add selinuxfs structure for object class discovery
Christopher J. PeBenito
2007-07-11
2
-0
/
+250
*
selinux: change sel_make_dir() to specify inode counter.
Christopher J. PeBenito
2007-07-11
1
-5
/
+6
*
selinux: rename sel_remove_bools() for more general usage.
Christopher J. PeBenito
2007-07-11
1
-5
/
+4
*
selinux: add support for querying object classes and permissions from the run...
Christopher J. PeBenito
2007-07-11
2
-0
/
+98
*
[NetLabel]: consolidate the struct socket/sock handling to just struct sock
Paul Moore
2007-06-08
1
-15
/
+21
*
Fix trivial typos in Kconfig* files
David Sterba
2007-05-09
1
-1
/
+1
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
1
-1
/
+0
*
tty: introduce no_tty and use it in selinux
Eric W. Biederman
2007-05-08
1
-4
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2007-04-27
12
-760
/
+660
|
\
|
*
selinux: preserve boolean values across policy reloads
Stephen Smalley
2007-04-26
1
-0
/
+38
|
*
selinux: change numbering of boolean directory inodes in selinuxfs
James Carter
2007-04-26
1
-6
/
+5
|
*
selinux: remove unused enumeration constant from selinuxfs
James Carter
2007-04-26
1
-1
/
+0
|
*
selinux: explicitly number all selinuxfs inodes
James Carter
2007-04-26
1
-0
/
+6
|
*
selinux: export initial SID contexts via selinuxfs
James Carter
2007-04-26
3
-0
/
+76
|
*
selinux: remove userland security class and permission definitions
Stephen Smalley
2007-04-26
6
-314
/
+21
|
*
SELinux: move security_skb_extlbl_sid() out of the security server
Paul Moore
2007-04-26
3
-35
/
+31
|
*
SELinux: rename selinux_netlabel.h to netlabel.h
Paul Moore
2007-04-26
3
-2
/
+2
|
*
SELinux: extract the NetLabel SELinux support from the security server
Paul Moore
2007-04-26
5
-402
/
+481
*
|
[NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
Patrick McHardy
2007-04-25
1
-1
/
+1
*
|
[NETLINK]: Introduce nlmsg_hdr() helper
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
|
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
|
[SK_BUFF]: Introduce skb_network_offset()
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+2
|
/
*
[PATCH] sanitize security_getprocattr() API
Al Viro
2007-03-14
1
-2
/
+6
*
Always initialize scontext and scontext_len
Stephen Smalley
2007-02-26
1
-0
/
+3
*
Reassign printk levels in selinux kernel code
Eric Paris
2007-02-26
4
-17
/
+17
*
[PATCH] selinux: enhance selinux to always ignore private inodes
Stephen Smalley
2007-02-14
1
-0
/
+3
[next]