summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon2020-01-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-222-4/+18
|\
| * samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee2019-12-111-2/+16
| * samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee2019-12-111-2/+2
* | samples/trace_printk: Wait for IRQ work to finishSven Schnelle2019-12-211-0/+1
|/
* samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer2019-12-041-3/+3
* Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-278-0/+424
|\
| * tracing: Sample module to demonstrate kernel access to Ftrace instances.Divya Indi2019-11-225-0/+226
| * ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King2019-11-151-1/+1
| * ftrace/samples: Add a sample module that implements modify_ftrace_direct()Steven Rostedt (VMware)2019-11-142-0/+89
| * ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)2019-11-132-0/+52
| * ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)2019-11-134-0/+57
* | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-273-6/+14
|\ \
| * \ Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman2019-11-111-0/+1
| |\ \
| * \ \ Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman2019-10-272-1/+13
| |\ \ \ | | | |/ | | |/|
| * | | samples: mei: use hostprogs kbuild constructsTomas Winkler2019-10-213-6/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-2021-228/+339
|\ \ \ \
| * | | | samples/bpf: Add missing option to xdpsock usageAndre Guedes2019-11-151-0/+2
| * | | | samples/bpf: Remove duplicate option from xdpsockAndre Guedes2019-11-151-1/+0
| * | | | samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson2019-11-101-12/+29
| * | | | samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson2019-11-104-42/+135
| * | | | samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee2019-11-0812-178/+178
| * | | | samples: bpf: Update outdated error messageDaniel T. Lee2019-11-085-7/+7
* | | | | samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer2019-11-112-9/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-0/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel2019-10-311-0/+1
| | |/ | |/|
* | | bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann2019-11-023-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-202-1/+13
|\| |
| * | samples/bpf: Add a workaround for asm_inlineKP Singh2019-10-031-1/+12
| * | samples/bpf: Fix build for task_fd_query_user.cBjörn Töpel2019-10-031-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-1425-123/+278
|\ \
| * | samples/bpf: Add preparation steps and sysroot info to readmeIvan Khoronzhuk2019-10-121-5/+36
| * | samples/bpf: Add sysroot supportIvan Khoronzhuk2019-10-121-0/+5
| * | samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk2019-10-121-1/+2
| * | samples/bpf: Use target CC environment for HDR_PROBEIvan Khoronzhuk2019-10-121-3/+2
| * | samples/bpf: Use own flags but not HOSTCFLAGSIvan Khoronzhuk2019-10-121-2/+4
| * | samples/bpf: Base target programs rules on Makefile.targetIvan Khoronzhuk2019-10-121-66/+69
| * | samples/bpf: Add makefile.target for separate CC target buildIvan Khoronzhuk2019-10-121-0/+75
| * | samples/bpf: Drop unnecessarily inclusion for bpf_loadIvan Khoronzhuk2019-10-121-1/+1
| * | samples/bpf: Use __LINUX_ARM_ARCH__ selector for armIvan Khoronzhuk2019-10-121-0/+8
| * | samples/bpf: Use own EXTRA_CFLAGS for clang commandsIvan Khoronzhuk2019-10-121-4/+5
| * | samples/bpf: Use --target from cross-compileIvan Khoronzhuk2019-10-121-1/+1
| * | samples/bpf: Fix cookie_uid_helper_example obj buildIvan Khoronzhuk2019-10-121-1/+0
| * | samples/bpf: Fix HDR_PROBE "echo"Ivan Khoronzhuk2019-10-121-1/+1
| * | libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpfAndrii Nakryiko2019-10-081-1/+1
| * | selftests/bpf: Split off tracing-only helpers into bpf_tracing.hAndrii Nakryiko2019-10-0813-0/+13
| * | selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.hAndrii Nakryiko2019-10-088-33/+37
| * | samples: bpf: Add max_pckt_size option at xdp_adjust_tailDaniel T. Lee2019-10-072-11/+25
| * | samples/bpf: Trivial - fix spelling mistake in usageAnton Ivanov2019-10-071-1/+1
| |/
* | samples: pktgen: allow to specify destination IP range (CIDR)Daniel T. Lee2019-10-0710-12/+55