projects
/
linux.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
samples/bpf: Fix application of sizeof to pointer
[linux.git]
/
tools
/
2021-10-20
Quentin Monnet
bpftool: Remove useless #include to <perf-sys.h> from...
tree
|
commitdiff
2021-10-20
Wan Jiabing
selftests/bpf: Remove duplicated include in cgroup_helpers
tree
|
commitdiff
2021-10-20
Dave Marchevsky
libbpf: Migrate internal use of bpf_program__get_prog_i...
tree
|
commitdiff
2021-10-19
Andrii Nakryiko
Merge branch 'fixes for bpftool's Makefile'
tree
|
commitdiff
2021-10-19
Quentin Monnet
bpftool: Turn check on zlib from a phony target into...
tree
|
commitdiff
2021-10-19
Quentin Monnet
bpftool: Do not FORCE-build libbpf
tree
|
commitdiff
2021-10-19
Quentin Monnet
bpftool: Fix install for libbpf's internal header(s)
tree
|
commitdiff
2021-10-19
Quentin Monnet
libbpf: Remove Makefile warnings on out-of-sync netlink...
tree
|
commitdiff
2021-10-19
Yonghong Song
bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG
tree
|
commitdiff
2021-10-09
Ilya Leoshkevich
selftests/bpf: Skip verifier tests that fail to load...
tree
|
commitdiff
2021-10-08
Andrii Nakryiko
Merge branch 'selftests/bpf: Add parallelism to test_progs'
tree
|
commitdiff
2021-10-08
Yucong Sun
selfetest/bpf: Make some tests serial
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Fix pid check in fexit_sleep test
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Adding pid filtering for atomics test
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Make cgroup_v1v2 use its own port
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Fix race condition in enable_stats
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Add per worker cgroup suffix
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Allow some tests to be executed in sequence
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Add parallelism to test_progs
tree
|
commitdiff
2021-10-08
Andrii Nakryiko
Merge branch 'add support for writable bare tracepoint'
tree
|
commitdiff
2021-10-08
Hou Tao
bpf/selftests: Add test for writable bare tracepoint
tree
|
commitdiff
2021-10-08
Hou Tao
libbpf: Support detecting and attaching of writable...
tree
|
commitdiff
2021-10-08
Andrii Nakryiko
Merge branch 'install libbpf headers when using the...
tree
|
commitdiff
2021-10-08
Quentin Monnet
bpftool: Add install-bin target to install binary only
tree
|
commitdiff
2021-10-08
Quentin Monnet
selftests/bpf: Better clean up for runqslower in test_b...
tree
|
commitdiff
2021-10-08
Quentin Monnet
tools/runqslower: Install libbpf headers when building
tree
|
commitdiff
2021-10-08
Quentin Monnet
tools/resolve_btfids: Install libbpf headers when building
tree
|
commitdiff
2021-10-08
Quentin Monnet
bpftool: Install libbpf headers instead of including...
tree
|
commitdiff
2021-10-08
Quentin Monnet
bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>
tree
|
commitdiff
2021-10-08
Quentin Monnet
libbpf: Skip re-installing headers file if source is...
tree
|
commitdiff
2021-10-08
Yucong Sun
selftests/bpf: Fix btf_dump test under new clang
tree
|
commitdiff
2021-10-08
Dave Marchevsky
selftests/bpf: Remove SEC("version") from test progs
tree
|
commitdiff
2021-10-08
Song Liu
selftests/bpf: Skip the second half of get_branch_snaps...
tree
|
commitdiff
2021-10-06
Andrii Nakryiko
Merge branch 'libbpf: Deprecate bpf_{map,program}__...
tree
|
commitdiff
2021-10-06
Hengqi Chen
libbpf: Deprecate bpf_object__unload() API since v0.6
tree
|
commitdiff
2021-10-06
Hengqi Chen
selftests/bpf: Switch to new bpf_object__next_{map...
tree
|
commitdiff
2021-10-06
Hengqi Chen
libbpf: Deprecate bpf_{map,program}__{prev,next} APIs...
tree
|
commitdiff
2021-10-06
Jiri Olsa
selftest/bpf: Switch recursion test to use htab_map_del...
tree
|
commitdiff
2021-10-06
Quentin Monnet
bpf: Use $(pound) instead of \# in Makefiles
tree
|
commitdiff
2021-10-06
Andrii Nakryiko
selftests/bpf: Test new btf__add_btf() API
tree
|
commitdiff
2021-10-06
Andrii Nakryiko
selftests/bpf: Refactor btf_write selftest to reuse...
tree
|
commitdiff
2021-10-06
Andrii Nakryiko
libbpf: Add API that copies all BTF types from one...
tree
|
commitdiff
2021-10-06
Jie Meng
bpf, x64: Save bytes for DIV by reducing reg copies
tree
|
commitdiff
2021-10-06
Alexei Starovoitov
Merge branch 'Support kernel module function calls...
tree
|
commitdiff
2021-10-06
Kumar Kartikeya...
bpf: selftests: Add selftests for module kfunc support
tree
|
commitdiff
2021-10-06
Kumar Kartikeya...
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
tree
|
commitdiff
2021-10-06
Kumar Kartikeya...
libbpf: Resolve invalid weak kfunc calls with imm ...
tree
|
commitdiff
2021-10-06
Kumar Kartikeya...
libbpf: Support kernel module function calls
tree
|
commitdiff
2021-10-06
Kumar Kartikeya...
tools: Allow specifying base BTF file in resolve_btfids
tree
|
commitdiff
2021-10-05
Jakub Kicinski
Merge tag 'for-net-next-2021-10-01' of git://git.kernel...
tree
|
commitdiff
2021-10-04
David S. Miller
Merge branch 'ipv6-ioam-encap'
tree
|
commitdiff
2021-10-04
Justin Iurman
selftests: net: Test for the IOAM encapsulation with...
tree
|
commitdiff
2021-10-02
David S. Miller
Merge branch 'ocelot-vlan'
tree
|
commitdiff
2021-10-02
Vladimir Oltean
selftests: net: mscc: ocelot: add a test for egress...
tree
|
commitdiff
2021-10-02
Vladimir Oltean
selftests: net: mscc: ocelot: rename the VLAN modificat...
tree
|
commitdiff
2021-10-02
Vladimir Oltean
selftests: net: mscc: ocelot: bring up the ports automa...
tree
|
commitdiff
2021-10-02
Jakub Kicinski
Merge https://git.kernel.org/pub/scm/linux/kernel/git...
tree
|
commitdiff
2021-10-01
Andrii Nakryiko
Merge branch 'libbpf: Support uniform BTF-defined key...
tree
|
commitdiff
2021-10-01
Hengqi Chen
selftests/bpf: Use BTF-defined key/value for map defini...
tree
|
commitdiff
2021-10-01
Hengqi Chen
libbpf: Support uniform BTF-defined key/value specifica...
tree
|
commitdiff
2021-10-01
David S. Miller
Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel...
tree
|
commitdiff
2021-09-30
Jakub Kicinski
Merge git://git.kernel.org/pub/scm/linux/kernel/git...
tree
|
commitdiff
2021-09-30
Linus Torvalds
Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub...
tree
|
commitdiff
2021-09-30
Po-Hsu Lin
selftests/bpf: Use kselftest skip code for skipped...
tree
|
commitdiff
2021-09-30
Linus Torvalds
Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kerne...
tree
|
commitdiff
2021-09-30
Linus Torvalds
Merge tag 'for-linus' of git://git.kernel.org/pub/scm...
tree
|
commitdiff
2021-09-30
Kumar Kartikeya...
libbpf: Fix skel_internal.h to set errno on loader...
tree
|
commitdiff
2021-09-29
Toke Høiland-Jørgensen
libbpf: Properly ignore STT_SECTION symbols in legacy...
tree
|
commitdiff
2021-09-29
Alexei Starovoitov
libbpf: Make gen_loader data aligned.
tree
|
commitdiff
2021-09-29
Kumar Kartikeya...
bpf: selftests: Fix fd cleanup in get_branch_snapshot
tree
|
commitdiff
2021-09-29
Linus Torvalds
Merge tag 'sound-5.15-rc4' of git://git.kernel.org...
tree
|
commitdiff
2021-09-29
Linus Torvalds
Merge branch 'linus' of git://git.kernel.org/pub/scm...
tree
|
commitdiff
2021-09-29
Yonghong Song
selftests/bpf: Fix probe_user test failure with clang...
tree
|
commitdiff
2021-09-28
Linus Torvalds
Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org...
tree
|
commitdiff
2021-09-28
Linus Torvalds
Merge tag 'vfio-v5.15-rc4' of git://github.com/awilliam...
tree
|
commitdiff
2021-09-28
Yucong Sun
bpftool: Avoid using "?: " in generated code
tree
|
commitdiff
2021-09-28
Alexei Starovoitov
Merge branch 'libbpf: stricter BPF program section...
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
selftests/bpf: Switch sk_lookup selftests to strict...
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
libbpf: Add opt-in strict BPF program section name...
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
libbpf: Complete SEC() table unification for BPF_APROG_...
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
libbpf: Refactor ELF section handler definitions
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
libbpf: Reduce reliance of attach_fns on sec_def internals
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
libbpf: Refactor internal sec_def handling to enable...
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
selftests/bpf: Normalize all the rest SEC() uses
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
selftests/bpf: Switch SEC("classifier*") usage to a...
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
selftests/bpf: Normalize XDP section names in selftests
tree
|
commitdiff
2021-09-28
Andrii Nakryiko
libbpf: Add "tc" SEC_DEF which is a better name for...
tree
|
commitdiff
2021-09-28
Linus Torvalds
Merge tag 'm68k-for-v5.15-tag3' of git://git.kernel...
tree
|
commitdiff
2021-09-28
Linus Torvalds
Merge tag 'nios2_fixes_for_v5.15_part1' of git://git...
tree
|
commitdiff
2021-09-28
Linus Torvalds
Merge tag 'fsverity-for-linus' of git://git.kernel...
tree
|
commitdiff
2021-09-28
Linus Torvalds
Merge tag 'for_linus' of git://git.kernel.org/pub/scm...
tree
|
commitdiff
2021-09-28
Linus Torvalds
Merge tag 'mmc-v5.15-2' of git://git.kernel.org/pub...
tree
|
commitdiff
2021-09-28
David S. Miller
Merge git://git.kernel.org/pub/scm/linux/kernel/git...
tree
|
commitdiff
2021-09-28
Jiri Benc
selftests, bpf: test_lwt_ip_encap: Really disable rp_filter
tree
|
commitdiff
2021-09-28
Jiri Benc
selftests, bpf: Fix makefile dependencies on libbpf
tree
|
commitdiff
2021-09-28
Kumar Kartikeya...
libbpf: Fix segfault in static linker for objects witho...
tree
|
commitdiff
2021-09-28
Toke Høiland-Jørgensen
libbpf: Ignore STT_SECTION symbols in 'maps' section
tree
|
commitdiff
2021-09-27
Daniel Borkmann
Merge branch 'bpf-xsk-rx-batch'
tree
|
commitdiff
2021-09-27
Magnus Karlsson
selftests: xsk: Add frame_headroom test
tree
|
commitdiff
2021-09-27
Magnus Karlsson
selftests: xsk: Change interleaving of packets in unali...
tree
|
commitdiff
next
This page took
0.101638 seconds
and
7
git commands to generate.