summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * selftests/bpf: Add combined fentry/fexit testAlexei Starovoitov2019-11-151-0/+90
| | * selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov2019-11-152-0/+162
| | * selftests/bpf: Add test for BPF trampolineAlexei Starovoitov2019-11-153-0/+167
| | * bpf: Add kernel test functions for fentry testingAlexei Starovoitov2019-11-151-0/+41
| | * selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov2019-11-152-3/+88
| | * libbpf: Add support to attach to fentry/fexit tracing progsAlexei Starovoitov2019-11-154-25/+82
| | * libbpf: Introduce btf__find_by_name_kind()Alexei Starovoitov2019-11-153-0/+25
| | * bpf: Introduce BPF trampolineAlexei Starovoitov2019-11-159-10/+735
| | * bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov2019-11-153-0/+65
| | * bpf: Refactor x86 JIT into helpersAlexei Starovoitov2019-11-151-54/+98
| |/
| * x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra2019-11-154-46/+130
| * bpf, doc: Change right arguments for JIT example codeMao Wenan2019-11-151-4/+4
| * samples/bpf: Add missing option to xdpsock usageAndre Guedes2019-11-151-0/+2
| * samples/bpf: Remove duplicate option from xdpsockAndre Guedes2019-11-151-1/+0
| * s390/bpf: Make sure JIT passes do not increase code sizeIlya Leoshkevich2019-11-151-8/+66
| * bpf: Support doubleword alignment in bpf_jit_binary_allocIlya Leoshkevich2019-11-152-2/+8
| * bpf, testing: Add missing object file to TEST_FILESAnders Roxell2019-11-111-1/+2
| * bpf, testing: Workaround a verifier failure for test_progsYonghong Song2019-11-111-1/+4
| * Merge branch 'share-umem'Alexei Starovoitov2019-11-116-59/+195
| |\
| | * xsk: Extend documentation for Rx|Tx-only sockets and shared umemsMagnus Karlsson2019-11-111-5/+23
| | * samples/bpf: Use Rx-only and Tx-only sockets in xdpsockMagnus Karlsson2019-11-111-12/+29
| | * libbpf: Allow for creating Rx or Tx only AF_XDP socketsMagnus Karlsson2019-11-111-2/+3
| | * samples/bpf: Add XDP_SHARED_UMEM support to xdpsockMagnus Karlsson2019-11-114-42/+135
| | * libbpf: Support XDP_SHARED_UMEM with external XDP programMagnus Karlsson2019-11-111-10/+17
| |/
| * Merge branch 'map-pinning'Alexei Starovoitov2019-11-117-55/+120
| |\
| | * libbpf: Add getter for program sizeToke Høiland-Jørgensen2019-11-113-0/+9
| | * libbpf: Add bpf_get_link_xdp_info() function to get more XDP informationToke Høiland-Jørgensen2019-11-113-28/+67
| | * libbpf: Use pr_warn() when printing netlink errorsToke Høiland-Jørgensen2019-11-112-6/+7
| | * libbpf: Propagate EPERM to caller on program loadToke Høiland-Jørgensen2019-11-111-16/+11
| | * selftests/bpf: Add tests for automatic map unpinning on load failureToke Høiland-Jørgensen2019-11-112-4/+18
| | * libbpf: Unpin auto-pinned maps if loading failsToke Høiland-Jørgensen2019-11-111-1/+8
| |/
| * samples: bpf: update map definition to new syntax BTF-defined mapDaniel T. Lee2019-11-0912-178/+178
| * samples: bpf: Update outdated error messageDaniel T. Lee2019-11-095-7/+7
| * bpf: Add cb access in kfree_skb testMartin KaFai Lau2019-11-072-16/+63
| * bpf: Add array support to btf_struct_accessMartin KaFai Lau2019-11-071-29/+166
| * Merge branch 'bpf-libbpf-fixes'Daniel Borkmann2019-11-074-13/+12
| |\
| | * libbpf: Improve handling of corrupted ELF during map initializationAndrii Nakryiko2019-11-071-2/+2
| | * libbpf: Make btf__resolve_size logic always check size error conditionAndrii Nakryiko2019-11-071-2/+1
| | * libbpf: Fix another potential overflow issue in bpf_prog_linfoAndrii Nakryiko2019-11-071-7/+7
| | * libbpf: Fix potential overflow issueAndrii Nakryiko2019-11-071-1/+1
| | * libbpf: Fix memory leak/double free issueAndrii Nakryiko2019-11-071-1/+1
| |/
| * libbpf: Fix negative FD close() in xsk_setup_xdp_prog()Andrii Nakryiko2019-11-071-0/+2
| * s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ipIlya Leoshkevich2019-11-071-16/+5
| * s390/bpf: Wrap JIT macro parameter usages in parenthesesIlya Leoshkevich2019-11-071-31/+31
| * s390/bpf: Use kvcalloc for addrs arrayIlya Leoshkevich2019-11-071-2/+3
| * tools, bpf_asm: Warn when jumps are out of rangeIlya Leoshkevich2019-11-071-2/+12
| * bpf: Account for insn->off when doing bpf_probe_read_kernelMartin KaFai Lau2019-11-071-1/+1
| * libbpf: Simplify BPF_CORE_READ_BITFIELD_PROBED usageAndrii Nakryiko2019-11-062-28/+18
| * selftests/bps: Clean up removed ints relocations negative testsAndrii Nakryiko2019-11-061-6/+0
| * Merge branch 'bpf-libbpf-bitfield-size-relo'Daniel Borkmann2019-11-0423-161/+682
| |\