summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorLines
2020-10-07samples: configfs: don't use spaces before tabsBartosz Golaszewski-1/+1
2020-10-07samples: configfs: consolidate local variables of the same typeBartosz Golaszewski-2/+1
2020-10-07samples: configfs: don't reinitialize variables which are already zeroedBartosz Golaszewski-2/+0
2020-10-07samples: configfs: replace simple_strtoul() with kstrtoint()Bartosz Golaszewski-20/+9
2020-10-07samples: configfs: fix alignment in item structBartosz Golaszewski-1/+1
2020-10-07samples: configfs: drop unnecessary ternary operatorsBartosz Golaszewski-5/+5
2020-10-07samples: configfs: remove redundant newlinesBartosz Golaszewski-6/+0
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus-1/+119
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus-10/+103
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus-54/+69
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song-1/+2
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song-1/+10
2020-10-02misc: vop: add round_up(x,4) for vring_size to avoid kernel panicSherry Sun-2/+2
2020-10-02samples: mpssd: fix the build errors when enable DEBUG in mpssd.cSherry Sun-10/+10
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann-9/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-19/+37
2020-09-22nitro_enclaves: Add sample for ioctl interface usageAndra Paraschiv-0/+901
2020-09-19samples/bpf: Fix test_map_in_map on s390Ilya Leoshkevich-4/+3
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie-1/+2
2020-09-14samples/bpf: Add quiet option to xdpsockMagnus Karlsson-5/+14
2020-09-14samples/bpf: Fix possible deadlock in xdpsockMagnus Karlsson-0/+1
2020-09-14samples/bpf: Fix one packet sending in xdpsockMagnus Karlsson-0/+8
2020-09-10docs: trace: fix the location of kprobes.rstMauro Carvalho Chehab-2/+2
2020-09-10samples: vfio-mdev/mbochs: fix common struct sg_table related issuesMarek Szyprowski-1/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreDaniel T. Lee-0/+1
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Daniel T. Lee-10/+10
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesWeqaar Janjua-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockMagnus Karlsson-8/+14
2020-08-31samples/bpf: Add new sample xsk_fwd.cCristian Dumitrescu-0/+1088
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfDaniel T. Lee-93/+192
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfDaniel T. Lee-118/+272
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileDaniel T. Lee-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-20tracing: switch to kernel_clone()Christian Brauner-2/+2
2020-08-20kprobes: switch to kernel_clone()Christian Brauner-3/+3
2020-08-18samples: bpf: Fix broken bpf programs due to removed symbolDaniel T. Lee-3/+3
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-27/+12
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yMasahiro Yamada-27/+12
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-246/+620
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelIlya Leoshkevich-8/+24
2020-07-16samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapLorenzo Bianconi-22/+178
2020-07-16samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopLorenzo Bianconi-9/+27
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-208/+392
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus-2/+85
2020-07-10bpf: Fix fds_example SIGSEGV errorWenbo Zhang-1/+2
2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hHuacai Chen-1/+1
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee-147/+196