summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-19Merge branch 'bpf-bounded-loops'Daniel Borkmann
2019-06-19bpf: precise scalar_value trackingAlexei Starovoitov
2019-06-19selftests/bpf: add realistic loop testsAlexei Starovoitov
2019-06-19selftests/bpf: add basic verifier tests for loopsAlexei Starovoitov
2019-06-19selftests/bpf: fix testsAlexei Starovoitov
2019-06-19bpf: fix callees pruning callersAlexei Starovoitov
2019-06-19bpf: introduce bounded loopsAlexei Starovoitov
2019-06-19bpf: extend is_branch_taken to registersAlexei Starovoitov
2019-06-19selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov
2019-06-19bpf: track spill/fill of constantsAlexei Starovoitov
2019-06-19libbpf: constify getter APIsAndrii Nakryiko
2019-06-18samples: bpf: refactor header include pathDaniel T. Lee
2019-06-18samples: bpf: remove unnecessary include options in MakefileDaniel T. Lee
2019-06-18Merge branch 'bpf-libbpf-btf-defined-maps'Daniel Borkmann
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-15bpf: Fix build error without CONFIG_INETYueHaibing
2019-06-15selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev
2019-06-15bpf/tools: sync bpf.hStanislav Fomichev
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav 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-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin 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-15samples/bpf: fix include path in MakefilePrashant Bhole
2019-06-12bpf: silence warning messages in coreValdis Klētnieks
2019-06-11Merge branch 'bpf-libbpf-num-cpus'Daniel Borkmann
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-10samples: bpf: don't run probes at the local make stageJakub Kicinski
2019-06-10Merge branch 'xskmap-lookup'Alexei Starovoitov
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-06-07bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin
2019-06-06samples: bpf: print a warning about headers_installJakub Kicinski