summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan2019-12-201-14/+59
| | * | | | samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan2019-12-201-23/+29
| | * | | | samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan2019-12-201-2/+7
| | * | | | samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan2019-12-201-2/+35
| | * | | | samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen2019-12-1611-12/+58
| | * | | | samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen2019-12-161-0/+1
| | * | | | samples/bpf: Add missing -lz to TPROGS_LDLIBSToke Høiland-Jørgensen2019-12-161-1/+1
| | * | | | samples/bpf: Reintroduce missed build targetsPrashant Bhole2019-12-161-0/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2020-01-273-17/+30
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | livepatch: Handle allocation failure in the sample of shadow variable APIPetr Mladek2020-01-171-6/+16
| * | | | livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek2020-01-171-3/+6
| * | | | livepatch/sample: Use the right type for the leaking data pointerPetr Mladek2020-01-173-10/+10
* | | | | 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