summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: helper to pop data from messagesJohn Fastabend2018-11-284-6/+209
* Merge branch 'libbpf-versioning-doc'Alexei Starovoitov2018-11-278-8/+287
|\
| * libbpf: Document API and ABI conventionsAndrey Ignatov2018-11-271-0/+139
| * libbpf: Verify versioned symbolsAndrey Ignatov2018-11-271-1/+18
| * libbpf: Add version script for DSOAndrey Ignatov2018-11-272-1/+124
| * libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-275-6/+6
|/
* Merge branch 'non-jit-btf-func_info'Alexei Starovoitov2018-11-276-76/+55Star
|\
| * tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song2018-11-271-30/+3Star
| * bpf: btf: support proper non-jit func infoYonghong Song2018-11-275-46/+52
|/
* bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller2018-11-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-2663-596/+4208
|\
| * bpf: align map type names formatting.David Calavera2018-11-261-23/+23
| * bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King2018-11-261-1/+1
| * bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev2018-11-261-2/+1Star
| * bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-mapDavid Calavera2018-11-232-1/+4
| * samples: bpf: fix: error handling regarding kprobe_eventsDaniel T. Lee2018-11-231-9/+24
| * libbpf: make bpf_object__open default to UNSPECNikita V. Shirokov2018-11-231-4/+4
| * bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-234-0/+60
| * tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King2018-11-221-2/+2
| * bpf, lpm: make longest_prefix_match() fasterEric Dumazet2018-11-221-10/+49
| * Merge branch 'bpf-libbpf-mapinmap'Daniel Borkmann2018-11-215-7/+177
| |\
| | * bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-213-1/+141
| | * bpf: adding support for map in map in libbpfNikita V. Shirokov2018-11-212-6/+36
| |/
| * bpf: libbpf: don't specify prog name if kernel doesn't support itStanislav Fomichev2018-11-211-1/+2
| * bpf: libbpf: remove map name retry from bpf_create_map_xattrStanislav Fomichev2018-11-212-11/+3Star
| * bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilitiesStanislav Fomichev2018-11-211-0/+58
| * libbpf: make sure bpf headers are c++ include-ableStanislav Fomichev2018-11-215-3/+56
| * bpf: fix a libbpf loader issueYonghong Song2018-11-211-1/+1
| * bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not definedYonghong Song2018-11-211-0/+14
| * Merge branch 'btf-func-info'Alexei Starovoitov2018-11-2027-173/+2317
| |\
| | * tools/bpf: bpftool: add support for func typesYonghong Song2018-11-205-0/+230
| | * tools/bpf: enhance test_btf file testing to test func infoYonghong Song2018-11-203-13/+136
| | * tools/bpf: refactor to implement btf_get_from_id() in lib/bpfYonghong Song2018-11-203-66/+72
| | * tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-202-0/+16
| | * tools/bpf: add support to read .BTF.ext sectionsYonghong Song2018-11-204-15/+442
| | * tools/bpf: extends test_btf to test load/retrieve func_type infoYonghong Song2018-11-201-3/+329
| | * tools/bpf: add new fields for program load in lib/bpfYonghong Song2018-11-202-0/+8
| | * tools/bpf: sync kernel uapi bpf.h header to tools directoryYonghong Song2018-11-201-0/+13
| | * bpf: Introduce bpf_func_infoYonghong Song2018-11-208-8/+209
| | * tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau2018-11-202-2/+476
| | * tools/bpf: Sync kernel btf.h headerMartin KaFai Lau2018-11-201-3/+15
| | * bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTOMartin KaFai Lau2018-11-202-53/+354
| | * bpf: btf: Break up btf_type_is_void()Martin KaFai Lau2018-11-201-15/+22
| |/
| * Merge branch 'bpf-zero-hash-seed'Daniel Borkmann2018-11-204-17/+82
| |\
| | * tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer2018-11-201-9/+55
| | * tools: sync linux/bpf.hLorenz Bauer2018-11-201-3/+10
| | * bpf: move BPF_F_QUERY_EFFECTIVE after map flagsLorenz Bauer2018-11-201-3/+3
| | * bpf: allow zero-initializing hash map seedLorenz Bauer2018-11-202-2/+14
| |/
| * bpf: libbpf: retry map creation without the nameStanislav Fomichev2018-11-201-1/+10
| * bpf: fix null pointer dereference on pointer offloadColin Ian King2018-11-171-2/+3