summaryrefslogtreecommitdiffstats
path: root/tools/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* bpf: add tools lib/include support sk_msg_md size fieldJohn Fastabend2018-12-191-0/+1
* tools/bpf: sync btf.h header from kernel to toolsYonghong Song2018-12-181-2/+18
* bpf: remove useless version check for prog loadDaniel Borkmann2018-12-171-1/+9
* bpf: sync tools/include/uapi/linux/bpf.hSong Liu2018-12-131-0/+2
* bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann2018-12-111-43/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-6/+57
|\
| * tools/bpf: sync kernel uapi bpf.h to tools directoryYonghong Song2018-12-101-3/+3
| * media: bpf: add bpf function to report mouse movementSean Young2018-12-091-2/+16
| * bpf: tools: Sync uapi bpf.hMartin KaFai Lau2018-12-091-0/+19
| * bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_infoMartin KaFai Lau2018-12-051-1/+1
| * tools: sync uapi/linux/bpf.hLorenz Bauer2018-12-041-2/+5
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+1
| * bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-301-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-094-23/+62
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-091-19/+37
| |\
| | * bpf: Improve socket lookup reuseport documentationJoe Stringer2018-11-301-4/+4
| | * bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-301-14/+25
| | * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-11-301-5/+12
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-011-0/+1
| |\ \
| | * | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-281-0/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-302-0/+24
| |\ \ \ | | |_|/ | |/| |
| | * | tools uapi asm-generic: Synchronize ioctls.hArnaldo Carvalho de Melo2018-11-191-0/+2
| | * | tools headers uapi: Synchronize i915_drm.hArnaldo Carvalho de Melo2018-11-191-0/+22
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-291-1/+15
|\ \ \
| * | | bpf: add msg_pop_data helper to toolsJohn Fastabend2018-11-281-1/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-282-0/+649
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / tools/bpftool: copy a few net uapi headers to tools directoryYonghong Song2018-11-092-0/+649
| |/
* | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+1
* | tools/bpf: sync kernel uapi bpf.h header to tools directoryYonghong Song2018-11-201-0/+13
* | tools/bpf: Sync kernel btf.h headerMartin KaFai Lau2018-11-201-3/+15
* | tools: sync linux/bpf.hLorenz Bauer2018-11-201-3/+10
|/
* perf tools: Don't clone maps from parent when synthesizing forksDavid Miller2018-10-311-0/+2
* tools headers uapi: Update linux/if_link.h header copyArnaldo Carvalho de Melo2018-10-311-0/+1
* tools headers uapi: Update linux/netlink.h header copyArnaldo Carvalho de Melo2018-10-311-0/+1
* tools headers: Sync the various kvm.h header copiesArnaldo Carvalho de Melo2018-10-311-2/+19
* tools include uapi: Update linux/mmap.h copyArnaldo Carvalho de Melo2018-10-311-0/+2
* tools include uapi: Update asound.h copyArnaldo Carvalho de Melo2018-10-311-1/+1
* tools arch uapi: Update asm-generic/unistd.h and arm64 unistd.h copiesArnaldo Carvalho de Melo2018-10-311-0/+2
* tools include uapi: Update linux/fs.h copyArnaldo Carvalho de Melo2018-10-311-2/+2
* tools include uapi: Grab a copy of linux/fs.hArnaldo Carvalho de Melo2018-10-301-0/+393
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-251-0/+5
|\
| * tools/headers: update kvm.hVitaly Kuznetsov2018-10-171-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-212-2/+126
|\ \
| * | bpf: libbpf support for msg_push_dataJohn Fastabend2018-10-201-1/+19
| * | Sync uapi/bpf.h to tools/includeMauricio Vasquez B2018-10-191-1/+29
| * | bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel2018-10-171-1/+1
| * | bpf, tls: add tls header to tools infrastructureDaniel Borkmann2018-10-161-0/+78
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-211-0/+1
|\ \ \ | |/ / |/| |
| * | tools headers uapi: Sync kvm.h copyArnaldo Carvalho de Melo2018-10-081-0/+1
| |/
* | bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-1/+92