summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-071-7/+4
* netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use itPablo Neira Ayuso2018-06-071-3/+25
* Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-0716-104/+159
|\
| * media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil2018-05-282-21/+0
| * media: v4l2-ioctl: delete unused v4l2_disable_ioctl_lockingHans Verkuil2018-05-281-15/+0
| * media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart2018-05-171-2/+33
| * media: v4l: vsp1: Document the vsp1_du_atomic_config structureLaurent Pinchart2018-05-171-0/+10
| * media: rc: default to idle on at startup or after resetSean Young2018-05-141-0/+1
| * media: dvbdev: add a mutex protecting the "mdev" pointerMax Kellermann2018-05-111-0/+2
| * media: v4l2-device.h: always expose mdevHans Verkuil2018-05-111-3/+1
| * Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-1079-196/+681
| |\
| * | media: omap3isp: support 64-bit version of omap3isp_stat_dataArnd Bergmann2018-05-091-0/+22
| * | media: v4l2-dev.h: fix doc warningHans Verkuil2018-05-091-0/+1
| * | media: entity: fix spelling for media_entity_get_fwnode_pad()Niklas Söderlund2018-05-091-1/+1
| * | media: include/video/omapfb_dss.h: use IS_ENABLED()Mauro Carvalho Chehab2018-05-051-1/+1
| * | media: meye: allow building it with COMPILE_TEST on non-x86Mauro Carvalho Chehab2018-05-051-0/+4
| * | media: dvb: add alternative USB PID for Hauppauge WinTV-soloHDRainer Keller2018-05-041-0/+1
| * | media: v4l2-core: get rid of videobuf-dvbMauro Carvalho Chehab2018-05-041-59/+0
| * | media: omapfb: omapfb_dss.h: add stubs to build with COMPILE_TEST && DRM_OMAPMauro Carvalho Chehab2018-05-041-2/+52
| * | media: v4l: fwnode: Fix comment incorrectly mentioning v4l2_fwnode_parse_endp...Leonard Crestez2018-04-231-1/+1
| * | media: omap: omap-iommu.h: allow building drivers with COMPILE_TESTMauro Carvalho Chehab2018-04-201-0/+5
| * | media: rc: add ioctl to get the current timeoutSean Young2018-04-201-0/+6
| * | media: mmp-camera.h: add missing platform dataMauro Carvalho Chehab2018-04-171-0/+19
* | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-074-6/+44
|\ \ \
| * | | ocxl: Add an IOCTL so userspace knows what OCXL features are availableAlastair D'Silva2018-06-031-0/+6
| * | | ocxl: Expose the thread_id needed for wait on POWER9Alastair D'Silva2018-06-032-0/+17
| * | | mm/pkeys: Add an empty arch_pkeys_enabled()Michael Ellerman2018-05-091-0/+5
| * | | x86/pkeys: Move vma_pkey() into asm/pkeys.hMichael Ellerman2018-05-091-1/+1
| * | | mm/pkeys, powerpc, x86: Provide an empty vma_pkey() in linux/pkeys.hMichael Ellerman2018-05-091-0/+5
| * | | mm/pkeys: Remove include of asm/mmu_context.h from pkeys.hMichael Ellerman2018-05-091-1/+0
| * | | mm, powerpc, x86: introduce an additional vma bit for powerpc pkeyRam Pai2018-05-091-1/+6
| * | | mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabledRam Pai2018-05-091-4/+5
* | | | Merge tag 'ovl-fixes-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-071-0/+4
|\ \ \ \
| * | | | vfs: factor out inode_insert5()Miklos Szeredi2018-05-311-0/+4
* | | | | Merge tag 'fuse-update-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-071-1/+6
|\ \ \ \ \
| * | | | | fuse: return -ECONNABORTED on /dev/fuse read after abortSzymon Lukasz2018-03-201-1/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06169-1712/+5538
|\ \ \ \ \ \
| * | | | | | strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-061-0/+2
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0510-55/+277
| |\ \ \ \ \ \
| | * | | | | | xsk: wire upp Tx zero-copy functionsMagnus Karlsson2018-06-051-0/+9
| | * | | | | | net: added netdevice operation for TxMagnus Karlsson2018-06-051-0/+2
| | * | | | | | xsk: add zero-copy support for RxBjörn Töpel2018-06-052-1/+9
| | * | | | | | xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel2018-06-051-0/+10
| | * | | | | | net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEMBjörn Töpel2018-06-051-0/+8
| | * | | | | | xsk: introduce xdp_umem_pageBjörn Töpel2018-06-051-1/+6
| | * | | | | | xsk: moved struct xdp_umem definitionBjörn Töpel2018-06-051-1/+23
| | * | | | | | net: remove net_device operation ndo_xdp_flushJesper Dangaard Brouer2018-06-051-4/+0
| | * | | | | | xsk: new descriptor addressing schemeBjörn Töpel2018-06-041-7/+5
| | * | | | | | bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern2018-06-031-1/+1
| | * | | | | | bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-032-1/+8