Age | Commit message (Expand) | Author | Files | Lines |
2023-02-22 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 180 | -1853/+7206 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2023-02-18 | selftests/bpf: Add bpf_fib_lookup test | Martin KaFai Lau | 2 | -0/+209 |
2023-02-17 | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES" | Martin KaFai Lau | 1 | -4/+3 |
2023-02-17 | selftests/bpf: Add global subprog context passing tests | Andrii Nakryiko | 2 | -0/+106 |
2023-02-17 | selftests/bpf: Convert test_global_funcs test to test_loader framework | Andrii Nakryiko | 18 | -123/+174 |
2023-02-17 | Fix typos in selftest/bpf files | Taichi Nishimura | 10 | -13/+13 |
2023-02-17 | selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 34 | -101/+109 |
2023-02-16 | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES | Alexander Lobakin | 1 | -3/+4 |
2023-02-16 | selftest/bpf/benchs: Add benchmark for hashmap lookups | Anton Protopopov | 4 | -1/+354 |
2023-02-16 | selftest/bpf/benchs: Print less if the quiet option is set | Anton Protopopov | 1 | -2/+4 |
2023-02-16 | selftest/bpf/benchs: Make quiet option common | Anton Protopopov | 4 | -15/+8 |
2023-02-16 | selftest/bpf/benchs: Remove an unused header | Anton Protopopov | 1 | -1/+0 |
2023-02-16 | selftest/bpf/benchs: Enhance argp parsing | Anton Protopopov | 8 | -10/+51 |
2023-02-16 | selftest/bpf/benchs: Make a function static in bpf_hashmap_full_update | Anton Protopopov | 1 | -1/+1 |
2023-02-16 | selftest/bpf/benchs: Fix a typo in bpf_hashmap_full_update | Anton Protopopov | 2 | -2/+2 |
2023-02-16 | selftests/bpf: Add test case for element reuse in htab map | Hou Tao | 2 | -0/+120 |
2023-02-15 | selftests/bpf: check if BPF_ST with variable offset preserves STACK_ZERO | Eduard Zingerman | 1 | -0/+30 |
2023-02-15 | selftests/bpf: check if verifier tracks constants spilled by BPF_ST_MEM | Eduard Zingerman | 1 | -0/+37 |
2023-02-15 | bpf: track immediate values written to stack by BPF_ST instruction | Eduard Zingerman | 1 | -46/+64 |
2023-02-15 | selftests/bpf: Fix map_kptr test. | Alexei Starovoitov | 1 | -5/+7 |
2023-02-15 | selftests/bpf: Cross-compile bpftool | Björn Töpel | 1 | -4/+26 |
2023-02-14 | selftests/bpf: Clean up dynptr prog_tests | Joanne Koong | 1 | -11/+7 |
2023-02-14 | selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param tests | Joanne Koong | 6 | -197/+58 |
2023-02-14 | selftests/bpf: Add rbtree selftests | Dave Marchevsky | 5 | -0/+716 |
2023-02-14 | bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h | Dave Marchevsky | 1 | -0/+24 |
2023-02-14 | bpf: Special verifier handling for bpf_rbtree_{remove, first} | Dave Marchevsky | 1 | -0/+37 |
2023-02-14 | bpf: Add basic bpf_rb_{root,node} support | Dave Marchevsky | 1 | -6/+6 |
2023-02-14 | bpf: Migrate release_on_unlock logic to non-owning ref semantics | Dave Marchevsky | 3 | -41/+63 |
2023-02-13 | selftests/bpf: Fix out-of-srctree build | Ilya Leoshkevich | 1 | -2/+0 |
2023-02-11 | Daniel Borkmann says: | Jakub Kicinski | 44 | -195/+1425 |
2023-02-11 | selftests/bpf: Attach to fopen()/fclose() in attach_probe | Ilya Leoshkevich | 2 | -10/+11 |
2023-02-11 | selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach | Ilya Leoshkevich | 2 | -14/+16 |
2023-02-11 | selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf | Ilya Leoshkevich | 1 | -2/+5 |
2023-02-11 | selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGS | Ilya Leoshkevich | 1 | -1/+2 |
2023-02-11 | selftests/bpf: Quote host tools | Ilya Leoshkevich | 1 | -3/+4 |
2023-02-07 | selftests/bpf: Fix spelling mistake "detecion" -> "detection" | Colin Ian King | 1 | -1/+1 |
2023-02-03 | selftests/bpf: introduce XDP compliance test tool | Lorenzo Bianconi | 6 | -2/+1105 |
2023-02-03 | selftests/bpf: add test for bpf_xdp_query xdp-features support | Lorenzo Bianconi | 2 | -1/+34 |
2023-02-03 | selftests/bpf: Use semicolon instead of comma in test_verifier.c | Tiezhu Yang | 1 | -2/+2 |
2023-02-03 | selftests/bpf: Initialize tc in xdp_synproxy | Ilya Leoshkevich | 1 | -0/+1 |
2023-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -18/+99 |
2023-02-02 | selftests/bpf: Remove duplicate include header in xdp_hw_metadata | Ye Xingchen | 1 | -1/+0 |
2023-02-02 | selftests/bpf: Don't refill on completion in xdp_metadata | Stanislav Fomichev | 1 | -3/+2 |
2023-02-02 | selftests/bpf: xdp_hw_metadata use strncpy for ifname | Jesper Dangaard Brouer | 1 | -2/+2 |
2023-02-02 | selftests/bpf: xdp_hw_metadata correct status value in error(3) | Jesper Dangaard Brouer | 1 | -14/+14 |
2023-02-02 | selftests/bpf: xdp_hw_metadata cleanup cause segfault | Jesper Dangaard Brouer | 1 | -1/+1 |
2023-02-02 | selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP | Jesper Dangaard Brouer | 1 | -1/+5 |
2023-02-02 | selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.c | Jesper Dangaard Brouer | 1 | -1/+1 |
2023-02-02 | selftests/bpf: Add testcase for static kfunc with unused arg | David Vernet | 2 | -0/+12 |