summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-02Merge branch 'bpf-xdp-add-tracepoint-to-xdp-attaching-failure'Alexei Starovoitov
2023-08-02selftests/bpf: Add testcase for xdp attaching failure tracepointLeon Hwang
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang
2023-08-02selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-08-02riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace frameworkPu Lehui
2023-08-02libbpf: fix typos in MakefileRandy Dunlap
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta
2023-07-31Merge branch 'Remove unused fields in cpumap & devmap'Martin KaFai Lau
2023-07-31bpf, devmap: Remove unused dtab field from bpf_dtab_netdevHou Tao
2023-07-31bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entryHou Tao
2023-07-31netfilter: bpf: Only define get_proto_defrag_hook() if necessaryDaniel Xu
2023-07-31bpf: Fix an array-index-out-of-bounds issue in disasm.cYonghong Song
2023-07-31net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfnLorenz Bauer
2023-07-29docs/bpf: Fix malformed documentationYonghong Song
2023-07-28Merge branch 'support-defragmenting-ipv-4-6-packets-in-bpf'Alexei Starovoitov
2023-07-28bpf: selftests: Add defrag selftestsDaniel Xu
2023-07-28bpf: selftests: Support custom type and proto for client socketsDaniel Xu
2023-07-28bpf: selftests: Support not connecting client socketDaniel Xu
2023-07-28netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter linkDaniel Xu
2023-07-28netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu
2023-07-28docs/bpf: Improve documentation for cpu=v4 instructionsYonghong Song
2023-07-28bpf: Non-atomically allocate freelist during prefillYiFei Zhu
2023-07-28selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernelYonghong Song
2023-07-28bpf: Fix compilation warning with -WparenthesesYonghong Song
2023-07-27Merge branch 'bpf-support-new-insns-from-cpu-v4'Alexei Starovoitov
2023-07-27docs/bpf: Add documentation for new instructionsYonghong Song
2023-07-27selftests/bpf: Test ldsx with more complex casesYonghong Song
2023-07-27selftests/bpf: Add unit tests for new gotol insnYonghong Song
2023-07-27selftests/bpf: Add unit tests for new sdiv/smod insnsYonghong Song
2023-07-27selftests/bpf: Add unit tests for new bswap insnsYonghong Song
2023-07-27selftests/bpf: Add unit tests for new sign-extension mov insnsYonghong Song
2023-07-27selftests/bpf: Add unit tests for new sign-extension load insnsYonghong Song
2023-07-27selftests/bpf: Add a cpuv4 test runner for cpu=v4 testingYonghong Song
2023-07-27selftests/bpf: Fix a test_verifier failureYonghong Song
2023-07-27bpf: Add kernel/bpftool asm support for new instructionsYonghong Song
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song
2023-07-27bpf: Handle sign-extenstin ctx member accessesYonghong Song
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song
2023-07-27bpf: Support new sign-extension load insnsYonghong Song
2023-07-27bpf, docs: fix BPF_NEG entry in instruction-set.rstJose E. Marchesi
2023-07-25bpf: work around -Wuninitialized warningArnd Bergmann
2023-07-25selftests/xsk: Fix spelling mistake "querrying" -> "querying"Colin Ian King
2023-07-25Merge branch 'Add SO_REUSEPORT support for TC bpf_sk_assign'Martin KaFai Lau
2023-07-25selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helperDaniel Borkmann
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer