summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-061-1/+0
|\
| * get rid of pointless includes of fs_struct.hAl Viro2018-02-221-1/+0
* | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-033-201/+120
|\ \
| * | ipc/smack: Tidy up from the change in type of the ipc security hooksEric W. Biederman2018-03-271-139/+58
| * | msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooksEric W. Biederman2018-03-223-36/+36
| * | shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooksEric W. Biederman2018-03-223-30/+30
| * | sem/security: Pass kern_ipc_perm not sem_array into the sem security hooksEric W. Biederman2018-03-223-30/+30
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-6/+1
|\ \
| * | macro: introduce COUNT_ARGS() macroAlexei Starovoitov2018-03-281-6/+1
* | | 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-272-2/+0
|/ /
* | 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-221-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-061-8/+3
* | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-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-163-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
* | | | | | | Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-313-14/+13
|\ \ \ \ \ \ \
| * | | | | | | selinux: skip bounded transition processing if the policy isn't loadedPaul Moore2017-12-051-0/+3
| * | | | | | | selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore2017-11-281-10/+8
| * | | | | | | security: replace FSF address with web source in license noticesMartin Kepplinger2017-11-202-4/+2
* | | | | | | | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-01-314-21/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-084-21/+20
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2018-01-313-12/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Smack: Privilege check on key operationsCasey Schaufler2018-01-103-11/+34
| * | | | | | | | Smack: fix dereferenced before checkVasyl Gomonovych2017-12-271-1/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-3111-105/+294
|\ \ \ \ \ \ \ \
| * | | | | | | | ima/policy: fix parsing of fsuuidMike Rapoport2018-01-181-1/+1
| * | | | | | | | ima: Use i_version only when filesystem supports itSascha Hauer2017-12-181-1/+2
| * | | | | | | | integrity: remove unneeded initializations in integrity_iint_cache entriesJeff Layton2017-12-181-4/+0
| * | | | | | | | ima: log message to module appraisal errorBruno E. O. Meneguele2017-12-181-1/+3
| * | | | | | | | ima: pass filename to ima_rdwr_violation_check()Roberto Sassu2017-12-181-3/+3
| * | | | | | | | ima: Fix line continuation formatJoe Perches2017-12-181-6/+5
OpenPOWER on IntegriCloud