summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko
2020-12-03selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko
2020-12-03selftests/bpf: Add support for marking sub-tests as skippedAndrii Nakryiko
2020-12-03selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko
2020-12-03libbpf: Add kernel module BTF support for CO-RE relocationsAndrii Nakryiko
2020-12-03libbpf: Refactor CO-RE relocs to not assume a single BTF objectAndrii Nakryiko
2020-12-03libbpf: Add internal helper to load BTF data by FDAndrii Nakryiko
2020-12-03bpf: Keep module's btf_data_size intact after loadAndrii Nakryiko
2020-12-03bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko
2020-12-03Merge branch 'Add support to set window_clamp from bpf setsockops'Alexei Starovoitov
2020-12-03selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta
2020-12-03bpf: Adds support for setting window clampPrankur gupta
2020-12-03samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King
2020-12-03bpf: Fix cold build of test_progs-no_alu32Brendan Jackman
2020-12-03libbpf: Cap retries in sys_bpf_prog_loadStanislav Fomichev
2020-12-03libbpf: Sanitise map names before pinningToke Høiland-Jørgensen
2020-12-03libbpf: Fail early when loading programs with unspecified typeAndrei Matei
2020-12-03Merge branch 'Fixes for ima selftest'Andrii Nakryiko
2020-12-03selftests/bpf: Indent ima_setup.sh with tabs.KP Singh
2020-12-03selftests/bpf: Add config dependency on BLK_DEV_LOOPKP Singh
2020-12-03selftests/bpf: Ensure securityfs mount before writing ima policyKP Singh
2020-12-03selftests/bpf: Update ima_setup.sh for busyboxKP Singh
2020-12-03Merge branch 'libbpf: add support for privileged/unprivileged control separat...Alexei Starovoitov
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek
2020-12-03libbpf: Separate XDP program load with xsk socket creationMariusz Dudek
2020-12-03tools/resolve_btfids: Fix some error messagesBrendan Jackman
2020-12-03selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev
2020-12-03Merge branch 'bpftool: improve split BTF support'Alexei Starovoitov
2020-12-03tools/bpftool: Auto-detect split BTFs in common casesAndrii Nakryiko
2020-12-03libbpf: Add base BTF accessorAndrii Nakryiko
2020-12-03tools/bpftool: Emit name <anon> for anonymous BTFsAndrii Nakryiko
2020-12-02Merge branch 'switch to memcg-based memory accounting'Alexei Starovoitov
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for lpm_trie mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin