index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-10-12
samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm
Ivan Khoronzhuk
2019-10-12
samples/bpf: Use own EXTRA_CFLAGS for clang commands
Ivan Khoronzhuk
2019-10-12
samples/bpf: Use --target from cross-compile
Ivan Khoronzhuk
2019-10-12
samples/bpf: Fix cookie_uid_helper_example obj build
Ivan Khoronzhuk
2019-10-12
samples/bpf: Fix HDR_PROBE "echo"
Ivan Khoronzhuk
2019-10-11
libbpf: Handle invalid typedef emitted by old GCC
Andrii Nakryiko
2019-10-11
libbpf: Generate more efficient BPF_CORE_READ code
Andrii Nakryiko
2019-10-11
xdp: Trivial, fix spelling in function description
Anton Ivanov
2019-10-11
bpf: Fix cast to pointer from integer of different size warning
Andrii Nakryiko
2019-10-11
selftests/bpf: Check that flow dissector can be re-attached
Jakub Sitnicki
2019-10-11
flow_dissector: Allow updating the flow dissector program atomically
Jakub Sitnicki
2019-10-11
bpf: Align struct bpf_prog_stats
Eric Dumazet
2019-10-11
Merge branch 'bpf-romap-known-scalars'
Daniel Borkmann
2019-10-11
selftests/bpf: Add read-only map values propagation tests
Andrii Nakryiko
2019-10-11
bpf: Track contents of read-only maps as scalars
Andrii Nakryiko
2019-10-09
scripts/bpf: Fix xdp_md forward declaration typo
Andrii Nakryiko
2019-10-09
libbpf: Fix passing uninitialized bytes to setsockopt
Ilya Maximets
2019-10-09
Merge branch 'btf2c-padding'
Alexei Starovoitov
2019-10-09
selftests/bpf: Fix btf_dump padding test case
Andrii Nakryiko
2019-10-09
selftests/bpf: Convert test_btf_dump into test_progs test
Andrii Nakryiko
2019-10-09
libbpf: Fix struct end padding in btf_dump
Andrii Nakryiko
2019-10-08
Merge branch 'bpf-libbpf-helpers'
Daniel Borkmann
2019-10-08
selftests/bpf: Add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests
Andrii Nakryiko
2019-10-08
libbpf: Add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
Andrii Nakryiko
2019-10-08
libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf
Andrii Nakryiko
2019-10-08
selftests/bpf: Split off tracing-only helpers into bpf_tracing.h
Andrii Nakryiko
2019-10-08
selftests/bpf: Adjust CO-RE reloc tests for new bpf_core_read() macro
Andrii Nakryiko
2019-10-08
selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h
Andrii Nakryiko
2019-10-08
selftests/bpf: Undo GCC-specific bpf_helpers.h changes
Andrii Nakryiko
2019-10-07
samples: bpf: Add max_pckt_size option at xdp_adjust_tail
Daniel T. Lee
2019-10-07
Merge branch 'enforce-global-flow-dissector'
Alexei Starovoitov
2019-10-07
selftests/bpf: add test for BPF flow dissector in the root namespace
Stanislav Fomichev
2019-10-07
bpf/flow_dissector: add mode to enforce global BPF flow dissector
Stanislav Fomichev
2019-10-07
samples/bpf: Trivial - fix spelling mistake in usage
Anton Ivanov
2019-10-07
bpftool: Fix bpftool build by switching to bpf_object__open_file()
Andrii Nakryiko
2019-10-07
selftests/bpf: Fix dependency ordering for attach_probe test
Andrii Nakryiko
2019-10-06
Merge branch 'autogen-bpf-helpers'
Alexei Starovoitov
2019-10-06
libbpf: auto-generate list of BPF helper definitions
Andrii Nakryiko
2019-10-06
scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions
Andrii Nakryiko
2019-10-06
uapi/bpf: fix helper docs
Andrii Nakryiko
2019-10-05
libbpf: Add cscope and tags targets to Makefile
Toke Høiland-Jørgensen
2019-10-05
Merge branch 'libbpf-api'
Alexei Starovoitov
2019-10-05
selftests/bpf: switch tests to new bpf_object__open_{file, mem}() APIs
Andrii Nakryiko
2019-10-05
libbpf: fix bpf_object__name() to actually return object name
Andrii Nakryiko
2019-10-05
libbpf: add bpf_object__open_{file, mem} w/ extensible opts
Andrii Nakryiko
2019-10-05
libbpf: stop enforcing kern_version, populate it for users
Andrii Nakryiko
2019-10-05
libbpf: Fix BTF-defined map's __type macro handling of arrays
Andrii Nakryiko
2019-10-04
bpf: Add loop test case with 32 bit reg comparison against 0
Daniel Borkmann
2019-10-04
bpf, x86: Small optimization in comparing against imm0
Daniel Borkmann
2019-10-03
selftests/bpf: Correct path to include msg + path
Ivan Khoronzhuk
[next]