aboutsummaryrefslogtreecommitdiff
path: root/samples/bpf
AgeCommit message (Expand)Author
2015-08-12bpf: fix build warnings and add function read_trace_pipe()Kaixu Xia
2015-08-09samples/bpf: example of get selected PMU counter valueKaixu Xia
2015-07-27ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell
2015-07-08samples: bpf: enable trace samples for s390xMichael Holzheu
2015-06-23bpf: BPF based latency tracingDaniel Wagner
2015-06-15bpf: introduce current->pid, tgid, uid, gid, comm accessorsAlexei Starovoitov
2015-06-07bpf: allow programs to write to certain skb fieldsAlexei Starovoitov
2015-06-07bpf: make programs see skb->data == L2 for ingress and egressAlexei Starovoitov
2015-05-21samples/bpf: bpf_tail_call example for networkingAlexei Starovoitov
2015-05-21samples/bpf: bpf_tail_call example for tracingAlexei Starovoitov
2015-05-12samples/bpf: fix in-source build of samples with clangBrenden Blanco
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-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-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov
2015-03-15samples: bpf: add skb->field examples and testsAlexei Starovoitov
2015-03-01ebpf: export BPF_PSEUDO_MAP_FD to uapiDaniel Borkmann
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann
2015-01-26samples: bpf: relax test_maps checkAlexei Starovoitov
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-01bpf: add tests to verifier testsuiteAlexei Starovoitov
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov