aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-01-20samples/bpf: Use consistent include paths for libbpfToke Høiland-Jørgensen
2020-01-20samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen
2020-01-17livepatch: Handle allocation failure in the sample of shadow variable APIPetr Mladek
2020-01-17livepatch/samples/selftest: Use klp_shadow_alloc() API correctlyPetr Mladek
2020-01-17livepatch/sample: Use the right type for the leaking data pointerPetr Mladek
2020-01-16devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-02samples/seccomp: Zero out members based on seccomp_notif_sizesSargun Dhillon
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-21samples/trace_printk: Wait for IRQ work to finishSven Schnelle
2019-12-20samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer
2019-12-20samples/bpf: xdpsock: Add option to specify transmit fill patternJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify tx packet sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify number of packets to sendJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add option to specify batch sizeJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Use common code to handle signal and main exitJay Jayatheerthan
2019-12-20samples/bpf: xdpsock: Add duration option to specify how long to runJay Jayatheerthan
2019-12-16samples/bpf: Attach XDP programs in driver mode by defaultToke Høiland-Jørgensen
2019-12-16samples/bpf: Set -fno-stack-protector when building BPF programsToke Høiland-Jørgensen
2019-12-16samples/bpf: Add missing -lz to TPROGS_LDLIBSToke Høiland-Jørgensen
2019-12-16samples/bpf: Reintroduce missed build targetsPrashant Bhole
2019-12-11samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee
2019-12-11samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee
2019-12-04samples/bpf: Fix broken xdp_rxq_info due to map order assumptionsJesper Dangaard Brouer
2019-11-27Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-22tracing: Sample module to demonstrate kernel access to Ftrace instances.Divya Indi
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-15samples/bpf: Add missing option to xdpsock usageAndre Guedes
2019-11-15samples/bpf: Remove duplicate option from xdpsockAndre Guedes
2019-11-15ftrace/selftests: Fix spelling mistake "wakeing" -> "waking"Colin Ian King
2019-11-14ftrace/samples: Add a sample module that implements modify_ftrace_direct()Steven Rostedt (VMware)
2019-11-13ftrace: Add another example of register_ftrace_direct() use caseSteven Rostedt (VMware)
2019-11-13ftrace: Add sample module that uses register_ftrace_direct()Steven Rostedt (VMware)
2019-11-11samples/bpf: adjust Makefile and README.rstJesper Dangaard Brouer
2019-11-11Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman
2019-11-10samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson
2019-11-10samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee
2019-11-08samples: bpf: Update outdated error messageDaniel T. Lee
2019-11-02bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann
2019-10-31samples/bpf: fix build by setting HAVE_ATTR_TEST to zeroBjörn Töpel
2019-10-27Merge 5.4-rc5 into char-misc-nextGreg Kroah-Hartman
2019-10-21samples: mei: use hostprogs kbuild constructsTomas Winkler
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller