summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-11samples: bpf: Refactor xdp_monitor with libbpfDaniel T. Lee
2020-10-11Merge branch 'Follow-up BPF helper improvements'Alexei Starovoitov
2020-10-11bpf, selftests: Add redirect_peer selftestDaniel Borkmann
2020-10-11bpf, selftests: Make redirect_neigh test more extensibleDaniel Borkmann
2020-10-11bpf, selftests: Add test for different array inner map sizeDaniel Borkmann
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-10-11bpf: Improve bpf_redirect_neigh helper descriptionDaniel Borkmann
2020-10-09Merge branch 'bpf-llvm-reg-alloc-patterns'Daniel Borkmann
2020-10-09selftests/bpf: Asm tests for the verifier regalloc tracking.Alexei Starovoitov
2020-10-09selftests/bpf: Add profiler testAlexei Starovoitov
2020-10-09bpf: Track spill/fill of bounded scalars.Yonghong Song
2020-10-09bpf: Propagate scalar ranges through register assignments.Alexei Starovoitov
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov
2020-10-09xsk: Introduce padding between ring pointersMagnus Karlsson
2020-10-07Merge branch 'libbpf: auto-resize relocatable LOAD/STORE instructions'Alexei Starovoitov
2020-10-07selftests/bpf: Validate libbpf's auto-sizing of LD/ST/STX instructionsAndrii Nakryiko
2020-10-07libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko
2020-10-07libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko
2020-10-07libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson
2020-10-07bpf: Fix typo in uapi/linux/bpf.hJakub Wilk
2020-10-07bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=nYonghong Song
2020-10-07kernel/bpf/verifier: Fix build when NET is not enabledRandy Dunlap
2020-10-06selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo
2020-10-06samples: bpf: Driver interrupt statistics in xdpsockCiara Loftus
2020-10-06samples: bpf: Count syscalls in xdpsockCiara Loftus
2020-10-06samples: bpf: Split xdpsock stats into new structCiara Loftus
2020-10-06samples/bpf: Fix a compilation error with fallthrough markingYonghong Song
2020-10-06samples/bpf: Change Makefile to cope with latest llvmYonghong Song
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo
2020-10-06Merge branch 'Fix pining maps after reuse map fd'Alexei Starovoitov
2020-10-06selftest/bpf: Test pinning map with reused map fdHangbin Liu
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu
2020-10-06bpf, doc: Update Andrii's email in MAINTAINERSAndrii Nakryiko
2020-10-06bpf: Use raw_spin_trylock() for pcpu_freelist_push/pop in NMISong Liu
2020-10-05bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-10-05xsk: Remove internal DMA headersBjörn Töpel
2020-10-02bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev
2020-10-02Merge branch 'Add skb_adjust_room() for SK_SKB'Alexei Starovoitov
2020-10-02bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend
2020-10-02bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend
2020-10-02Merge branch 'bpf: BTF support for ksyms'Alexei Starovoitov
2020-10-02bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo
2020-10-02bpf: Introduce bpf_per_cpu_ptr()Hao Luo
2020-10-02selftests/bpf: Ksyms_btf to test typed ksymsHao Luo
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo
2020-10-02bpf: Introduce pseudo_btf_idHao Luo