summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2016-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-06samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov
2016-08-04samples/kretprobe: fix the wrong typeHuang Shijie
2016-08-04samples/kretprobe: convert the printk to pr_info/pr_errHuang Shijie
2016-08-04samples/jprobe: convert the printk to pr_info/pr_errHuang Shijie
2016-08-04samples/kprobe: convert the printk to pr_info/pr_errHuang Shijie
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-25samples/bpf: Add test/example of using bpf_probe_write_user bpf helperSargun Dhillon
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2016-07-20samples: Add an IPv6 '-6' option to the pktgen scriptsMartin KaFai Lau
2016-07-20bpf: make xdp sample variable names more meaningfulBrenden Blanco
2016-07-19bpf: add sample for xdp forwarding and rewriteBrenden Blanco
2016-07-19Add sample for adding simple drop program to linkBrenden Blanco
2016-07-19kprobes: Add arm64 case in kprobe example moduleSandeepa Prabhu
2016-07-14pktgen: remove sample script pktgen.conf-1-1-rdosJesper Dangaard Brouer
2016-07-14pktgen: add sample script pktgen_sample05_flow_per_thread.shJesper Dangaard Brouer
2016-07-14pktgen: add sample script pktgen_sample04_many_flows.shJesper Dangaard Brouer
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil
2016-07-08[media] v4l2-pci-skeleton: set q->dev instead of allocating a contextHans Verkuil
2016-07-07samples/seccomp: Add standalone config optionOlof Johansson
2016-07-04net: samples: pktgen mode samples/tests for qdisc layerJohn Fastabend
2016-07-01cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau
2016-06-25samples/bpf: set max locked memory to ulimitedWilliam Tu
2016-06-20tracing: Add trace_printk sample codeSteven Rostedt (Red Hat)
2016-05-20samples/kprobes: print out the symbol name for the hooksHuang Shijie
2016-05-20samples/kprobes: add a new module parameterHuang Shijie
2016-05-20kprobes: add the "tls" argument for j_do_forkHuang Shijie
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds
2016-05-18Merge tag 'rpmsg-v4.7' of git://github.com/andersson/remoteprocLinus Torvalds
2016-05-18Merge tag 'media/v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-09[media] samples: v4l: from Documentation to samples directoryArnd Bergmann
2016-05-06samples/bpf: add verifier testsAlexei Starovoitov
2016-05-06samples/bpf: add 'pointer to packet' testsAlexei Starovoitov
2016-05-06rpmsg: use module_rpmsg_driver in existing drivers and examplesAndrew F. Davis
2016-05-06rpmsg: drop owner assignment from rpmsg_driversAndrew F. Davis
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer
2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer
2016-04-29samples/bpf: add a README file to get users startedJesper Dangaard Brouer
2016-04-29samples/bpf: Makefile verify LLVM compiler avail and bpf target is supportedJesper Dangaard Brouer
2016-04-29samples/bpf: add back functionality to redefine LLC commandJesper Dangaard Brouer
2016-04-28samples/bpf: fix trace_output exampleAlexei Starovoitov
2016-04-28samples: v4l: from Documentation to samples directoryArnd Bergmann
2016-04-28samples: connector: from Documentation to samples directoryArnd Bergmann
2016-04-14bpf, samples: add test cases for raw stackDaniel Borkmann