| 2024-04-11 | Alexei Starovoitov | Merge branch 'bpf-add-bpf_link-support-for-sk_msg-and... | commit | commitdiff | tree | snapshot | 
| 2024-04-11 | Yonghong Song | selftests/bpf: Add some tests with new bpf_program__att... | commit | commitdiff | tree | snapshot | 
| 2024-04-11 | Yonghong Song | selftests/bpf: Refactor out helper functions for a... | commit | commitdiff | tree | snapshot | 
| 2024-04-11 | Yonghong Song | bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP | commit | commitdiff | tree | snapshot | 
| 2024-04-11 | Yonghong Song | libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP | commit | commitdiff | tree | snapshot | 
| 2024-04-11 | Yonghong Song | bpf: Add bpf_link support for sk_msg and sk_skb progs | commit | commitdiff | tree | snapshot | 
| 2024-04-09 | Alexei Starovoitov | selftests/bpf: Add tests for atomics in bpf_arena. | commit | commitdiff | tree | snapshot | 
| 2024-04-09 | Alexei Starovoitov | bpf: Add support for certain atomics in bpf_arena to... | commit | commitdiff | tree | snapshot | 
| 2024-04-08 | Jason Xing | selftests/bpf: eliminate warning of get_cgroup_id_from_... | commit | commitdiff | tree | snapshot | 
| 2024-04-06 | Andrii Nakryiko | Merge branch 'libbpf-api-to-partially-consume-items... | commit | commitdiff | tree | snapshot | 
| 2024-04-06 | Andrea Righi | libbpf: Add ring__consume_n / ring_buffer__consume_n | commit | commitdiff | tree | snapshot | 
| 2024-04-06 | Andrea Righi | libbpf: ringbuf: Allow to consume up to a certain amoun... | commit | commitdiff | tree | snapshot | 
| 2024-04-06 | Andrea Righi | libbpf: Start v1.5 development cycle | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Andrii Nakryiko | Merge branch 'bpf-allow-invoking-kfuncs-from-bpf_prog_t... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | David Vernet | selftests/bpf: Verify calling core kfuncs from BPF_PROG... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | David Vernet | bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Dave Thaler | bpf, docs: Editorial nits in instruction-set.rst | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Kui-Feng Lee | selftests/bpf: Make sure libbpf doesn't enforce the... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Alexei Starovoitov | Merge branch 'bpf-allow-bpf_for_each_map_elem-helper... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Philo Lu | selftests/bpf: add test for bpf_for_each_map_elem(... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Philo Lu | bpf: allow invoking bpf_for_each_map_elem with differen... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Philo Lu | bpf: store both map ptr and state in bpf_insn_aux_data | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Arnd Bergmann | bpf: fix perf_snapshot_branch_stack link failure | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Andrii Nakryiko | selftests/bpf: add fp-leaking precise subprog result... | commit | commitdiff | tree | snapshot | 
| 2024-04-05 | Andrii Nakryiko | bpf: prevent r10 register from being marked as precise | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Anton Protopopov | bpf: Pack struct bpf_fib_lookup | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Sahil Siddiq | bpftool: Mount bpffs on provided dir instead of parent dir | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Alexei Starovoitov | Merge branch 'inline-bpf_get_branch_snapshot-bpf-helper' | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Andrii Nakryiko | bpf: inline bpf_get_branch_snapshot() helper | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Andrii Nakryiko | bpf: make bpf_get_branch_snapshot() architecture-agnostic | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Puranjay Mohan | bpf, riscv: Implement bpf_addr_space_cast instruction | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Puranjay Mohan | bpf, riscv: Implement PROBE_MEM32 pseudo instructions | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Alexei Starovoitov | bpf: Optimize emit_mov_imm64(). | commit | commitdiff | tree | snapshot | 
| 2024-04-04 | Andrii Nakryiko | bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Alexei Starovoitov | Merge branch 'add-internal-only-bpf-per-cpu-instruction' | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Andrii Nakryiko | bpf: inline bpf_map_lookup_elem() helper for PERCPU_HAS... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Andrii Nakryiko | bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Andrii Nakryiko | bpf: inline bpf_get_smp_processor_id() helper | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Andrii Nakryiko | bpf: add special internal-only MOV instruction to resol... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Justin Stitt | bpf: Replace deprecated strncpy with strscpy | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Tushar Vyavahare | selftests/xsk: Add new test case for AF_XDP under max... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Tushar Vyavahare | selftests/xsk: Test AF_XDP functionality under minimal... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Tushar Vyavahare | selftests/xsk: Introduce set_ring_size function with... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Tushar Vyavahare | selftests/bpf: Implement set_hw_ring_size function... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Tushar Vyavahare | selftests/bpf: Implement get_hw_ring_size function... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Tushar Vyavahare | selftests/xsk: Make batch size variable | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Tushar Vyavahare | tools: Add ethtool.h header to tooling infra | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Alexei Starovoitov | Merge branch 'bpf-arm64-add-support-for-bpf-arena' | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Puranjay Mohan | bpf: Add arm64 JIT support for bpf_addr_space_cast... | commit | commitdiff | tree | snapshot | 
| 2024-04-03 | Puranjay Mohan | bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instr... | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Geliang Tang | selftests/bpf: Add pid limit for mptcpify prog | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Tobias Böhm | libbpf: Use local bpf_helpers.h include | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Jose Fernandez | bpf: Improve program stats run-time calculation | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Pu Lehui | selftests/bpf: Skip test when perf_event_open returns... | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Andrii Nakryiko | bpftool: Use __typeof__() instead of typeof() in BPF... | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Yonghong Song | selftests/bpf: Using llvm may_goto inline asm for cond_... | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Anton Protopopov | bpf: Add a verbose message if map limit is reached | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | David Lechner | bpf: Fix typo in uapi doc comments | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Rameez Rehman | bpftool: Clean-up typos, punctuation, list formatting... | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Rameez Rehman | bpftool: Remove useless emphasis on command description... | commit | commitdiff | tree | snapshot | 
| 2024-04-02 | Rameez Rehman | bpftool: Use simpler indentation in source rST for... | commit | commitdiff | tree | snapshot | 
| 2024-03-30 | Andrii Nakryiko | selftests/bpf: make multi-uprobe tests work in RELEASE... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Alexei Starovoitov | bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie. | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Martin KaFai Lau | Merge branch 'Use start_server and connect_fd_to_fd' | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Geliang Tang | selftests/bpf: Drop settimeo in do_test | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Geliang Tang | selftests/bpf: Use connect_fd_to_fd in bpf_tcp_ca | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Martin KaFai Lau | bpf: Mark bpf prog stack with kmsan_unposion_memory... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Alexei Starovoitov | Merge branch 'bpf-fix-a-couple-of-test-failures-with... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | selftests/bpf: Add a kprobe_multi subtest to use addrs... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | selftests/bpf: Fix kprobe_multi_bench_attach test failu... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | selftests/bpf: Add {load,search}_kallsyms_custom_local() | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | selftests/bpf: Refactor trace helper func load_kallsyms... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | selftests/bpf: Refactor some functions for kprobe_multi... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | libbpf: Handle <orig_name>.llvm.<hash> symbol properly | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | libbpf: Mark libbpf_kallsyms_parse static function | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yonghong Song | selftests/bpf: Replace CHECK with ASSERT macros for... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Martin KaFai Lau | selftests/bpf: Test loading bpf-tcp-cc prog calling... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Martin KaFai Lau | bpf: Remove CONFIG_X86 and CONFIG_DYNAMIC_FTRACE guard... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Yafang Shao | bpf: Mitigate latency spikes associated with freeing... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Alexei Starovoitov | Merge branch 'bench-fast-in-kernel-triggering-benchmarks' | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Andrii Nakryiko | selftests/bpf: add batched tp/raw_tp/fmodret tests | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Andrii Nakryiko | bpf: add bpf_modify_return_test_tp() kfunc triggering... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Andrii Nakryiko | selftests/bpf: lazy-load trigger bench BPF programs | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Andrii Nakryiko | selftests/bpf: remove syscall-driven benchs, keep sysca... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Andrii Nakryiko | selftests/bpf: add batched, mostly in-kernel BPF trigge... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Andrii Nakryiko | selftests/bpf: rename and clean up userspace-triggered... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Haiyue Wang | bpf,arena: Use helper sizeof_field in struct accessors | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Mykyta Yatsenko | bpf: improve error message for unsupported helper | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Anton Protopopov | bpf: Add a check for struct bpf_fib_lookup size | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Anton Protopopov | selftests/bpf: Add BPF_FIB_LOOKUP_MARK tests | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Anton Protopopov | bpf: Add support for passing mark with bpf_fib_lookup | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Jakub Kicinski | Merge branch 'ravb-support-describing-the-mdio-bus' | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Niklas Söderlund | ravb: Add support for an optional MDIO mode | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Niklas Söderlund | dt-bindings: net: renesas,etheravb: Add optional MDIO... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Jakub Kicinski | Merge branch 'doc-netlink-specs-add-vlan-support' | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Hangbin Liu | doc/netlink/specs: Add vlan attr in rt_link spec | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Hangbin Liu | ynl: support hex display_hint for integer | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Jakub Kicinski | Merge branch 'selftests-fixes-for-kernel-ci' | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Petr Machata | selftests: forwarding: Add a test for testing lib.sh... | commit | commitdiff | tree | snapshot | 
| 2024-03-29 | Petr Machata | selftests: forwarding: router_mpath_nh_lib: Don't skip... | commit | commitdiff | tree | snapshot | 
| next |