aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-08-21tools: bpftool: add "bpftool map freeze" subcommandQuentin Monnet
2019-08-21tools: bpftool: show frozen status for mapsQuentin Monnet
2019-08-21bpf: sync bpf.h to tools/Peter Wu
2019-08-21libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk
2019-08-20tools: bpftool: implement "bpftool btf show|list"Quentin Monnet
2019-08-20libbpf: add bpf_btf_get_next_id() to cycle through BTF objectsQuentin Monnet
2019-08-20libbpf: refactor bpf_*_get_next_id() functionsQuentin Monnet
2019-08-20tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet
2019-08-17selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev
2019-08-17bpf: sync bpf.h to tools/Stanislav Fomichev
2019-08-17selftests/bpf: fix race in test_tcp_rtt testPetar Penkov
2019-08-17libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko
2019-08-17libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson
2019-08-15tools: bpftool: move "__printf()" attributes to header fileQuentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in detect_common_prefix()Quentin Monnet
2019-08-15tools: bpftool: fix format string for p_err() in query_flow_dissector()Quentin Monnet
2019-08-15tools: bpftool: fix argument for p_err() in BTF do_dump()Quentin Monnet
2019-08-15tools: bpftool: fix format strings and arguments for jsonw_printf()Quentin Monnet
2019-08-15tools: bpftool: fix arguments for p_err() in do_event_pipe()Quentin Monnet
2019-08-15libbpf: make libbpf.map source of truth for libbpf versionAndrii Nakryiko
2019-08-15tools: bpftool: add documentation for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add bash-completion for net attach/detachDaniel T. Lee
2019-08-15tools: bpftool: add net detach command to detach XDP on interfaceDaniel T. Lee
2019-08-15tools: bpftool: add net attach command to attach XDP on interfaceDaniel T. Lee
2019-08-14tools: bpftool: compile with $(EXTRA_WARNINGS)Quentin Monnet
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2019-08-13libbpf: attempt to load kernel BTF from sysfs firstAndrii Nakryiko
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov
2019-08-13tools: bpftool: add feature check for zlibPeter Wu
2019-08-12tools: bpftool: fix reading from /proc/config.gzPeter Wu
2019-08-09tc-testing: added tdc tests for matchall filterRoman Mashak
2019-08-09selftests: Fix detection of nettest command in fcnal-testDavid Ahern
2019-08-08selftests: Add l2tp testsDavid Ahern
2019-08-07tools/bpf: fix core_reloc.c compilation errorYonghong Song
2019-08-07selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs nesting testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko
2019-08-07selftests/bpf: add CO-RE relocs testing setupAndrii Nakryiko
2019-08-07selftests/bpf: add BPF_CORE_READ relocatable read macroAndrii Nakryiko
2019-08-07libbpf: implement BPF CO-RE offset relocation algorithmAndrii Nakryiko
2019-08-07libbpf: add .BTF.ext offset relocation section loadingAndrii Nakryiko
2019-08-07libbpf: convert libbpf code to use new btf helpersAndrii Nakryiko
2019-08-07libbpf: add helpers for working with BTF typesAndrii Nakryiko
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev