summaryrefslogtreecommitdiffstats
path: root/samples
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-161-0/+22
* bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov2015-04-161-10/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-1517-19/+716
|\
| * tc: bpf: add checksum helpersAlexei Starovoitov2015-04-063-0/+79
| * bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-171-0/+9
| * samples: bpf: add skb->field examples and testsAlexei Starovoitov2015-03-155-16/+101
| * ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann2015-03-011-1/+3
| * ebpf: remove kernel test stubsDaniel Borkmann2015-03-011-2/+3
| * samples/pktgen: Show the results rather than just commenting where they areBen Hutchings2015-02-238-16/+8
| * samples/pktgen: Trap SIGINTBen Hutchings2015-02-238-0/+8
| * samples/pktgen: Use bash as interpreterBen Hutchings2015-02-238-8/+8
| * samples/pktgen: Remove setting of obsolete max_before_softirq parameterBen Hutchings2015-02-238-18/+0
| * samples/pktgen: Correct comments about the thread configBen Hutchings2015-02-238-8/+9
| * samples/pktgen: Delete unused function pg()Ben Hutchings2015-02-238-40/+0
| * samples/pktgen: Add sample scripts for pktgen facilityBen Hutchings2015-02-238-0/+578
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-1416-12/+779
|\ \
| * | samples/bpf: Add kmem_alloc()/free() tracker toolAlexei Starovoitov2015-04-023-0/+127
| * | samples/bpf: Add IO latency analysis (iosnoop/heatmap) toolAlexei Starovoitov2015-04-023-0/+243
| * | samples/bpf: Add counting example for kfree_skb() function calls and the writ...Alexei Starovoitov2015-04-023-0/+185
| * | samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov2015-04-0210-12/+224
| |/
* | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-04-141-2/+82
|\ \
| * | tracing/samples: Update the trace-event-sample.h with TRACE_DEFINE_ENUM()Steven Rostedt (Red Hat)2015-04-081-1/+63
| * | tracing: Update trace-event-sample with TRACE_SYSTEM_VAR documentationSteven Rostedt (Red Hat)2015-04-081-1/+19
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-142-1/+7
|\ \
| | \
| | \
| *-. \ Merge branches 'for-4.0/upstream-fixes', 'for-4.1/genius', 'for-4.1/huion-ucl...Jiri Kosina2015-04-1310-17/+510
| |\ \ \ | | | |/ | | |/|
| | | * HID: samples/hidraw: make it possible to select devicePavel Machek2015-03-152-1/+7
| | |/ | |/|
* | | samples/kobject: be explicit in the module licenseGreg Kroah-Hartman2015-03-252-2/+2
* | | samples/kobject: Use kstrtoint instead of sscanfRastislav Barlik2015-03-252-6/+22
| |/ |/|
* | samples/seccomp: improve label helperKees Cook2015-02-172-1/+9
* | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2015-02-122-14/+394
|\ \
| * | tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT()Steven Rostedt (Red Hat)2015-02-092-0/+88
| * | tracing: Add TRACE_EVENT_FN exampleSteven Rostedt (Red Hat)2015-02-092-0/+95
| * | tracing: Add TRACE_EVENT_CONDITION sampleSteven Rostedt (Red Hat)2015-02-092-0/+61
| * | tracing: Update the TRACE_EVENT fields available in the sample codeSteven Rostedt (Red Hat)2015-02-092-14/+150
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-02-104-1/+100
|\ \ \ | |_|/ |/| |
| * | livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2015-02-042-3/+3
| * | livepatch: samples: fix usage example commentsJosh Poimboeuf2014-12-241-1/+5
| * | livepatch: samples: add sample live patching moduleSeth Jennings2014-12-224-1/+96
| |/
* | samples: bpf: relax test_maps checkAlexei Starovoitov2015-01-261-2/+2
|/
* samples: bpf: large eBPF program in CAlexei Starovoitov2014-12-053-0/+263
* samples: bpf: trivial eBPF program in CAlexei Starovoitov2014-12-054-1/+89
* samples: bpf: elf_bpf file loaderAlexei Starovoitov2014-12-053-0/+267
* samples: bpf: example of stateful socket filteringAlexei Starovoitov2014-12-054-0/+144
* bpf: remove test map scaffolding and user proper typesAlexei Starovoitov2014-11-181-7/+7
* bpf: add a testsuite for eBPF mapsAlexei Starovoitov2014-11-184-3/+296
* samples: bpf: add a verifier test and summary lineAlexei Starovoitov2014-10-301-1/+45
* bpf: fix bug in eBPF verifierAlexei Starovoitov2014-10-211-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-084-0/+956
|\
| * bpf: add tests to verifier testsuiteAlexei Starovoitov2014-10-011-0/+130
| * bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-264-0/+826
OpenPOWER on IntegriCloud