summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Merge branch 'strip-mods-from-global-vars'Alexei Starovoitov5-21/+28
2020-07-13tools/bpftool: Strip away modifiers from global variablesAndrii Nakryiko4-19/+18
2020-07-13libbpf: Support stripping modifiers for btf_dumpAndrii Nakryiko2-2/+10
2020-07-13Merge branch 'trace_printk-banner-remove'Alexei Starovoitov5-5/+169
2020-07-13selftests/bpf: Add selftests verifying bpf_trace_printk() behaviourAlan Maguire2-0/+96
2020-07-13bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire3-5/+73
2020-07-13tools/bpftool: Remove warning about PID iterator supportAndrii Nakryiko1-1/+0
2020-07-13Merge branch 'af_xdp-stats'Alexei Starovoitov9-9/+163
2020-07-13xsk: Add xdp statistics to xsk_diagCiara Loftus2-0/+28
2020-07-13samples: bpf: Add an option for printing extra statistics in xdpsockCiara Loftus1-2/+85
2020-07-13xsk: Add new statisticsCiara Loftus6-7/+50
2020-07-13Merge branch 'resolve_btfids'Alexei Starovoitov19-104/+1267
2020-07-13selftests/bpf: Add test for resolve_btfidsJiri Olsa3-1/+175
2020-07-13tools headers: Adopt verbatim copy of btf_ids.h from kernel sourcesJiri Olsa2-0/+91
2020-07-13bpf: Add info about .BTF_ids section to btf.rstJiri Olsa1-0/+36
2020-07-13bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa1-8/+6
2020-07-13bpf: Remove btf_id helpers resolvingJiri Olsa1-84/+5
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa5-6/+26
2020-07-13bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2-0/+91
2020-07-13bpf: Compile resolve_btfids tool at kernel compilation startJiri Olsa3-5/+29
2020-07-13bpf: Add resolve_btfids tool to resolve BTF IDs in ELF objectJiri Olsa3-0/+808
2020-07-10bpf: Fix fds_example SIGSEGV errorWenbo Zhang1-1/+2
2020-07-10libbpf: Fix memory leak and optimize BTF sanitizationAndrii Nakryiko3-10/+5
2020-07-09Merge branch 'bpf-libbpf-old-kernel'Daniel Borkmann8-101/+167
2020-07-09selftests/bpf: Switch perf_buffer test to tracepoint and skeletonAndrii Nakryiko2-32/+14
2020-07-09libbpf: Handle missing BPF_OBJ_GET_INFO_BY_FD gracefully in perf_bufferAndrii Nakryiko1-11/+20
2020-07-09selftests/bpf: Add test relying only on CO-RE and no recent kernel featuresAndrii Nakryiko2-0/+63
2020-07-09libbpf: Improve BTF sanitization handlingAndrii Nakryiko1-45/+58
2020-07-09libbpf: Add btf__set_fd() for more control over loaded BTF FDAndrii Nakryiko3-1/+8
2020-07-09libbpf: Make BTF finalization strictAndrii Nakryiko1-12/+4
2020-07-09selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer1-4/+5
2020-07-09selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer1-1/+3
2020-07-09bpf: Fix another bpftool segfault without skeleton code enabledLouis Peens1-0/+1
2020-07-08selftests: bpf: Remove unused bpf_map_def_legacy structDaniel T. Lee1-14/+0
2020-07-08samples: bpf: Refactor BPF map performance test with libbpfDaniel T. Lee2-147/+196
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee3-49/+91
2020-07-08samples: bpf: Fix bpf programs with kprobe/sys_connect eventDaniel T. Lee3-9/+18
2020-07-08selftests/bpf: Test BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev2-0/+117
2020-07-08bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev1-0/+1
2020-07-08libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASEStanislav Fomichev2-0/+5
2020-07-08bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev5-0/+12
2020-07-07mvpp2: fix pointer checkMatteo Croce1-3/+12
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal3-47/+27
2020-07-07sun/cassini: mark cas_resume() as __maybe_unusedWei Yongjun1-1/+1
2020-07-07sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta1-2/+2
2020-07-07Merge branch 'phy-warn'David S. Miller14-44/+33
2020-07-07net: phy: mdio-octeon: Cleanup module loading dependenciesAndrew Lunn5-16/+4
2020-07-07net: phy: cavium: Improve __iomem messAndrew Lunn3-11/+10
2020-07-07net: phy: dp83640: Fixup cast to restricted __be16 warningAndrew Lunn1-2/+3
2020-07-07net: phy: Make phy_10gbit_fec_features_array staticAndrew Lunn1-2/+1