aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)AuthorFilesLines
2019-12-04samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsGravatar Jesper Dangaard Brouer 1-3/+3
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 8-0/+424
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-6/+14
2019-11-22tracing: Sample module to demonstrate kernel access to Ftrace instances.Gravatar Divya Indi 5-0/+226
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 21-228/+339
2019-11-15samples/bpf: Add missing option to xdpsock usageGravatar Andre Guedes 1-0/+2
2019-11-15samples/bpf: Remove duplicate option from xdpsockGravatar Andre Guedes 1-1/+0
2019-11-15ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Gravatar Colin Ian King 1-1/+1
2019-11-14ftrace/samples: Add a sample module that implements modify_ftrace_direct()Gravatar Steven Rostedt (VMware) 2-0/+89
2019-11-13ftrace: Add another example of register_ftrace_direct() use caseGravatar Steven Rostedt (VMware) 2-0/+52
2019-11-13ftrace: Add sample module that uses register_ftrace_direct()Gravatar Steven Rostedt (VMware) 4-0/+57
2019-11-11samples/bpf: adjust Makefile and README.rstGravatar Jesper Dangaard Brouer 2-9/+7
2019-11-11Merge 5.4-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 1-0/+1
2019-11-10samples/bpf: Use Rx-only and Tx-only sockets in xdpsockGravatar Magnus Karlsson 1-12/+29
2019-11-10samples/bpf: Add XDP_SHARED_UMEM support to xdpsockGravatar Magnus Karlsson 4-42/+135
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+1
2019-11-08samples: bpf: update map definition to new syntax BTF-defined mapGravatar Daniel T. Lee 12-178/+178
2019-11-08samples: bpf: Update outdated error messageGravatar Daniel T. Lee 5-7/+7
2019-11-02bpf, samples: Use bpf_probe_read_user where appropriateGravatar Daniel Borkmann 3-5/+5
2019-10-31samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroGravatar Björn Töpel 1-0/+1
2019-10-27Merge 5.4-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 2-1/+13
2019-10-21samples: mei: use hostprogs kbuild constructsGravatar Tomas Winkler 3-6/+14
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-1/+13
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 25-123/+278
2019-10-12samples/bpf: Add preparation steps and sysroot info to readmeGravatar Ivan Khoronzhuk 1-5/+36
2019-10-12samples/bpf: Add sysroot supportGravatar Ivan Khoronzhuk 1-0/+5
2019-10-12samples/bpf: Provide C/LDFLAGS to libbpfGravatar Ivan Khoronzhuk 1-1/+2
2019-10-12samples/bpf: Use target CC environment for HDR_PROBEGravatar Ivan Khoronzhuk 1-3/+2
2019-10-12samples/bpf: Use own flags but not HOSTCFLAGSGravatar Ivan Khoronzhuk 1-2/+4
2019-10-12samples/bpf: Base target programs rules on Makefile.targetGravatar Ivan Khoronzhuk 1-66/+69
2019-10-12samples/bpf: Add makefile.target for separate CC target buildGravatar Ivan Khoronzhuk 1-0/+75
2019-10-12samples/bpf: Drop unnecessarily inclusion for bpf_loadGravatar Ivan Khoronzhuk 1-1/+1
2019-10-12samples/bpf: Use __LINUX_ARM_ARCH__ selector for armGravatar Ivan Khoronzhuk 1-0/+8
2019-10-12samples/bpf: Use own EXTRA_CFLAGS for clang commandsGravatar Ivan Khoronzhuk 1-4/+5
2019-10-12samples/bpf: Use --target from cross-compileGravatar Ivan Khoronzhuk 1-1/+1
2019-10-12samples/bpf: Fix cookie_uid_helper_example obj buildGravatar Ivan Khoronzhuk 1-1/+0
2019-10-12samples/bpf: Fix HDR_PROBE "echo"Gravatar Ivan Khoronzhuk 1-1/+1
2019-10-08libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfGravatar Andrii Nakryiko 1-1/+1
2019-10-08selftests/bpf: Split off tracing-only helpers into bpf_tracing.hGravatar Andrii Nakryiko 13-0/+13
2019-10-08selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hGravatar Andrii Nakryiko 8-33/+37
2019-10-07samples: bpf: Add max_pckt_size option at xdp_adjust_tailGravatar Daniel T. Lee 2-11/+25
2019-10-07samples/bpf: Trivial - fix spelling mistake in usageGravatar Anton Ivanov 1-1/+1
2019-10-07samples: pktgen: allow to specify destination IP range (CIDR)Gravatar Daniel T. Lee 10-12/+55
2019-10-07samples: pktgen: add helper functions for IP(v4/v6) CIDR parsingGravatar Daniel T. Lee 1-3/+134
2019-10-07samples: pktgen: fix proc_cmd command result check logicGravatar Daniel T. Lee 1-6/+11
2019-10-07samples: pktgen: make variable consistent with optionGravatar Daniel T. Lee 8-44/+44
2019-10-03samples/bpf: Add a workaround for asm_inlineGravatar KP Singh 1-1/+12
2019-10-03samples/bpf: Fix build for task_fd_query_user.cGravatar Björn Töpel 1-0/+1
2019-09-22Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 1-4/+6
2019-09-20Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-31/+8