summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)HEADmasterLinus Torvalds2018-06-073-163/+161
|\
| * autofs4: merge auto_fs.h and auto_fs4.hIan Kent2018-06-072-162/+160
| * mm: mark pages in use for page tablesMatthew Wilcox2018-06-071-1/+1
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-0/+1
|\ \
| * | EVM: Allow runtime modification of the set of verified xattrsMatthew Garrett2018-05-181-0/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-074-3/+141
|\ \ \
| * \ \ Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe2018-06-043-0/+58
| |\ \ \
| | * | | IB/mlx5: Add flow counters binding supportRaed Salem2018-06-021-0/+24
| | * | | IB/uverbs: Add support for flow countersRaed Salem2018-06-021-0/+13
| | * | | IB/uverbs: Add read counters supportRaed Salem2018-06-021-0/+7
| | * | | IB/uverbs: Add create/destroy counters supportRaed Salem2018-06-021-0/+14
| * | | | Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rd...Jason Gunthorpe2018-05-291-1/+1
| |\ \ \ \
| | * | | | IB/mlx5: Introduce a new mini-CQE formatYonatan Cohen2018-05-291-1/+1
| | |/ / /
| * | | | IB/mlx5: Expose MPLS related tunneling offloadsAriel Levkovich2018-05-161-1/+3
| * | | | IB/uverbs: Expose MPLS flow spec to the user-kernel ABI headerAriel Levkovich2018-05-161-0/+23
| * | | | IB/uverbs: Expose GRE flow spec to the user-kernel ABI headerAriel Levkovich2018-05-161-0/+27
| * | | | RDMA/uapi: Fix uapi breakageDoug Ledford2018-05-151-11/+13
| * | | | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-0919-19/+19
| |\ \ \ \
| * | | | | RDMA/nldev: add driver-specific resource trackingSteve Wise2018-05-031-0/+23
| * | | | | RDMA/nldev: Add explicit pad attributeSteve Wise2018-05-031-0/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'pci/misc'Bjorn Helgaas2018-06-061-0/+5
| |\ \ \ \
| | * | | | PCI: Add PCI_EXP_LNKCTL2_TLS* macrosFrederick Lawler2018-04-271-0/+5
| | |/ / /
| * / / / PCI/DPC: Disable ERR_NONFATAL handling by DPCOza Pawandeep2018-06-021-0/+1
| |/ / /
* | | | Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-06-072-0/+28
|\ \ \ \
| * \ \ \ Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab2018-05-1025-41/+59
| |\ \ \ \
| * | | | | media: omap3isp: support 64-bit version of omap3isp_stat_dataArnd Bergmann2018-05-091-0/+22
| * | | | | media: rc: add ioctl to get the current timeoutSean Young2018-04-201-0/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-071-0/+14
|\ \ \ \ \
| * | | | | 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-031-0/+8
| | |_|_|/ | |/| | |
* | | | | 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-0631-483/+2512
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-052-35/+117
| |\ \ \ \ \ \
| | * | | | | | xsk: add zero-copy support for RxBjörn Töpel2018-06-051-1/+3
| | * | | | | | 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-031-1/+7
| | * | | | | | bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann2018-06-031-1/+2
| | * | | | | | bpf: add bpf_skb_cgroup_id helperDaniel Borkmann2018-06-031-1/+18
| | * | | | | | media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-301-1/+52
| | * | | | | | bpf: Drop mpls from bpf_fib_lookupDavid Ahern2018-05-291-13/+13
| | * | | | | | bpf: clean up eBPF helpers documentationQuentin Monnet2018-05-291-11/+10
| | * | | | | | bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+8
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-0/+1
| |\ \ \ \ \ \ \
| * | | | | | | | netfilter: nf_tables: add connlimit supportPablo Neira Ayuso2018-06-031-1/+20
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-06-021-0/+34
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: nft_fwd_netdev: allow to forward packets via neighbour layerPablo Neira Ayuso2018-06-011-0/+4
| | * | | | | | | | netfilter: nf_tables: Add audit support to log statementPhil Sutter2018-06-011-0/+5