summaryrefslogtreecommitdiffstats
path: root/samples
AgeCommit message (Expand)AuthorLines
2019-12-21samples/trace_printk: Wait for IRQ work to finishSven Schnelle-0/+1
2019-12-20samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer-4/+55
2019-12-20samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan-4/+9
2019-12-20samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan-11/+265
2019-12-20samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan-14/+59
2019-12-20samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan-23/+29
2019-12-20samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan-2/+7
2019-12-20samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan-2/+35
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-17/+1
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen-12/+58
2019-12-16samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen-0/+1
2019-12-16samples/bpf: Add missing -lz to TPROGS_LDLIBSToke Høiland-Jørgensen-1/+1
2019-12-16samples/bpf: Reintroduce missed build targetsPrashant Bhole-0/+2
2019-12-11samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee-2/+16
2019-12-11samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee-2/+2
2019-12-10samples: vfio-mdev: constify fb opsJani Nikula-1/+1
2019-12-04samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer-3/+3
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-0/+424
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+14
2019-11-25sample/vfio-mdev/mbocs: Remove dma_buf_k(un)map supportDaniel Vetter-16/+0
2019-11-22tracing: Sample module to demonstrate kernel access to Ftrace instances.Divya Indi-0/+226
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-228/+339
2019-11-15samples/bpf: Add missing option to xdpsock usageAndre Guedes-0/+2
2019-11-15samples/bpf: Remove duplicate option from xdpsockAndre Guedes-1/+0
2019-11-15ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King-1/+1
2019-11-14ftrace/samples: Add a sample module that implements modify_ftrace_direct()Steven Rostedt (VMware)-0/+89
2019-11-13ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)-0/+52
2019-11-13ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)-0/+57
2019-11-11samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer-9/+7
2019-11-11Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman-0/+1
2019-11-10samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson-12/+29
2019-11-10samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson-42/+135
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2019-11-08samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee-178/+178
2019-11-08samples: bpf: Update outdated error messageDaniel T. Lee-7/+7
2019-11-02bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann-5/+5
2019-10-31samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel-0/+1
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman-1/+13
2019-10-21samples: mei: use hostprogs kbuild constructsTomas Winkler-6/+14
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+13
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-123/+278
2019-10-12samples/bpf: Add preparation steps and sysroot info to readmeIvan Khoronzhuk-5/+36
2019-10-12samples/bpf: Add sysroot supportIvan Khoronzhuk-0/+5
2019-10-12samples/bpf: Provide C/LDFLAGS to libbpfIvan Khoronzhuk-1/+2
2019-10-12samples/bpf: Use target CC environment for HDR_PROBEIvan Khoronzhuk-3/+2
2019-10-12samples/bpf: Use own flags but not HOSTCFLAGSIvan Khoronzhuk-2/+4
2019-10-12samples/bpf: Base target programs rules on Makefile.targetIvan Khoronzhuk-66/+69
2019-10-12samples/bpf: Add makefile.target for separate CC target buildIvan Khoronzhuk-0/+75
2019-10-12samples/bpf: Drop unnecessarily inclusion for bpf_loadIvan Khoronzhuk-1/+1
2019-10-12samples/bpf: Use __LINUX_ARM_ARCH__ selector for armIvan Khoronzhuk-0/+8