summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-19samples/bpf: Fix broken tracex1 due to kprobe argument changeYaqi Chen
2021-04-19Merge branch 'Add a snprintf eBPF helper'Alexei Starovoitov
2021-04-19selftests/bpf: Add a series of tests for bpf_snprintfFlorent Revest
2021-04-19libbpf: Introduce a BPF_SNPRINTF helper macroFlorent Revest
2021-04-19libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest
2021-04-19bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest
2021-04-15Merge branch 'bpf: tools: support build selftests/bpf with clang'Alexei Starovoitov
2021-04-15bpftool: Fix a clang compilation warningYonghong Song
2021-04-15selftests/bpf: Silence clang compilation warningsYonghong Song
2021-04-15selftests/bpf: Fix test_cpp compilation failure with clangYonghong Song
2021-04-15tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.includeYonghong Song
2021-04-15selftests: Set CC to clang in lib.mk if LLVM is setYonghong Song
2021-04-15libbpf: Remove unused field.Alexei Starovoitov
2021-04-14tools/testing: Remove unused variablezuoqilin
2021-04-14selftests/bpf: Fix the ASSERT_ERR_PTR macroFlorent Revest
2021-04-13selftests/bpf: Add tests for target information in bpf_link info queriesToke Høiland-Jørgensen
2021-04-13bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen
2021-04-13bpf: Generate BTF_KIND_FLOAT when linking vmlinuxIlya Leoshkevich
2021-04-12libbpf: Clarify flags in ringbuf helpersPedro Tammela
2021-04-12sock_map: Fix a potential use-after-free in sock_map_close()Cong Wang
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang
2021-04-12bpf: Sync bpf headers in tooling infrastuctureDaniel Borkmann
2021-04-12bpf: Document PROG_TEST_RUN limitationsJoe Stringer
2021-04-08Merge branch 'bpf/selftests: page size fixes'Andrii Nakryiko
2021-04-08selftests/bpf: ringbuf_multi: Test bpf_map__set_inner_map_fdYauheni Kaliuta
2021-04-08selftests/bpf: ringbuf_multi: Use runtime page sizeYauheni Kaliuta
2021-04-08libbpf: Add bpf_map__inner_map APIAndrii Nakryiko
2021-04-08selftests/bpf: ringbuf: Use runtime page sizeYauheni Kaliuta
2021-04-08selftests/bpf: mmap: Use runtime page sizeYauheni Kaliuta
2021-04-08selftests/bpf: Pass page size from userspace in map_ptrYauheni Kaliuta
2021-04-08selftests/bpf: Pass page size from userspace in sockopt_skYauheni Kaliuta
2021-04-08selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeletonYauheni Kaliuta
2021-04-08selftests/bpf: test_progs/sockopt_sk: Remove versionYauheni Kaliuta
2021-04-06bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum
2021-04-06bpf, udp: Remove some pointless commentsCong Wang
2021-04-05libbpf: Fix KERNEL_VERSION macroHengqi Chen
2021-04-03bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing configMartin KaFai Lau
2021-04-03libbpf: Remove redundant semi-colonYang Yingliang
2021-04-03bpf: Remove repeated struct btf_type declarationWan Jiabing
2021-04-03bpf, cgroup: Delete repeated struct bpf_prog declarationWan Jiabing
2021-04-03bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing
2021-04-03bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend
2021-04-02tcp: reorder tcp_congestion_ops for better cache localityEric Dumazet
2021-04-02net: reorganize fields in netns_mibEric Dumazet
2021-04-02nfc: pn533: prevent potential memory corruptionDan Carpenter
2021-04-02Merge branch 'dpaa2-rx-copybreak'David S. Miller
2021-04-02dpaa2-eth: export the rx copybreak value as an ethtool tunableIoana Ciornei
2021-04-02dpaa2-eth: add rx copybreak supportIoana Ciornei