summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-06-18selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko
2019-06-18selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko
2019-06-18selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko
2019-06-18libbpf: allow specifying map definitions using BTFAndrii Nakryiko
2019-06-18libbpf: split initialization and loading of BTFAndrii Nakryiko
2019-06-18libbpf: identify maps by section index in addition to offsetAndrii Nakryiko
2019-06-18libbpf: refactor map initializationAndrii Nakryiko
2019-06-18libbpf: streamline ELF parsing error-handlingAndrii Nakryiko
2019-06-18libbpf: extract BTF loading logicAndrii Nakryiko
2019-06-18libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko
2019-06-15selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev
2019-06-15bpf/tools: sync bpf.hStanislav Fomichev
2019-06-15bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau
2019-06-15bpf: Sync asm-generic/socket.h to tools/Martin KaFai Lau
2019-06-15libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko
2019-06-15selftests/bpf: signedness bug in enable_all_controllers()Dan Carpenter
2019-06-11bpf: use libbpf_num_possible_cpus internallyHechao Li
2019-06-11selftests/bpf: remove bpf_util.h from BPF C progsHechao Li
2019-06-11bpf: add a new API libbpf_num_possible_cpus()Hechao Li
2019-06-11selftests/bpf : clean up feature/ when make cleanHechao Li
2019-06-10selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko
2019-06-10libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon
2019-06-10tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon
2019-06-10bpf/tools: sync bpf.hJonathan Lemon
2019-06-10bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-05-31selftests/bpf: measure RTT from xdp using xdpingAlan Maguire
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-30selftests/net: add TFO key rotation selftestJason Baron
2019-05-29net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant
2019-05-30libbpf: reduce unnecessary line wrappingAndrii Nakryiko
2019-05-30libbpf: typo and formatting fixesAndrii Nakryiko
2019-05-30libbpf: simplify two pieces of logicAndrii Nakryiko
2019-05-30libbpf: use negative fd to specify missing BTFAndrii Nakryiko
2019-05-30libbpf: fix error code returned on corrupted ELFAndrii Nakryiko
2019-05-30libbpf: check map name retrieved from ELFAndrii Nakryiko
2019-05-30libbpf: simplify endianness checkAndrii Nakryiko
2019-05-30libbpf: preserve errno before calling into user callbackAndrii Nakryiko
2019-05-30libbpf: fix detection of corrupted BPF instructions sectionAndrii Nakryiko
2019-05-29Merge tag 'linux-kselftest-5.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-29libbpf: prevent overwriting of log_level in bpf_object__load_progs()Quentin Monnet
2019-05-29selftests/bpf: fix compilation error for flow_dissector.cAlan Maguire
2019-05-28selftests/net: ipv6 flowlabelWillem de Bruijn
2019-05-28selftests: pmtu: Fix encapsulating device in pmtu_vti6_link_change_mtuStefano Brivio
2019-05-28selftests/bpf: add auto-detach testRoman Gushchin
2019-05-28selftests/bpf: enable all available cgroup v2 controllersRoman Gushchin
2019-05-28selftests/bpf: convert test_cgrp2_attach2 example into kselftestRoman Gushchin
2019-05-28selftests/bpf: fail test_tunnel.sh if subtests failStanislav Fomichev
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet