summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | samples: bpf: Fix a spelling typo in do_hbm_test.shMasanari Iida2021-03-151-1/+1
| | |/ /
| * | | samples: pktgen: new append modeIgor Russkikh2021-03-149-50/+101
| * | | samples: pktgen: allow to specify delay parameter via new optIgor Russkikh2021-03-1410-21/+10
| |/ /
* | | vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-123-30/+38
* | | vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-123-3/+3
* | | vfio/mbochs: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-14/+7
* | | vfio/mdpy: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-16/+6
* | | vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-43/+7
* | | vfio/mdev: Fix missing static's on MDEV_TYPE_ATTR'sJason Gunthorpe2021-04-072-10/+10
|/ /
* | 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |