index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+0
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+5
2022-03-21
Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
18
-212
/
+201
2022-03-10
tracehook: Remove tracehook.h
Eric W. Biederman
1
-1
/
+0
2022-03-03
net: rtnetlink: Add RTM_SETSTATS
Petr Machata
1
-0
/
+1
2022-03-02
selinux: shorten the policy capability enum names
Paul Moore
5
-24
/
+24
2022-03-01
rtnetlink: add new rtm tunnel api for tunnel id filtering
Roopa Prabhu
1
-1
/
+4
2022-02-25
selinux: allow FIOCLEX and FIONCLEX with policy capability
Richard Haines
4
-1
/
+16
2022-02-22
selinux: fix misuse of mutex_is_locked()
Ondrej Mosnacek
1
-2
/
+2
2022-02-18
selinux: use correct type for context length
Christian Göttsche
1
-1
/
+1
2022-02-18
selinux: drop return statement at end of void functions
Christian Göttsche
5
-8
/
+0
2022-02-15
security: implement sctp_assoc_established hook in selinux
Ondrej Mosnacek
1
-24
/
+66
2022-02-04
selinux: parse contexts for mount options early
Ondrej Mosnacek
1
-149
/
+53
2022-02-02
selinux: fix double free of cond_list on error paths
Vratislav Bendel
1
-1
/
+2
2022-02-01
selinux: various sparse fixes
Paul Moore
4
-7
/
+8
2022-02-01
selinux: try to use preparsed sid before calling parse_sid()
Scott Mayhew
1
-29
/
+59
2022-02-01
selinux: Fix selinux_sb_mnt_opts_compat()
Scott Mayhew
1
-34
/
+41
2022-01-27
LSM: general protection fault in legacy_parse_param
Casey Schaufler
1
-3
/
+2
2022-01-27
selinux: fix a type cast problem in cred_init_security()
Paul Moore
1
-1
/
+1
2022-01-26
selinux: drop unused macro
Christian Göttsche
1
-2
/
+0
2022-01-26
selinux: simplify cred_init_security
Christian Göttsche
1
-2
/
+1
2022-01-26
selinux: do not discard const qualifier in cast
Christian Göttsche
1
-2
/
+2
2022-01-26
selinux: drop unused parameter of avtab_insert_node
Christian Göttsche
1
-3
/
+3
2022-01-26
selinux: drop cast to same type
Christian Göttsche
1
-1
/
+1
2022-01-26
selinux: enclose macro arguments in parenthesis
Christian Göttsche
3
-7
/
+7
2022-01-26
selinux: declare name parameter of hash_eval const
Christian Göttsche
1
-1
/
+1
2022-01-25
selinux: declare path parameters of _genfs_sid const
Christian Göttsche
2
-5
/
+5
2022-01-25
selinux: check return value of sel_make_avc_files
Christian Göttsche
1
-0
/
+2
2022-01-25
selinux: access superblock_security_struct in LSM blob way
GONG, Ruiqi
1
-2
/
+2
2022-01-11
Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-66
/
+24
2021-12-27
selinux: initialize proto variable in selinux_ip_postroute_compat()
Tom Rix
1
-1
/
+1
2021-12-21
selinux: minor tweaks to selinux_add_opt()
Paul Moore
1
-8
/
+10
2021-12-21
selinux: fix potential memleak in selinux_add_opt()
Bernard Zhao
1
-2
/
+10
2021-12-16
selinux: fix sleeping function called from invalid context
Scott Mayhew
1
-14
/
+19
2021-12-06
security,selinux: remove security_add_mnt_opt()
Ondrej Mosnacek
1
-39
/
+0
2021-12-05
selinux: Use struct_size() helper in kmalloc()
Xiu Jianfeng
2
-3
/
+3
2021-11-22
lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()
Paul Moore
1
-16
/
+3
2021-11-19
selinux: fix NULL-pointer dereference when hashtab allocation fails
Ondrej Mosnacek
1
-5
/
+12
2021-11-12
net,lsm,selinux: revert the security_sctp_assoc_established() hook
Paul Moore
1
-13
/
+1
2021-11-03
security: implement sctp_assoc_established hook in selinux
Xin Long
1
-1
/
+13
2021-11-03
security: pass asoc to sctp_assoc_request and sctp_sk_clone
Xin Long
3
-22
/
+22
2021-11-01
Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-244
/
+202
2021-10-20
security: Return xattr name from security_dentry_init_security()
Vivek Goyal
1
-1
/
+5
2021-10-19
selinux: fix a sock regression in selinux_ip_postroute_compat()
Paul Moore
1
-2
/
+2
2021-10-14
binder: use cred instead of task for selinux checks
Todd Kjos
1
-35
/
+13
2021-10-13
selinux: fix all of the W=1 build warnings
Paul Moore
6
-8
/
+33
2021-10-13
selinux: make better use of the nf_hook_state passed to the NF hooks
Paul Moore
1
-27
/
+25
2021-10-11
selinux: fix race condition when computing ocontext SIDs
Ondrej Mosnacek
1
-85
/
+77
2021-10-11
selinux: remove unneeded ipv6 hook wrappers
Florian Westphal
1
-62
/
+18
2021-10-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-1
/
+3
[next]