summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-181-1/+13
|\
| * afs: Provide an RCU-capable key lookupDavid Howells2019-09-021-1/+13
| * Merge remote-tracking branch 'net/master' into afs-nextDavid Howells2019-09-021-0/+1
| |\
* | \ Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-182-0/+222
|\ \ \
| * | | fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers2019-08-121-0/+11
| * | | fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-121-0/+66
| * | | fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-281-0/+56
| * | | fs-verity: add the hook for file ->setattr()Eric Biggers2019-07-281-0/+7
| * | | fs-verity: add the hook for file ->open()Eric Biggers2019-07-281-0/+71
| * | | fs-verity: add inode and superblock fieldsEric Biggers2019-07-281-0/+11
* | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-182-3/+53
|\ \ \ \
| * | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-121-0/+8
| * | | | fscrypt: v2 encryption policy supportEric Biggers2019-08-121-1/+8
| * | | | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-121-0/+7
| * | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-121-0/+12
| * | | | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-122-0/+15
| * | | | fscrypt: rename keyinfo.c to keysetup.cEric Biggers2019-08-121-2/+2
| * | | | fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers2019-08-121-0/+1
* | | | | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-182-1/+14
|\ \ \ \ \
| * | | | | mtd: Provide fs_context-aware mount_mtd() replacementDavid Howells2019-09-051-0/+3
| * | | | | vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2019-09-051-0/+5
| * | | | | new helper: get_tree_keyed()Al Viro2019-09-051-1/+6
* | | | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-182-59/+25
|\ \ \ \ \ \
| * | | | | | fs/namei.c: keep track of nd->root refcount statusAl Viro2019-09-031-0/+1
| * | | | | | kill the last users of user_{path,lpath,path_dir}()Al Viro2019-08-301-16/+0
| * | | | | | namei.h: get the comments on LOOKUP_... in sync with realityAl Viro2019-08-301-27/+17
| * | | | | | kill LOOKUP_NO_EVAL, don't bother including namei.h from audit.hAl Viro2019-08-302-3/+0
| * | | | | | audit_inode(): switch to passing AUDIT_INODE_...Al Viro2019-07-211-13/+7
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1857-587/+1046
|\ \ \ \ \ \ \
| * | | | | | | taprio: Add support for hardware offloadingVinicius Costa Gomes2019-09-161-0/+1
| * | | | | | | tcp: Add TCP_INFO counter for packets received out-of-orderThomas Higdon2019-09-161-0/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-161-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-161-4/+4
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-155-8/+25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-09-1314-96/+70
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden2019-09-136-21/+4
| | * | | | | | | | | netfilter: conntrack: move code to linux/nf_conntrack_common.h.Jeremy Sowden2019-09-132-17/+35
| | * | | | | | | | | netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA...Jeremy Sowden2019-09-132-2/+2
| | * | | | | | | | | netfilter: move nf_bridge_frag_data struct definition to a more appropriate h...Jeremy Sowden2019-09-132-7/+14
| | * | | | | | | | | netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden2019-09-132-12/+12
| | * | | | | | | | | netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headersJeremy Sowden2019-09-133-31/+0
| | * | | | | | | | | netfilter: ip_tables: remove unused function declarations.Jeremy Sowden2019-09-132-4/+1
| | * | | | | | | | | netfilter: fix coding-style errors.Jeremy Sowden2019-09-132-2/+2
| * | | | | | | | | | net: stmmac: implement support for passive mode converters via dtAlexandru Ardelean2019-09-111-0/+1
| * | | | | | | | | | qed*: Fix size of config attribute dump.Sudarsana Reddy Kalluru2019-09-111-0/+8
| |/ / / / / / / / /
| * | | | | | | | | Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-09-072-5/+25
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | net/mlx5: Expose HW capability bits for port buffer per priority congestion c...Aya Levin2019-09-052-5/+25
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-064-2/+24
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-281-0/+1
| | * | | | | | | | | bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-201-0/+3