summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-062-2/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-4/+16
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-22/+28
| |\ \ \
| * | | | net: initial AF_XDP skeletonBjörn Töpel2018-05-032-2/+6
* | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-063-11/+14
|\ \ \ \ \
| * | | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-143-11/+14
| |/ / / /
* | | | | Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-061-6/+12
|\ \ \ \ \
| * | | | | audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs2018-04-171-1/+1
| * | | | | audit: normalize MAC_STATUS recordRichard Guy Briggs2018-04-171-4/+10
| * | | | | security: selinux: Change return type to vm_fault_tSouptick Joarder2018-04-161-1/+1
| |/ / / /
* | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-0/+13
|\ \ \ \ \
| * | | | | selinux: provide socketpair callbackDavid Herrmann2018-05-041-0/+13
| |/ / / /
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-4/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3
| |/ / /
* | | | Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-301-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover2018-05-291-1/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix breakage caused by d_find_alias() semantics changeAl Viro2018-05-131-4/+16
| | |/ | |/|
* | | Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-171-22/+28
|\ \ \ | |/ / |/| / | |/
| * selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev2018-05-141-1/+2
| * selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev2018-05-141-11/+7
| * selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev2018-05-141-10/+19
* | ipc/msg: introduce msgctl(MSG_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | ipc/sem: introduce semctl(SEM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | ipc/shm: introduce shmctl(SHM_STAT_ANY)Davidlohr Bueso2018-04-111-0/+1
* | selinux: fix missing dput() before selinuxfs unmountStephen Smalley2018-04-091-0/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-0/+6
|\ \
| * | security: Add a cred_getsecid hookMatthew Garrett2018-03-231-0/+6
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-071-2/+5
|\ \ \ | |/ /
| * | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-071-2/+5
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-0627-1224/+2289
|\ \ \ | | |/ | |/|
| * | selinux: wrap AVC stateStephen Smalley2018-03-209-297/+512
| * | selinux: wrap selinuxfs stateStephen Smalley2018-03-201-177/+261
| * | selinux: fix handling of uninitialized selinux state in get_bools/classesStephen Smalley2018-03-201-0/+13
| * | selinux: Fix ltp test connect-syscall failureRichard Haines2018-03-021-12/+30
| * | selinux: rename the {is,set}_enforcing() functionsPaul Moore2018-03-026-14/+14
| * | selinux: wrap global selinux stateStephen Smalley2018-03-0125-797/+1155
| * | selinux: fix typo in selinux_netlbl_sctp_sk_clone declarationArnd Bergmann2018-02-261-1/+2
| * | selinux: Add SCTP supportRichard Haines2018-02-265-32/+408
| |/
* | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-031-46/+46
|\ \
| * | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-221-18/+18
| * | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-221-14/+14
| * | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-221-14/+14
| |/
* | security: Remove rtnl_lock() in selinux_xfrm_notify_policyload()Kirill Tkhai2018-03-291-2/+0
* | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0
* | net: Convert selinux_net_opsKirill Tkhai2018-02-271-0/+1
|/
OpenPOWER on IntegriCloud