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