Age | Commit message (Expand) | Author |
2023-02-16 | bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich |
2023-02-16 | libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich |
2023-02-16 | libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich |
2023-02-15 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin |
2023-02-15 | selftest/bpf/benchs: Add benchmark for hashmap lookups | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Print less if the quiet option is set | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Make quiet option common | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Remove an unused header | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Enhance argp parsing | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update | Anton Protopopov |
2023-02-15 | selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update | Anton Protopopov |
2023-02-15 | selftests/bpf: Add test case for element reuse in htab map | Hou Tao |
2023-02-15 | selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZERO | Eduard Zingerman |
2023-02-15 | selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM | Eduard Zingerman |
2023-02-15 | bpf: track immediate values written to stack by BPF_ST instruction | Eduard Zingerman |
2023-02-15 | selftests/bpf: Fix map_kptr test. | Alexei Starovoitov |
2023-02-15 | selftests/bpf: Cross-compile bpftool | Björn Töpel |
2023-02-15 | selftests/bpf: Fix build error for LoongArch | Tiezhu Yang |
2023-02-13 | selftests/bpf: Clean up dynptr prog_tests | Joanne Koong |
2023-02-13 | selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param tests | Joanne Koong |
2023-02-13 | selftests/bpf: Add rbtree selftests | Dave Marchevsky |
2023-02-13 | bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h | Dave Marchevsky |
2023-02-13 | bpf: Special verifier handling for bpf_rbtree_{remove, first} | Dave Marchevsky |
2023-02-13 | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky |
2023-02-13 | bpf: Migrate release_on_unlock logic to non-owning ref semantics | Dave Marchevsky |
2023-02-13 | selftests/bpf: Fix out-of-srctree build | Ilya Leoshkevich |
2023-02-10 | Daniel Borkmann says: | Jakub Kicinski |
2023-02-10 | libbpf: Fix alen calculation in libbpf_nla_dump_errormsg() | Ilya Leoshkevich |
2023-02-10 | selftests/bpf: Attach to fopen()/fclose() in attach_probe | Ilya Leoshkevich |
2023-02-10 | selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach | Ilya Leoshkevich |
2023-02-10 | selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf | Ilya Leoshkevich |
2023-02-10 | selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGS | Ilya Leoshkevich |
2023-02-10 | tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support | Ilya Leoshkevich |
2023-02-10 | selftests/bpf: Quote host tools | Ilya Leoshkevich |
2023-02-09 | self-tests: introduce self-tests for RPS default mask | Paolo Abeni |
2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-02-09 | tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets | Jiri Olsa |
2023-02-09 | Merge tag 'net-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-02-09 | selftests: forwarding: lib: quote the sysctl values | Hangbin Liu |
2023-02-08 | selftests: Fix failing VXLAN VNI filtering test | Ido Schimmel |
2023-02-08 | libbpf: Add sample_period to creation options | Jon Doron |
2023-02-08 | selftests: mptcp: stop tests earlier | Matthieu Baerts |
2023-02-08 | selftests: mptcp: allow more slack for slow test-case | Paolo Abeni |
2023-02-07 | libbpf: Always use libbpf_err to return an error in bpf_xdp_query() | Lorenzo Bianconi |
2023-02-07 | tools/resolve_btfids: Tidy HOST_OVERRIDES | Ian Rogers |
2023-02-07 | tools/resolve_btfids: Compile resolve_btfids as host program | Jiri Olsa |
2023-02-07 | selftests: ocelot: tc_flower_chains: make test_vlan_ingress_modify() more com... | Vladimir Oltean |
2023-02-06 | selftests/bpf: Fix spelling mistake "detecion" -> "detection" | Colin Ian King |
2023-02-06 | libbpf: Correctly set the kernel code version in Debian kernel. | Hao Xiang |
2023-02-06 | selftests: forwarding: bridge_mdb_max: Add a new selftest | Petr Machata |