summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-091-0/+2
|\
| * samples, bpf: Add missing munmap in xdpsockMaciej Fijalkowski2021-03-041-0/+2
* | treewide: Miguel has movedMiguel Ojeda2021-02-261-1/+1
|/
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-244-0/+166
|\
| * sample/acrn: Introduce a sample of HSM ioctl interface usageShuo Liu2021-02-094-0/+166
* | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-232-2/+2
|\ \
| * | watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-01-212-2/+2
| |/
* | Merge tag 'docs-5.12' of git://git.lwn.net/linuxLinus Torvalds2021-02-221-1/+8
|\ \
| * | samples/kprobes: Add ARM supportMarc Koderer2021-01-181-0/+8
| * | samples/kprobes: Remove misleading commentMarc Koderer2021-01-111-1/+0
| |/
* | samples: bpf: Remove unneeded semicolonYang Li2021-02-021-1/+1
* | samples/bpf: Add include dir for MIPS Loongson64 to fix build errorsTiezhu Yang2021-02-021-0/+4
* | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsTiezhu Yang2021-01-261-0/+4
* | samples/bpf: Add xdp program on egress for xdp_redirect_mapHangbin Liu2021-01-232-25/+147
* | bpf, docs: Update build procedure for manually compiling LLVM and ClangTiezhu Yang2021-01-232-9/+15
* | samples/bpf: Add BPF_ATOMIC_OP macro for BPF samplesBjörn Töpel2021-01-201-4/+20
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-144-9/+10
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-2/+2
|\
| * Merge tag 'qcom-drivers-for-5.11' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2020-12-091-2/+2
| |\
| | * samples: qmi: Constify static qmi opsRikard Falkeborn2020-11-241-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-12-161-1/+1
|\ \ \
| * \ \ Merge branch 'for-5.11/elecom' into for-linusJiri Kosina2020-12-1643-2853/+2149
| |\ \ \
| * | | | HID: hidraw: Add additional hidraw input/output report ioctls.Dean Camera2020-11-271-1/+1
* | | | | samples/bpf: Fix possible hang in xdpsock with multiple threadsMagnus Karlsson2020-12-101-0/+2
* | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-0443-1070/+739
|\ \ \ \ \
| * | | | | samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King2020-12-031-1/+1
| * | | | | samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek2020-12-034-6/+337
| * | | | | bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin2020-12-0227-133/+0
| * | | | | samples/bpf: Add option to set the busy-poll budgetBjörn Töpel2020-12-011-0/+5
| * | | | | samples/bpf: Add busy-poll support to xdpsockBjörn Töpel2020-12-011-7/+33
| * | | | | samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel2020-12-011-14/+12
| * | | | | samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel2020-12-011-4/+4
| * | | | | samples: bpf: Remove bpf_load loader completelyDaniel T. Lee2020-11-264-731/+5
| * | | | | samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-11-262-0/+2
| * | | | | samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-262-24/+60
| * | | | | samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee2020-11-263-31/+68
| * | | | | samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-262-28/+75
| * | | | | samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee2020-11-263-22/+62
| * | | | | samples: bpf: Refactor hbm program with libbpfDaniel T. Lee2020-11-265-72/+78
| * | | | | samples/bpf: Increment Tx stats at sendingMagnus Karlsson2020-11-171-3/+3
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-033-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge tag 'trace-v5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-013-0/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | samples/ftrace: Mark my_tramp[12]? globalSami Tolvanen2020-11-303-0/+4
| | | |/ / | | |/| |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-142-180/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | samples/bpf: Remove unused test_ipip.shHangbin Liu2020-11-101-179/+0
| * | | | samples/bpf: Remove duplicate include in hbmMenglong Dong2020-11-101-1/+0
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-065-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | samples/bpf: Set rlimit for memlock to infinity in all samplesToke Høiland-Jørgensen2020-10-275-5/+5
| |/ /
* / / misc: mic: remove the MIC driversSudeep Dutt2020-10-287-2376/+0
|/ /
* | bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-4/+4