aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateGravatar Daniel Borkmann 1-9/+11
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 7-19/+37
2020-09-19samples/bpf: Fix test_map_in_map on s390Gravatar Ilya Leoshkevich 1-4/+3
2020-09-14samples/bpf: Add quiet option to xdpsockGravatar Magnus Karlsson 1-5/+14
2020-09-14samples/bpf: Fix possible deadlock in xdpsockGravatar Magnus Karlsson 1-0/+1
2020-09-14samples/bpf: Fix one packet sending in xdpsockGravatar Magnus Karlsson 1-0/+8
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2020-09-04samples, bpf: Add xsk_fwd test file to .gitignoreGravatar Daniel T. Lee 1-0/+1
2020-09-04samples, bpf: Replace bpf_program__title() with bpf_program__section_name()Gravatar Daniel T. Lee 4-10/+10
2020-08-31samples/bpf: Fix to xdpsock to avoid recycling framesGravatar Weqaar Janjua 1-5/+5
2020-08-31samples/bpf: Optimize l2fwd performance in xdpsockGravatar Magnus Karlsson 1-8/+14
2020-08-31samples/bpf: Add new sample xsk_fwd.cGravatar Cristian Dumitrescu 2-0/+1088
2020-08-24samples: bpf: Refactor tracepoint tracing programs with libbpfGravatar Daniel T. Lee 7-93/+192
2020-08-24samples: bpf: Refactor kprobe tracing programs with libbpfGravatar Daniel T. Lee 11-118/+272
2020-08-24samples: bpf: Cleanup bpf_load.o from MakefileGravatar Daniel T. Lee 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-18samples: bpf: Fix broken bpf programs due to removed symbolGravatar Daniel T. Lee 3-3/+3
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 12-27/+12
2020-08-10kbuild: introduce hostprogs-always-y and userprogs-always-yGravatar Masahiro Yamada 12-27/+12
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 14-246/+620
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2020-07-21samples/bpf, selftests/bpf: Use bpf_probe_read_kernelGravatar Ilya Leoshkevich 4-8/+24
2020-07-16samples/bpf: xdp_redirect_cpu: Load a eBPF program on cpumapGravatar Lorenzo Bianconi 2-22/+178
2020-07-16samples/bpf: xdp_redirect_cpu_user: Do not update bpf maps in option loopGravatar Lorenzo Bianconi 1-9/+27
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 8-208/+392
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockGravatar Ciara Loftus 1-2/+85
2020-07-10bpf: Fix fds_example SIGSEGV errorGravatar Wenbo Zhang 1-1/+2
2020-07-09PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.hGravatar Huacai Chen 1-1/+1
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfGravatar Daniel T. Lee 2-147/+196
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfGravatar Daniel T. Lee 3-49/+91
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventGravatar Daniel T. Lee 3-9/+18
2020-07-03samples/vfs: avoid warning in statx overrideGravatar Kees Cook 1-0/+2
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-21/+7
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-7/+5
2020-06-22samples: watch_queue: build sample program for target architectureGravatar Masahiro Yamada 2-7/+5
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-6/+18
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingGravatar Mauro Carvalho Chehab 2-2/+2
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-21/+7
2020-06-16sample-trace-array: Remove trace_array 'sample-instance'Gravatar Kefeng Wang 1-1/+5
2020-06-16sample-trace-array: Fix sleeping function called from invalid contextGravatar Kefeng Wang 1-5/+13
2020-06-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGravatar Gaurav Singh 3-21/+7
2020-06-15samples: mei: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-06-13binderfs: add gitignore for generated sample programGravatar Linus Torvalds 1-0/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 4-8/+6
2020-06-13watch_queue: add gitignore for generated sample programGravatar Linus Torvalds 1-0/+1
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-0/+201
2020-06-11samples: binderfs: really compile this sample and fix build issuesGravatar Masahiro Yamada 4-8/+6
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 14-116/+59
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 26-222/+479