summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal2019-09-271-0/+9
* ptp: correctly disable flags on old ioctlsJacob Keller2019-09-271-0/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-09-272-3/+9
|\
| * netfilter: nf_tables: bogus EBUSY when deleting flowtable after flushLaura Garcia Liebana2019-09-251-0/+4
| * netfilter: ebtables: use __u8 instead of uint8_t in uapi headerMasahiro Yamada2019-09-251-3/+3
| * netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use itPablo Neira Ayuso2019-09-201-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-09-271-2/+2
|\ \
| * | bpf: fix BTF limitsAlexei Starovoitov2019-09-191-2/+2
| |/
* | tcp: honor SO_PRIORITY in TIME_WAIT stateEric Dumazet2019-09-271-0/+1
* | ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-1/+1
* | sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-09-271-0/+5
* | net/mlx5: DR, Fix SW steering HW bits and definitionsYevgeny Kliteynik2019-09-241-14/+14
* | net: remove netx ethernet driverArnd Bergmann2019-09-221-13/+0
* | ipv4: Revert removal of rt_uses_gatewayDavid Ahern2019-09-211-1/+2
|/
* Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-191-0/+2
|\
| * fs: Export generic_fadvise()Jan Kara2019-08-311-0/+2
* | Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-191-0/+11
|\ \
| * | vfs: don't allow writes to swap filesDarrick J. Wong2019-08-201-0/+11
* | | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-193-13/+12
|\ \ \
| * | | btrfs: turn checksum type define into an enumJohannes Thumshirn2019-09-091-1/+3
| * | | btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should goAnand Jain2019-09-091-5/+0
| * | | btrfs: add a flush step for delayed iputsJosef Bacik2019-09-091-0/+1
| * | | btrfs: clarify btrfs_ioctl_get_dev_stats paddingHans van Kranenburg2019-09-091-1/+6
| * | | btrfs: use common vfs LABEL ioctl definitionsEric Sandeen2019-09-091-4/+2
| * | | btrfs: Remove unused locking functionsNikolay Borisov2019-09-091-2/+0
* | | | Merge tag 'afs-next-20190915' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-191-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-024-32/+33
| |\ \ \ \
* | \ \ \ \ Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-194-0/+263
|\ \ \ \ \ \
| * | | | | | fs-verity: add SHA-512 supportEric Biggers2019-08-131-0/+1
| * | | | | | fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers2019-08-131-0/+11
| * | | | | | fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-131-0/+66
| * | | | | | fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-291-0/+56
| * | | | | | fs-verity: add the hook for file ->setattr()Eric Biggers2019-07-291-0/+7
| * | | | | | fs-verity: add the hook for file ->open()Eric Biggers2019-07-291-0/+71
| * | | | | | fs-verity: add inode and superblock fieldsEric Biggers2019-07-291-0/+11
| * | | | | | fs: uapi: define verity bit for FS_IOC_GETFLAGSEric Biggers2019-07-291-0/+1
| * | | | | | fs-verity: add UAPI headerEric Biggers2019-07-291-0/+39
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-194-54/+237
|\ \ \ \ \ \
| * | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-132-0/+9
| * | | | | | fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-131-1/+5
| * | | | | | fscrypt: v2 encryption policy supportEric Biggers2019-08-132-9/+57
| * | | | | | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-132-0/+22
| * | | | | | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-132-0/+21
| * | | | | | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-133-10/+54
| * | | | | | fscrypt: rename keyinfo.c to keysetup.cEric Biggers2019-08-131-2/+2
| * | | | | | fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-131-0/+2
| * | | | | | fscrypt: use FSCRYPT_ prefix for uapi constantsEric Biggers2019-08-131-23/+42
| * | | | | | fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>Eric Biggers2019-08-133-51/+65
* | | | | | | Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-181-7/+7
|\ \ \ \ \ \ \