aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-13Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina
2015-04-08tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM()Steven Rostedt (Red Hat)
2015-04-08tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentationSteven Rostedt (Red Hat)
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov
2015-04-02samples/bpf: Add kmem_alloc()/free() tracker toolAlexei Starovoitov
2015-04-02samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolAlexei Starovoitov
2015-04-02samples/bpf: Add counting example for kfree_skb() function calls and the writ...Alexei Starovoitov
2015-04-02samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov
2015-03-25samples/kobject: be explicit in the module licenseGreg Kroah-Hartman
2015-03-25samples/kobject: Use kstrtoint instead of sscanfRastislav Barlik
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov
2015-03-15samples: bpf: add skb->field examples and testsAlexei Starovoitov
2015-03-15HID: samples/hidraw: make it possible to select devicePavel Machek
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann
2015-02-23samples/pktgen: Show the results rather than just commenting where they areBen Hutchings
2015-02-23samples/pktgen: Trap SIGINTBen Hutchings
2015-02-23samples/pktgen: Use bash as interpreterBen Hutchings
2015-02-23samples/pktgen: Remove setting of obsolete max_before_softirq parameterBen Hutchings
2015-02-23samples/pktgen: Correct comments about the thread configBen Hutchings
2015-02-23samples/pktgen: Delete unused function pg()Ben Hutchings
2015-02-23samples/pktgen: Add sample scripts for pktgen facilityBen Hutchings
2015-02-17samples/seccomp: improve label helperKees Cook
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-02-09tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT()Steven Rostedt (Red Hat)
2015-02-09tracing: Add TRACE_EVENT_FN exampleSteven Rostedt (Red Hat)
2015-02-09tracing: Add TRACE_EVENT_CONDITION sampleSteven Rostedt (Red Hat)
2015-02-09tracing: Update the TRACE_EVENT fields available in the sample codeSteven Rostedt (Red Hat)
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf
2015-01-26samples: bpf: relax test_maps checkAlexei Starovoitov
2014-12-24livepatch: samples: fix usage example commentsJosh Poimboeuf
2014-12-22livepatch: samples: add sample live patching moduleSeth Jennings
2014-12-05samples: bpf: large eBPF program in CAlexei Starovoitov
2014-12-05samples: bpf: trivial eBPF program in CAlexei Starovoitov
2014-12-05samples: bpf: elf_bpf file loaderAlexei Starovoitov
2014-12-05samples: bpf: example of stateful socket filteringAlexei Starovoitov
2014-11-18bpf: remove test map scaffolding and user proper typesAlexei Starovoitov
2014-11-18bpf: add a testsuite for eBPF mapsAlexei Starovoitov
2014-10-30samples: bpf: add a verifier test and summary lineAlexei Starovoitov
2014-10-21bpf: fix bug in eBPF verifierAlexei Starovoitov
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-01bpf: add tests to verifier testsuiteAlexei Starovoitov
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov