summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-074-27/+35
|\
| * security: convert security hooks to use hlistSargun Dhillon2018-03-311-11/+11
| * Merge tag 'v4.16-rc6' into next-generalJames Morris2018-03-222-23/+88
| |\
| * | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley2018-03-064-16/+24
* | | Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-0728-1224/+2311
|\ \ \
| * | | 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-0225-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
| * | | security: Add support for SCTP security hooksRichard Haines2018-02-221-0/+22
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-062-1/+1
|\ \ \
| * | | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-062-1/+1
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0Star
| |/ /
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-043-201/+120Star
|\ \ \
| * | | ipc/smack: Tidy up from the change in type of the ipc security hooksEric W. Biederman2018-03-271-139/+58Star
| * | | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-233-36/+36
| * | | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-233-30/+30
| * | | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-233-30/+30
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-011-6/+1Star
|\ \ \
| * | | macro: introduce COUNT_ARGS() macroAlexei Starovoitov2018-03-281-6/+1Star
* | | | security: Remove rtnl_lock() in selinux_xfrm_notify_policyload()Kirill Tkhai2018-03-291-2/+0Star
* | | | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* | | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-272-2/+0Star
|/ / /
* | | net: Convert smack_net_opsKirill Tkhai2018-02-271-0/+1
* | | net: Convert selinux_net_opsKirill Tkhai2018-02-271-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-242-23/+88
|\ \ \ | | |/ | |/|
| * | integrity/security: fix digsig.c build error with header fileRandy Dunlap2018-02-231-0/+1
| * | KEYS: Use individual pages in big_key for crypto buffersDavid Howells2018-02-221-23/+87
| |/
* / net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-2/+3
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-13/+13
* Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-071-1/+1
|\
| * iversion: Rename make inode_cmp_iversion{+raw} to inode_eq_iversion{+raw}Goffredo Baroncelli2018-02-011-1/+1
* | pids: introduce find_get_task_by_vpid() helperMike Rapoport2018-02-071-8/+3Star
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-041-0/+14
|\ \
| * | usercopy: Allow strict enforcement of whitelistsKees Cook2018-01-151-0/+14
* | | ima: re-initialize iint->atomic_flagsMimi Zohar2018-02-021-0/+1
* | | Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-011-0/+1
|\ \ \ | |_|/ |/| |
| * | Merge 4.15-rc6 into char-misc-nextGreg Kroah-Hartman2018-01-021-0/+10
| |\ \
| * | | /dev/mem: Add bounce buffer for copy-outKees Cook2017-12-181-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-311-1/+1
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-174-26/+41
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-13/+31
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-173-26/+47
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-051-5/+7
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-1/+1