| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests/bpf: Add BPF trampoline performance test | Alexei Starovoitov | 2019-11-25 | 2 | -0/+185 |
* | selftests/bpf: Add verifier tests for better jmp32 register bounds | Yonghong Song | 2019-11-25 | 1 | -0/+83 |
* | selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only | Andrii Nakryiko | 2019-11-25 | 2 | -5/+15 |
* | libbpf: Fix bpf_object name determination for bpf_object__open_file() | Andrii Nakryiko | 2019-11-25 | 1 | -1/+1 |
* | libbpf: Support initialized global variables | Andrii Nakryiko | 2019-11-25 | 14 | -33/+28 |
* | libbpf: Fix various errors and warning reported by checkpatch.pl | Andrii Nakryiko | 2019-11-25 | 1 | -17/+21 |
* | libbpf: Refactor relocation handling | Andrii Nakryiko | 2019-11-25 | 1 | -118/+143 |
* | selftests/bpf: Ensure no DWARF relocations for BPF object files | Andrii Nakryiko | 2019-11-25 | 1 | -1/+1 |
* | selftests/bpf: Integrate verbose verifier log into test_progs | Andrii Nakryiko | 2019-11-25 | 4 | -9/+27 |
* | selftests, bpftool: Skip the build test if not in tree | Jakub Kicinski | 2019-11-25 | 1 | -0/+4 |
* | selftests, bpftool: Set EXIT trap after usage function | Quentin Monnet | 2019-11-25 | 1 | -13/+13 |
* | tools, bpf: Fix build for 'make -s tools/bpf O=<dir>' | Quentin Monnet | 2019-11-25 | 1 | -0/+6 |
* | tools, bpftool: Fix warning on ignored return value for 'read' | Quentin Monnet | 2019-11-25 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2019-11-23 | 2 | -3/+8 |
|\ |
|
| * | Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2019-11-21 | 2 | -3/+8 |
| |\ |
|
| | * | tools: gpio: Correctly add make dependencies for gpio_utils | Laura Abbott | 2019-11-13 | 2 | -3/+8 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-21 | 58 | -340/+2225 |
|\ \ \ |
|
| * | | | selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32 | Andrii Nakryiko | 2019-11-20 | 1 | -0/+7 |
| * | | | libbpf: Fix call relocation offset calculation bug | Andrii Nakryiko | 2019-11-20 | 4 | -8/+12 |
| * | | | net-af_xdp: Use correct number of channels from ethtool | Luigi Rizzo | 2019-11-19 | 1 | -3/+8 |
| * | | | selftests, bpf: Workaround an alu32 sub-register spilling issue | Yonghong Song | 2019-11-18 | 1 | -1/+3 |
| * | | | selftests, bpf: Fix test_tc_tunnel hanging | Jiri Benc | 2019-11-18 | 1 | -0/+5 |
| * | | | selftests, bpf: xdping is not meant to be run standalone | Jiri Benc | 2019-11-18 | 1 | -2/+2 |
| * | | | selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests | Andrii Nakryiko | 2019-11-18 | 3 | -18/+292 |
| * | | | libbpf: Make global data internal arrays mmap()-able, if possible | Andrii Nakryiko | 2019-11-18 | 1 | -2/+30 |
| * | | | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY | Andrii Nakryiko | 2019-11-18 | 1 | -0/+3 |
| * | | | selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog | Alexei Starovoitov | 2019-11-15 | 2 | -0/+167 |
| * | | | selftests/bpf: Extend test_pkt_access test | Alexei Starovoitov | 2019-11-15 | 1 | -2/+36 |
| * | | | libbpf: Add support for attaching BPF programs to other BPF programs | Alexei Starovoitov | 2019-11-15 | 5 | -17/+71 |
| * | | | selftests/bpf: Add stress test for maximum number of progs | Alexei Starovoitov | 2019-11-15 | 1 | -0/+76 |
| * | | | selftests/bpf: Add combined fentry/fexit test | Alexei Starovoitov | 2019-11-15 | 1 | -0/+90 |
| * | | | selftests/bpf: Add fexit tests for BPF trampoline | Alexei Starovoitov | 2019-11-15 | 2 | -0/+162 |
| * | | | selftests/bpf: Add test for BPF trampoline | Alexei Starovoitov | 2019-11-15 | 3 | -0/+167 |
| * | | | selftest/bpf: Simple test for fentry/fexit | Alexei Starovoitov | 2019-11-15 | 2 | -3/+88 |
| * | | | libbpf: Add support to attach to fentry/fexit tracing progs | Alexei Starovoitov | 2019-11-15 | 4 | -25/+82 |
| * | | | libbpf: Introduce btf__find_by_name_kind() | Alexei Starovoitov | 2019-11-15 | 3 | -0/+25 |
| * | | | bpf, testing: Add missing object file to TEST_FILES | Anders Roxell | 2019-11-11 | 1 | -1/+2 |
| * | | | bpf, testing: Workaround a verifier failure for test_progs | Yonghong Song | 2019-11-11 | 1 | -1/+4 |
| * | | | libbpf: Allow for creating Rx or Tx only AF_XDP sockets | Magnus Karlsson | 2019-11-11 | 1 | -2/+3 |
| * | | | libbpf: Support XDP_SHARED_UMEM with external XDP program | Magnus Karlsson | 2019-11-11 | 1 | -10/+17 |
| * | | | libbpf: Add getter for program size | Toke Høiland-Jørgensen | 2019-11-11 | 3 | -0/+9 |
| * | | | libbpf: Add bpf_get_link_xdp_info() function to get more XDP information | Toke Høiland-Jørgensen | 2019-11-11 | 3 | -28/+67 |
| * | | | libbpf: Use pr_warn() when printing netlink errors | Toke Høiland-Jørgensen | 2019-11-11 | 2 | -6/+7 |
| * | | | libbpf: Propagate EPERM to caller on program load | Toke Høiland-Jørgensen | 2019-11-11 | 1 | -16/+11 |
| * | | | selftests/bpf: Add tests for automatic map unpinning on load failure | Toke Høiland-Jørgensen | 2019-11-11 | 2 | -4/+18 |
| * | | | libbpf: Unpin auto-pinned maps if loading fails | Toke Høiland-Jørgensen | 2019-11-11 | 1 | -1/+8 |
| * | | | bpf: Add cb access in kfree_skb test | Martin KaFai Lau | 2019-11-07 | 2 | -16/+63 |
| * | | | libbpf: Improve handling of corrupted ELF during map initialization | Andrii Nakryiko | 2019-11-07 | 1 | -2/+2 |
| * | | | libbpf: Make btf__resolve_size logic always check size error condition | Andrii Nakryiko | 2019-11-07 | 1 | -2/+1 |
| * | | | libbpf: Fix another potential overflow issue in bpf_prog_linfo | Andrii Nakryiko | 2019-11-07 | 1 | -7/+7 |