index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-11-21
bpf: adding support for map in map in libbpf
Nikita V. Shirokov
2018-11-21
bpf: libbpf: don't specify prog name if kernel doesn't support it
Stanislav Fomichev
2018-11-21
bpf: libbpf: remove map name retry from bpf_create_map_xattr
Stanislav Fomichev
2018-11-21
bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilities
Stanislav Fomichev
2018-11-21
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
2018-11-21
bpf: fix a libbpf loader issue
Yonghong Song
2018-11-20
bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not defined
Yonghong Song
2018-11-20
Merge branch 'btf-func-info'
Alexei Starovoitov
2018-11-20
tools/bpf: bpftool: add support for func types
Yonghong Song
2018-11-20
tools/bpf: enhance test_btf file testing to test func info
Yonghong Song
2018-11-20
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
Yonghong Song
2018-11-20
tools/bpf: do not use pahole if clang/llvm can generate BTF sections
Yonghong Song
2018-11-20
tools/bpf: add support to read .BTF.ext sections
Yonghong Song
2018-11-20
tools/bpf: extends test_btf to test load/retrieve func_type info
Yonghong Song
2018-11-20
tools/bpf: add new fields for program load in lib/bpf
Yonghong Song
2018-11-20
tools/bpf: sync kernel uapi bpf.h header to tools directory
Yonghong Song
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
2018-11-20
tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
Martin KaFai Lau
2018-11-20
tools/bpf: Sync kernel btf.h header
Martin KaFai Lau
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
2018-11-20
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
2018-11-20
Merge branch 'bpf-zero-hash-seed'
Daniel Borkmann
2018-11-20
tools: add selftest for BPF_F_ZERO_SEED
Lorenz Bauer
2018-11-20
tools: sync linux/bpf.h
Lorenz Bauer
2018-11-20
bpf: move BPF_F_QUERY_EFFECTIVE after map flags
Lorenz Bauer
2018-11-20
bpf: allow zero-initializing hash map seed
Lorenz Bauer
2018-11-20
bpf: libbpf: retry map creation without the name
Stanislav Fomichev
2018-11-16
bpf: fix null pointer dereference on pointer offload
Colin Ian King
2018-11-16
bpftool: make libbfd optional
Stanislav Fomichev
2018-11-16
Merge branch 'socket-lookup-cg_sock'
Alexei Starovoitov
2018-11-16
selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addr
Andrey Ignatov
2018-11-16
bpf: Support socket lookup in CGROUP_SOCK_ADDR progs
Andrey Ignatov
2018-11-16
bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
Andrey Ignatov
2018-11-16
bpf: Remove unused variable in nsim_bpf
Nathan Chancellor
2018-11-16
bpf: libbpf: Fix bpf_program__next() API
Martin KaFai Lau
2018-11-16
selftests/bpf: Fix uninitialized duration warning
Joe Stringer
2018-11-10
Merge branch 'narrow-loads'
Alexei Starovoitov
2018-11-10
selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addr
Andrey Ignatov
2018-11-10
selftests/bpf: Test narrow loads with off > 0 in test_verifier
Andrey Ignatov
2018-11-10
bpf: Allow narrow loads with offset > 0
Andrey Ignatov
2018-11-10
Merge branch 'bpftool-flow-dissector'
Alexei Starovoitov
2018-11-10
bpftool: support loading flow dissector
Stanislav Fomichev
2018-11-10
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
2018-11-10
bpftool: add loadall command
Stanislav Fomichev
2018-11-10
libbpf: add internal pin_name
Stanislav Fomichev
2018-11-10
libbpf: bpf_program__pin: add special case for instances.nr == 1
Stanislav Fomichev
2018-11-10
libbpf: cleanup after partial failure in bpf_object__pin
Stanislav Fomichev
2018-11-10
selftests/bpf: rename flow dissector section to flow_dissector
Stanislav Fomichev
2018-11-10
Merge branch 'device-ops-as-cb'
Alexei Starovoitov
2018-11-10
bpf: do not pass netdev to translate() and prepare() offload callbacks
Quentin Monnet
[next]