summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-10bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko
2020-11-10Merge branch 'Remove unused test_ipip.sh test and add missed'Alexei Starovoitov
2020-11-10samples/bpf: Remove unused test_ipip.shHangbin Liu
2020-11-10selftest/bpf: Add missed ip6ip6 test backHangbin Liu
2020-11-10Merge branch 'Integrate kernel module BTF support'Alexei Starovoitov
2020-11-10tools/bpftool: Add support for in-kernel and named BTF in `btf show`Andrii Nakryiko
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko
2020-11-10kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko
2020-11-09bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing
2020-11-10samples/bpf: Remove duplicate include in hbmMenglong Dong
2020-11-06selftests/bpf: Fix selftest build with old libcAlexei Starovoitov
2020-11-06bpf: Exercise syscall operations for inode and sk storageKP Singh
2020-11-06bpf: Add tests for task_local_storageKP Singh
2020-11-06bpf: Update selftests for local_storage to use vmlinux.hKP Singh
2020-11-06bpf: Fix tests for local_storageKP Singh
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh
2020-11-06bpftool: Add support for task local storageKP Singh
2020-11-06libbpf: Add support for task local storageKP Singh
2020-11-06bpf: Implement task local storageKP Singh
2020-11-06bpf: Allow LSM programs to use bpf spin locksKP Singh
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-05Merge branch 'libbpf: split BTF support'Alexei Starovoitov
2020-11-05tools/bpftool: Add bpftool support for split BTFAndrii Nakryiko
2020-11-05selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko
2020-11-05libbpf: Accomodate DWARF/compiler bug with duplicated identical arraysAndrii Nakryiko
2020-11-05libbpf: Support BTF dedup of split BTFsAndrii Nakryiko
2020-11-05libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko
2020-11-05selftests/bpf: Add checking of raw type dump in BTF writer APIs selftestsAndrii Nakryiko
2020-11-05selftests/bpf: Add split BTF basic testAndrii Nakryiko
2020-11-05libbpf: Implement basic split BTF supportAndrii Nakryiko
2020-11-05libbpf: Unify and speed up BTF string deduplicationAndrii Nakryiko
2020-11-05selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko
2020-11-05libbpf: Factor out common operations in BTF writing APIsAndrii Nakryiko
2020-11-03Merge branch 'selftests/bpf: Migrate test_tcpbpf_user to be a part of test_pr...Alexei Starovoitov
2020-11-03selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck
2020-11-03selftests/bpf: Migrate tcpbpf_user.c to use BPF skeletonAlexander Duyck
2020-11-03selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_resultsAlexander Duyck
2020-11-03selftests/bpf: Drop python client/server in favor of threadsAlexander Duyck
2020-11-03selftests/bpf: Move test_tcppbf_user into test_progsAlexander Duyck
2020-11-02bpf: Fix error path in htab_map_alloc()Eric Dumazet
2020-10-30Merge branch 'bpf: safeguard hashtab locking in NMI context'Alexei Starovoitov
2020-10-30bpf: Avoid hashtab deadlock with map_lockedSong Liu
2020-10-30bpf: Use separate lockdep class for each hashtabSong Liu
2020-10-28bpf: Permit cond_resched for some iteratorsYonghong Song
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-23Merge tag 'gfs2-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Linus Torvalds
2020-10-23Merge tag '5.10-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds