summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs/bpf: Update documentation for BTF_KIND_ENUM64 supportYonghong Song2022-06-071-6/+37
* selftests/bpf: Add a test for enum64 value relocationsYonghong Song2022-06-077-0/+218
* selftests/bpf: Test BTF_KIND_ENUM64 for deduplicationYonghong Song2022-06-071-2/+95
* selftests/bpf: Add BTF_KIND_ENUM64 unit testsYonghong Song2022-06-072-0/+37
* selftests/bpf: Test new enum kflag and enum64 API functionsYonghong Song2022-06-072-37/+114
* selftests/bpf: Fix selftests failureYonghong Song2022-06-071-20/+0
* bpftool: Add btf enum64 supportYonghong Song2022-06-073-3/+84
* libbpf: Add enum64 relocation supportYonghong Song2022-06-073-20/+48
* libbpf: Add enum64 support for bpf linkingYonghong Song2022-06-071-0/+2
* libbpf: Add enum64 sanitizationYonghong Song2022-06-073-5/+56
* libbpf: Add enum64 support for btf_dumpYonghong Song2022-06-072-34/+108
* libbpf: Add enum64 deduplication supportYonghong Song2022-06-072-2/+65
* libbpf: Add enum64 parsing and new enum64 public APIYonghong Song2022-06-073-0/+117
* libbpf: Refactor btf__add_enum() for future code sharingYonghong Song2022-06-071-15/+21
* libbpf: Fix an error in 64bit relocation value computationYonghong Song2022-06-071-1/+1
* libbpf: Permit 64bit relocation valueYonghong Song2022-06-072-24/+29
* bpf: Add btf enum64 supportYonghong Song2022-06-075-21/+185
* selftests/bpf: Add drv mode testing for xdpingHangbin Liu2022-06-031-0/+4
* libbpf: Fix is_pow_of_2Yuze Chi2022-06-033-10/+5
* selftests/bpf: Fix tc_redirect_dtimeMartin KaFai Lau2022-06-032-6/+55
* bpf, test_run: Remove unnecessary prog type checksDaniel Xu2022-06-031-6/+0
* libbpf: Fix a couple of typosDaniel Müller2022-06-033-6/+6
* bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-06-035-0/+27
* sample: bpf: xdp_router_ipv4: Allow the kernel to send arp requestsLorenzo Bianconi2022-06-031-0/+9
* libbpf: Fix determine_ptr_size() guessingDouglas Raillard2022-06-031-6/+20
* bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk2022-06-031-10/+60
* bpftool: Check for NULL ptr of btf in codegen_assertsMichael Mullin2022-06-031-0/+3
* selftests/bpf: Fix test_run logic in fexit_stress.cYuntao Wang2022-06-031-28/+4
* Merge branch 'libbpf: Textual representation of enums'Andrii Nakryiko2022-06-0315-338/+737
|\
| * bpftool: Use libbpf_bpf_link_type_strDaniel Müller2022-06-031-17/+10
| * selftests/bpf: Add test for libbpf_bpf_link_type_strDaniel Müller2022-06-031-0/+48
| * libbpf: Introduce libbpf_bpf_link_type_strDaniel Müller2022-06-033-0/+31
| * bpftool: Use libbpf_bpf_attach_type_strDaniel Müller2022-06-039-150/+182
| * selftests/bpf: Add test for libbpf_bpf_attach_type_strDaniel Müller2022-06-031-0/+48
| * libbpf: Introduce libbpf_bpf_attach_type_strDaniel Müller2022-06-033-0/+64
| * bpftool: Use libbpf_bpf_map_type_strDaniel Müller2022-06-034-79/+71
| * selftests/bpf: Add test for libbpf_bpf_map_type_strDaniel Müller2022-06-031-1/+55
| * libbpf: Introduce libbpf_bpf_map_type_strDaniel Müller2022-06-033-0/+52
| * bpftool: Use libbpf_bpf_prog_type_strDaniel Müller2022-06-036-92/+65
| * selftests/bpf: Add test for libbpf_bpf_prog_type_strDaniel Müller2022-06-031-0/+57
| * libbpf: Introduce libbpf_bpf_prog_type_strDaniel Müller2022-06-033-0/+55
|/
* bpf: Correct the comment about insn_to_jit_offPu Lehui2022-06-031-1/+1
* bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui2022-06-032-1/+8
* bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui2022-06-031-2/+3
* xdp: Directly use ida_alloc()/free() APIsKe Liu2022-06-031-3/+3
* Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-02101-611/+665
|\
| * Merge branch 'net-af_packet-be-careful-when-expanding-mac-header-size'Jakub Kicinski2022-06-023-4/+13
| |\
| | * net/af_packet: make sure to pull mac headerEric Dumazet2022-06-021-2/+4
| | * net: add debug info to __skb_pull()Eric Dumazet2022-06-021-1/+8
| | * net: CONFIG_DEBUG_NET depends on CONFIG_NETEric Dumazet2022-06-021-1/+1
| |/