summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun1-2/+2
2020-10-02samples: mpssd: fix the build errors when enable DEBUG in mpssd.cSherry Sun1-10/+10
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann1-9/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-19/+37
2020-09-22nitro_enclaves: Add sample for ioctl interface usageAndra Paraschiv3-0/+901
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich1-4/+3
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie1-1/+2
2020-09-15samples/bpf: Add quiet option to xdpsockMagnus Karlsson1-5/+14
2020-09-15samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson1-0/+1
2020-09-15samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson1-0/+8
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab2-2/+2
2020-09-10samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski1-1/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee1-0/+1
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee4-10/+10
2020-09-01samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua1-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson1-8/+14
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu2-0/+1088
2020-08-25samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee7-93/+192
2020-08-25samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee11-118/+272
2020-08-25samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-20tracing: switch to kernel_clone()Christian Brauner1-2/+2
2020-08-20kprobes: switch to kernel_clone()Christian Brauner1-3/+3
2020-08-19samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee3-3/+3
2020-08-10Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds12-27/+12
2020-08-09kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada12-27/+12
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds14-246/+620
2020-08-05Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2-2/+2
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich4-8/+24
2020-07-16samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi2-22/+178
2020-07-16samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi1-9/+27
2020-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-208/+392
2020-07-14samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus1-2/+85
2020-07-11bpf: Fix fds_example SIGSEGV errorWenbo Zhang1-1/+2
2020-07-10PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen1-1/+1
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee2-147/+196
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee3-49/+91
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee3-9/+18
2020-07-04samples/vfs: avoid warning in statx overrideKees Cook1-0/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-21/+7
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+5
2020-06-21samples: watch_queue: build sample program for target architectureMasahiro Yamada2-7/+5
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-6/+18
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab2-2/+2
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-21/+7
2020-06-17sample-trace-array: Remove trace_array 'sample-instance'Kefeng Wang1-1/+5
2020-06-17sample-trace-array: Fix sleeping function called from invalid contextKefeng Wang1-5/+13
2020-06-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh3-21/+7